OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processInfoEvent
(Results
1 - 4
of
4
) sorted by null
/device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h
529
void
processInfoEvent
(mm_camera_info_event_t *event, app_notify_cb_t *);
/device/lge/mako/camera/
QCameraHWI.h
532
void
processInfoEvent
(mm_camera_info_event_t *event, app_notify_cb_t *);
QCameraHWI.cpp
899
void QCameraHardwareInterface::
processInfoEvent
(
901
ALOGV("
processInfoEvent
: %d, E",event->event_id);
911
ALOGV("
processInfoEvent
: X");
936
processInfoEvent
(&event->e.info, &app_cb);
[
all
...]
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp
861
void QCameraHardwareInterface::
processInfoEvent
(
863
LOGI("
processInfoEvent
: %d, E",event->event_id);
873
LOGI("
processInfoEvent
: X");
898
processInfoEvent
(&event->e.info, &app_cb);
[
all
...]
Completed in 131 milliseconds