Searched refs:toObject (Results 1 – 2 of 2) sorted by relevance
197 BMidi::Connect(BMidi* toObject) in Connect() argument199 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()
58 void Connect(BMidi* toObject);60 bool IsConnected(BMidi* toObject) const;