Lines Matching refs:app_t
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);
71 app_t* _AppAt(int32 index);