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

  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 65 void stop_preview(struct camera_device *);
QualcommCamera.cpp 265 void stop_preview(struct camera_device * device) function in namespace:android
270 hardware->stop_preview(device);
  /device/generic/goldfish/camera/
EmulatedCamera.h 167 /* Actual handler for camera_device_ops_t::stop_preview callback.
332 static void stop_preview(struct camera_device* dev);
EmulatedCamera.cpp 1015 void EmulatedCamera::stop_preview(struct camera_device* dev) function in class:android::EmulatedCamera
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.h 175 /* Actual handler for camera_device_ops_t::stop_preview callback.
334 static void stop_preview(struct camera_device* dev);
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.h 170 static void stop_preview(struct camera_device *);
QCamera2HWI.h 209 static void stop_preview(struct camera_device *);
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...]
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp 64 stop_preview: android::usbcam_stop_preview,
    [all...]

Completed in 3396 milliseconds