Home | History | Annotate | Download | only in android

Lines Matching full:service

32  * a single client in the emulated system for a given named service.
34 * this is only used to connect GPS and GSM service clients to the
56 /* A QemudService service is used to connect one or more clients to
71 * service through qemud.
85 /* Register a new client for a given service.
92 extern QemudClient* qemud_client_new( QemudService* service,
115 * system tries to connect to a given qemud service. This should typically
119 QemudService* service,
123 /* A function that will be called when the state of the service should be
126 typedef void (*QemudServiceSave) ( QEMUFile* f, QemudService* service, void* opaque );
128 /* A function that will be called when the state of the service should be
131 typedef int (*QemudServiceLoad) ( QEMUFile* f, QemudService* service, void* opaque );
133 /* Register a new qemud service.
143 /* Sends a message to all clients of a given service.