Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/wrapper/
DQualcommCamera.h63 int start_preview(struct camera_device *);
DQualcommCamera.cpp253 int start_preview(struct camera_device * device) in start_preview() function
259 rc = hardware->start_preview(device); in start_preview()
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCamera.h332 static int start_preview(struct camera_device* dev);
DEmulatedCamera.cpp782 int EmulatedCamera::start_preview(struct camera_device* dev) { in start_preview() function in android::EmulatedCamera
968 EmulatedCamera::start_preview,
/device/generic/goldfish/camera/
DEmulatedCamera.h330 static int start_preview(struct camera_device* dev);
DEmulatedCamera.cpp1005 int EmulatedCamera::start_preview(struct camera_device* dev) in start_preview() function in android::EmulatedCamera
1211 EmulatedCamera::start_preview,
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.h169 static int start_preview(struct camera_device *);
DQCameraMuxer.cpp535 int QCameraMuxer::start_preview(struct camera_device * device) in start_preview() function in qcamera::QCameraMuxer
611 rc = hwi->start_preview(pCam->dev); in start_preview()
2796 .start_preview = QCameraMuxer::start_preview,
DQCamera2HWI.h208 static int start_preview(struct camera_device *);
DQCamera2HWI.cpp92 .start_preview = QCamera2HardwareInterface::start_preview,
358 int QCamera2HardwareInterface::start_preview(struct camera_device *device) in start_preview() function in qcamera::QCamera2HardwareInterface
/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp63 start_preview: android::usbcam_start_preview,