OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:camera_device_status_change
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/include/hardware/
camera_common.h
183
* camera_module_callbacks.
camera_device_status_change
() call.
187
* camera_module_callbacks::
camera_device_status_change
to inform the framework
231
*
camera_device_status_change
:
248
void (*
camera_device_status_change
)(const struct camera_module_callbacks*,
member in struct:camera_module_callbacks
/device/generic/goldfish/camera/
EmulatedCameraFactory.cpp
504
if (cb != NULL && cb->
camera_device_status_change
!= NULL) {
505
cb->
camera_device_status_change
(cb, cameraId, newStatus);
/frameworks/av/services/camera/libcameraservice/
CameraService.cpp
73
static void
camera_device_status_change
(
function
102
this->
camera_device_status_change
= android::
camera_device_status_change
;
[
all
...]
Completed in 332 milliseconds