/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraActions.java | 29 public static final int STOP_PREVIEW = 103; 73 case STOP_PREVIEW: 74 return "STOP_PREVIEW";
|
CameraAgent.java | 492 // the STOP_PREVIEW case in its handler; in the meantime, changing API 2 610 getCameraHandler().obtainMessage(CameraActions.STOP_PREVIEW, bundle) [all...] |
/device/lge/mako/camera/ |
QualcommCamera.h | 53 void stop_preview(struct camera_device *);
|
QualcommCamera2.h | 66 void stop_preview(struct camera_device *);
|
QualcommCamera.cpp | 76 stop_preview: android::stop_preview, 498 void stop_preview(struct camera_device * device) function in namespace:android
|
QualcommCamera2.cpp | 87 .stop_preview = android::stop_preview, 334 void stop_preview(struct camera_device * device) function in namespace:android
|
/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/moto/shamu/camera/QCamera/HAL/wrapper/ |
QualcommCamera.h | 66 void stop_preview(struct camera_device *);
|
QualcommCamera.cpp | 88 stop_preview: android::stop_preview, 338 void stop_preview(struct camera_device * device) function in namespace:android
|
/device/moto/shamu/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);
|
/frameworks/av/camera/ |
ICamera.cpp | 36 STOP_PREVIEW, 133 remote()->transact(STOP_PREVIEW, data, &reply); 323 case STOP_PREVIEW: { 324 ALOGV("STOP_PREVIEW");
|
/packages/apps/Camera/src/com/android/camera/ |
CameraManager.java | 60 private static final int STOP_PREVIEW = 7; 175 case STOP_PREVIEW: 343 mCameraHandler.sendEmptyMessage(STOP_PREVIEW);
|
/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...] |
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/ |
mm_qcamera_main_menu.h | 52 STOP_PREVIEW,
|
/hardware/ti/omap4-aah/camera/inc/ |
BaseCameraAdapter.h | 202 STOP_PREVIEW,
|
/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 182 STOP_PREVIEW,
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCamera2HWI.h | 182 static void stop_preview(struct camera_device *);
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
QCamera2HWI.h | 182 static void stop_preview(struct camera_device *);
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/ |
mm_qcamera_main_menu.h | 444 int stop_preview (void);
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/ |
mm_qcamera_main_menu.h | 437 int stop_preview (void);
|
/hardware/libhardware/include/hardware/ |
camera.h | 149 void (*stop_preview)(struct camera_device *); member in struct:camera_device_ops
|
/frameworks/av/services/camera/libcameraservice/device1/ |
CameraHardwareInterface.h | 221 if (mDevice->ops->stop_preview) 222 mDevice->ops->stop_preview(mDevice);
|