Searched refs:app_t (Results 1 – 5 of 5) sorted by relevance
/haiku/src/servers/midi/ |
H A D | MidiServerApp.h | 18 struct app_t; 45 bool _SendAllEndpoints(app_t* app); 46 bool _SendAllConnections(app_t* app); 49 void _RemoveEndpoint(app_t* app, endpoint_t* endp); 59 app_t* _WhichApp(BMessage* msg); 60 endpoint_t* _WhichEndpoint(BMessage* msg, app_t* app); 63 void _NotifyAll(BMessage* msg, app_t* except); 64 bool _SendNotification(app_t* app, BMessage* msg); 65 bool _SendReply(app_t* app, BMessage* msg, 68 void _DeliveryError(app_t* app); [all …]
|
H A D | ServerDefs.h | 32 struct app_t struct 45 app = (app_t*) 0xbaadc0de; in endpoint_t() argument 50 app_t* app;
|
H A D | MidiServerApp.cpp | 146 app_t* app = new app_t; in _OnRegisterApp() 222 app_t* app = _WhichApp(msg); in _OnDeleteEndpoint() 261 app_t* app = _WhichApp(msg); in _OnChangeEndpoint() 326 app_t* app = _WhichApp(msg); in _OnConnectDisconnect() 385 MidiServerApp::_SendAllEndpoints(app_t* app) in _SendAllEndpoints() 408 MidiServerApp::_SendAllConnections(app_t* app) in _SendAllConnections() 462 MidiServerApp::_RemoveEndpoint(app_t* app, endpoint_t* endpoint) in _RemoveEndpoint() 553 app_t* 561 app_t* app = _AppAt(t); in _WhichApp() 578 MidiServerApp::_WhichEndpoint(BMessage* msg, app_t* app) in _WhichEndpoint() [all …]
|
/haiku/docs/develop/midi/ |
H A D | testing.rst | 42 messages; it will add a new app_t object to the roster and it will
|
H A D | design.rst | 132 request. (Actually, we *do* immediately throw away the app_t object,
|