Home
last modified time | relevance | path

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

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