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

  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.h 64 void stop_preview(struct camera_device *);
QualcommCamera.cpp 87 stop_preview: android::stop_preview,
315 void stop_preview(struct camera_device * device) function in namespace:android
  /device/lge/mako/camera/
QualcommCamera.h 53 void stop_preview(struct camera_device *);
QualcommCamera2.h 66 void stop_preview(struct camera_device *);
QualcommCamera2.cpp 87 stop_preview: android::stop_preview,
334 void stop_preview(struct camera_device * device) function in namespace:android
QualcommCamera.cpp 76 stop_preview: android::stop_preview,
498 void stop_preview(struct camera_device * device) function in namespace:android
  /device/generic/goldfish/camera/
EmulatedCamera.h 160 /* Actual handler for camera_device_ops_t::stop_preview callback.
320 static void stop_preview(struct camera_device* dev);
EmulatedCamera.cpp 755 void EmulatedCamera::stop_preview(struct camera_device* dev) function in class:android::EmulatedCamera
952 EmulatedCamera::stop_preview,
    [all...]
  /hardware/libhardware/include/hardware/
camera.h 146 void (*stop_preview)(struct camera_device *); member in struct:camera_device_ops
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_main_menu.h 444 int stop_preview (void);
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 207 if (mDevice->ops->stop_preview)
208 mDevice->ops->stop_preview(mDevice);
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 549 camera_ops->stop_preview = camera_stop_preview;
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 1426 int stop_preview = 1; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]

Completed in 258 milliseconds