OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stop_preview
(Results
1 - 18
of
18
) sorted by null
/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
/frameworks/av/camera/
ICamera.cpp
35
STOP_PREVIEW
,
119
remote()->transact(
STOP_PREVIEW
, data, &reply);
300
case
STOP_PREVIEW
: {
301
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
);
/packages/apps/Gallery2/src/com/android/camera/
CameraManager.java
57
private static final int
STOP_PREVIEW
= 7;
180
case
STOP_PREVIEW
:
348
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
...]
/hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h
182
STOP_PREVIEW
,
/device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_main_menu.h
444
int
stop_preview
(void);
/hardware/libhardware/include/hardware/
camera.h
146
void (*
stop_preview
)(struct camera_device *);
member in struct:camera_device_ops
/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 846 milliseconds