Searched refs:toObject (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/midi/
H A DMidi.cpp197 BMidi::Connect(BMidi* toObject) argument
199 if (toObject != NULL) {
200 if (fProducer->Connect(toObject->fConsumer) == B_OK) {
201 fConnections->AddItem(toObject);
220 BMidi::IsConnected(BMidi* toObject) const
222 if (toObject != NULL)
223 return fProducer->IsConnected(toObject->fConsumer);
/haiku/headers/os/midi/
H A DMidi.h58 void Connect(BMidi* toObject);
60 bool IsConnected(BMidi* toObject) const;

Completed in 77 milliseconds