OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_preview
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/camera/
ICamera.cpp
35
START_PREVIEW
,
111
remote()->transact(
START_PREVIEW
, data, &reply);
306
case
START_PREVIEW
: {
307
ALOGV("
START_PREVIEW
");
/development/tools/emulator/system/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
154
/* Actual handler for camera_device_ops_t::
start_preview
callback.
318
static int
start_preview
(struct camera_device* dev);
EmulatedCamera.cpp
745
int EmulatedCamera::
start_preview
(struct camera_device* dev)
function in class:android::EmulatedCamera
951
EmulatedCamera::
start_preview
,
[
all
...]
/hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h
179
START_PREVIEW
= 0,
/hardware/libhardware/include/hardware/
camera.h
141
int (*
start_preview
)(struct camera_device *);
member in struct:camera_device_ops
/frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h
201
if (mDevice->ops->
start_preview
)
202
return mDevice->ops->
start_preview
(mDevice);
/hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp
548
camera_ops->
start_preview
= camera_start_preview;
CameraHal.cpp
[
all
...]
/device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp
[
all
...]
Completed in 108 milliseconds