HomeSort by relevance Sort by last modified time
    Searched full:start_preview (Results 1 - 25 of 30) sorted by null

1 2

  /device/generic/goldfish/camera/
PreviewWindow.h 66 * handing the camera_device_ops_t::start_preview callback.
72 * handing the camera_device_ops_t::start_preview callback.
EmulatedCamera.h 161 /* Actual handler for camera_device_ops_t::start_preview callback.
330 static int start_preview(struct camera_device* dev);
EmulatedCamera.cpp 997 int EmulatedCamera::start_preview(struct camera_device* dev) function in class:android::EmulatedCamera
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/wrapper/
QualcommCamera.h 63 int start_preview(struct camera_device *);
QualcommCamera.cpp 253 int start_preview(struct camera_device * device) function in namespace:android
259 rc = hardware->start_preview(device);
  /frameworks/av/camera/
ICamera.cpp 39 START_PREVIEW,
121 remote()->transact(START_PREVIEW, data, &reply);
362 case START_PREVIEW: {
363 ALOGV("START_PREVIEW");
  /hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
QualcommCamera.h 63 int start_preview(struct camera_device *);
QualcommCamera.cpp 253 int start_preview(struct camera_device * device) function in namespace:android
259 rc = hardware->start_preview(device);
  /device/google/cuttlefish_common/guest/hals/camera/
PreviewWindow.h 70 * handing the camera_device_ops_t::start_preview callback.
76 * handing the camera_device_ops_t::start_preview callback.
EmulatedCamera.h 169 /* Actual handler for camera_device_ops_t::start_preview callback.
332 static int start_preview(struct camera_device* dev);
EmulatedCamera.cpp 782 int EmulatedCamera::start_preview(struct camera_device* dev) { function in class:android::EmulatedCamera
968 EmulatedCamera::start_preview,
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_main_menu.h 52 START_PREVIEW,
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMuxer.h 169 static int start_preview(struct camera_device *);
QCamera2HWI.h 208 static int start_preview(struct camera_device *);
QCameraMuxer.cpp 524 * FUNCTION : start_preview
535 int QCameraMuxer::start_preview(struct camera_device * device) function in class:qcamera::QCameraMuxer
611 rc = hwi->start_preview(pCam->dev);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMuxer.h 171 static int start_preview(struct camera_device *);
QCamera2HWI.h 218 static int start_preview(struct camera_device *);
    [all...]
QCameraMuxer.cpp 524 * FUNCTION : start_preview
535 int QCameraMuxer::start_preview(struct camera_device * device) function in class:qcamera::QCameraMuxer
611 rc = hwi->start_preview(pCam->dev);
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_main_menu.h 52 START_PREVIEW,
  /hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp 741 if (mDevice->ops->start_preview) {
742 return getHidlStatus(mDevice->ops->start_preview(mDevice));
744 return Status::INTERNAL_ERROR; // HAL should provide start_preview
    [all...]
  /hardware/libhardware/include/hardware/
camera.h 144 int (*start_preview)(struct camera_device *); member in struct:camera_device_ops
  /pdk/apps/TestingCamera/res/layout/
main.xml 153 android:id="@+id/start_preview"
  /hardware/qcom/camera/msm8998/QCamera2/util/
camscope_packet_type.cpp 98 "start_preview",
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 87 {START_PREVIEW, "Start preview"},
296 case START_PREVIEW:
298 LOGD("START_PREVIEW\n");
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 86 {START_PREVIEW, "Start preview"},
341 case START_PREVIEW:
343 LOGD("START_PREVIEW\n");
    [all...]

Completed in 817 milliseconds

1 2