OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stop_recording
(Results
1 - 5
of
5
) sorted by null
/development/tools/emulator/system/camera/
EmulatedCamera.h
198
/* Actual handler for camera_device_ops_t::
stop_recording
callback.
342
static void
stop_recording
(struct camera_device* dev);
EmulatedCamera.cpp
729
void EmulatedCamera::
stop_recording
(struct camera_device* dev)
function in class:android::EmulatedCamera
889
EmulatedCamera::
stop_recording
,
/hardware/libhardware/include/hardware/
camera.h
219
void (*
stop_recording
)(struct camera_device *);
member in struct:camera_device_ops
/frameworks/base/services/camera/libcameraservice/
CameraHardwareInterface.h
292
if (mDevice->ops->
stop_recording
)
293
mDevice->ops->
stop_recording
(mDevice);
/hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp
553
camera_ops->
stop_recording
= camera_stop_recording;
Completed in 2088 milliseconds