Searched refs:start_preview (Results 1 - 11 of 11) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/wrapper/
H A DQualcommCamera.h63 int start_preview(struct camera_device *);
H A DQualcommCamera.cpp253 int start_preview(struct camera_device * device) function in namespace:android
259 rc = hardware->start_preview(device);
/device/generic/goldfish/camera/
H A DEmulatedCamera.h161 /* Actual handler for camera_device_ops_t::start_preview callback.
330 static int start_preview(struct camera_device* dev);
H A DEmulatedCamera.cpp997 int EmulatedCamera::start_preview(struct camera_device* dev) function in class:android::EmulatedCamera
1203 EmulatedCamera::start_preview,
/device/google/cuttlefish_common/guest/hals/camera/
H A DEmulatedCamera.h169 /* Actual handler for camera_device_ops_t::start_preview callback.
332 static int start_preview(struct camera_device* dev);
H A DEmulatedCamera.cpp782 int EmulatedCamera::start_preview(struct camera_device* dev) { function in class:android::EmulatedCamera
968 EmulatedCamera::start_preview,
/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraMuxer.h169 static int start_preview(struct camera_device *);
H A DQCameraMuxer.cpp524 * FUNCTION : start_preview
535 int QCameraMuxer::start_preview(struct camera_device * device) function in class:qcamera::QCameraMuxer
611 rc = hwi->start_preview(pCam->dev);
2796 .start_preview = QCameraMuxer::start_preview,
H A DQCamera2HWI.h208 static int start_preview(struct camera_device *);
H A DQCamera2HWI.cpp92 .start_preview = QCamera2HardwareInterface::start_preview,
347 * FUNCTION : start_preview
358 int QCamera2HardwareInterface::start_preview(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
/device/google/marlin/camera/usbcamcore/src/
H A DQualcommUsbCamera.cpp63 start_preview: android::usbcam_start_preview,
2643 ALOGE("%s: start_preview error after take picture", __func__);

Completed in 80 milliseconds