Lines Matching full:services
21 The emulator provides 'services' to various parts of the emulated system.
59 will pass all messages between clients and emulator services. Thus,
142 - The code to support services and their clients in the emulator is located
149 services.
155 Code in $ROOT/hardware/libhardware_legacy also uses QEMUD-based services.
158 - Certain services also implement a simple framing protocol when exchanging
171 Certain services do not need it at all (GSM, GPS) so it is optional and
229 services, even if no client did connect to it (only one client could
232 - at startup, the emulator does query the channel numbers of all services
264 only uses a single socket and allows concurrent clients for a all services.
274 When a snapshot is made, the names and configurations of all services are
275 saved. Services can register a custom callback, which is invoked at this point
280 When a snapshot is restored, the first step is to check whether all services
282 no functionality to start start missing services, so loading fails if a service
283 is not present. If all services are present, callbacks are used to restore
287 to start new clients for the services and channels as they were when the