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

  /device/huawei/angler/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 253 int start_preview(struct camera_device * device) function in namespace:android
259 rc = hardware->start_preview(device);
  /device/lge/bullhead/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 253 int start_preview(struct camera_device * device) function in namespace:android
259 rc = hardware->start_preview(device);
  /device/moto/shamu/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 87 start_preview: android::start_preview,
326 int start_preview(struct camera_device * device) function in namespace:android
  /device/moto/shamu/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 253 int start_preview(struct camera_device * device) function in namespace:android
259 rc = hardware->start_preview(device);
  /hardware/libhardware/include/hardware/
camera.h 144 int (*start_preview)(struct camera_device *); member in struct:camera_device_ops
  /hardware/qcom/camera/QCamera2/HAL/wrapper/
QualcommCamera.cpp 253 int start_preview(struct camera_device * device) function in namespace:android
259 rc = hardware->start_preview(device);
  /device/generic/goldfish/camera/
EmulatedCamera.cpp 745 int EmulatedCamera::start_preview(struct camera_device* dev) function in class:android::EmulatedCamera
951 EmulatedCamera::start_preview,
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMuxer.cpp 523 * FUNCTION : start_preview
534 int QCameraMuxer::start_preview(struct camera_device * device) function in class:qcamera::QCameraMuxer
610 rc = hwi->start_preview(pCam->dev);
    [all...]
QCamera2HWI.cpp 92 .start_preview = QCamera2HardwareInterface::start_preview,
347 * FUNCTION : start_preview
358 int QCamera2HardwareInterface::start_preview(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp 70 start_preview: QCamera2HardwareInterface::start_preview,
278 * FUNCTION : start_preview
289 int QCamera2HardwareInterface::start_preview(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.cpp 75 .start_preview = QCamera2HardwareInterface::start_preview,
276 * FUNCTION : start_preview
287 int QCamera2HardwareInterface::start_preview(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.cpp 75 .start_preview = QCamera2HardwareInterface::start_preview,
276 * FUNCTION : start_preview
287 int QCamera2HardwareInterface::start_preview(struct camera_device *device) function in class:qcamera::QCamera2HardwareInterface
    [all...]

Completed in 1868 milliseconds