Home
last modified time | relevance | path

Searched refs:restart_stop_preview (Results 1 – 3 of 3) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.cpp790 rc = hwi->restart_stop_preview(pCam->dev); in start_recording()
894 rc = hwi->restart_stop_preview(pCam->dev); in stop_recording()
1223 rc = hwi->restart_stop_preview(pCam->dev); in take_picture()
DQCamera2HWI.h211 static int restart_stop_preview(struct camera_device *);
DQCamera2HWI.cpp563 int QCamera2HardwareInterface::restart_stop_preview(struct camera_device *device) in restart_stop_preview() function in qcamera::QCamera2HardwareInterface