Home | History | Annotate | Download | only in camera

Lines Matching full:qemu

51     /* Connect to the factory service in the emulator, and create Qemu cameras. */
64 /* Make sure that array is allocated (in case there were no 'qemu'
121 /* Make sure that array is allocated (in case there were no 'qemu'
359 * Iterate the list, creating, and initializin emulated qemu cameras for each
398 /* Create and initialize qemu camera. */
425 /* Defined by 'qemu.sf.fake_camera' boot property: if property exist, and
429 if ((property_get("qemu.sf.fake_camera", prop, NULL) > 0) &&
439 /* Defined by 'qemu.sf.back_camera_hal_version' boot property: if the
442 if (property_get("qemu.sf.back_camera_hal", prop, NULL) > 0) {
449 ALOGE("qemu.sf.back_camera_hal is not a number: %s", prop);
456 /* Defined by 'qemu.sf.fake_camera' boot property: if property exist, and
460 if ((property_get("qemu.sf.fake_camera", prop, NULL) > 0) &&
470 /* Defined by 'qemu
473 if (property_get("qemu.sf.front_camera_hal", prop, NULL) > 0) {
480 ALOGE("qemu.sf.front_camera_hal is not a number: %s", prop);