HomeSort by relevance Sort by last modified time
    Searched defs:stop_preview (Results 1 - 9 of 9) sorted by null

  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 265 void stop_preview(struct camera_device * device) function in namespace:android
270 hardware->stop_preview(device);
  /hardware/libhardware/include/hardware/
camera.h 149 void (*stop_preview)(struct camera_device *); member in struct:camera_device_ops
  /hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
QualcommCamera.cpp 265 void stop_preview(struct camera_device * device) function in namespace:android
270 hardware->stop_preview(device);
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.cpp 791 void EmulatedCamera::stop_preview(struct camera_device* dev) { function in class:android::EmulatedCamera
969 EmulatedCamera::stop_preview,
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.cpp 622 * FUNCTION : stop_preview
631 void QCameraMuxer::stop_preview(struct camera_device * device) function in class:qcamera::QCameraMuxer
646 QCamera2HardwareInterface::stop_preview(pCam->dev);
    [all...]
QCamera2HWI.cpp 93 .stop_preview = QCamera2HardwareInterface::stop_preview,
393 * FUNCTION : stop_preview
402 void QCamera2HardwareInterface::stop_preview(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.cpp 622 * FUNCTION : stop_preview
631 void QCameraMuxer::stop_preview(struct camera_device * device) function in class:qcamera::QCameraMuxer
646 QCamera2HardwareInterface::stop_preview(pCam->dev);
    [all...]
QCamera2HWI.cpp 95 .stop_preview = QCamera2HardwareInterface::stop_preview,
392 * FUNCTION : stop_preview
401 void QCamera2HardwareInterface::stop_preview(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 1007 void EmulatedCamera::stop_preview(struct camera_device* dev) function in class:android::EmulatedCamera
    [all...]

Completed in 184 milliseconds