Home | History | Annotate | Download | only in camera

Lines Matching full:qemu

19  * services in the emulator via qemu pipe.
38 * Qemu query
191 * Qemu client base
210 * Qemu client API
219 ALOGE("%s: Qemu client is already connected", __FUNCTION__);
231 * characters for 'qemud:'. This is required by qemu pipe protocol. */
261 ALOGE("%s: Qemu client is not connected", __FUNCTION__);
265 /* Note that we don't use here qemud_client_send, since with qemu pipes we
267 * the pipe. So, we can use simple write, and qemu pipe will take care of the
273 ALOGE("%s: Error sending data via qemu pipe: '%s'",
285 ALOGE("%s: Qemu client is not connected", __FUNCTION__);
368 * Qemu client for the 'factory' service.
418 * Qemu client for an 'emulated camera' service.