Home
last modified time | relevance | path

Searched refs:processCtrlEvent (Results 1 – 3 of 3) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h552 void processCtrlEvent(mm_camera_ctrl_event_t *, app_notify_cb_t *);
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h614 void processCtrlEvent(mm_camera_ctrl_event_t *, app_notify_cb_t *);
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp1658 void QCameraHardwareInterface::processCtrlEvent(mm_camera_ctrl_event_t *event, app_notify_cb_t *app… in processCtrlEvent() function in android::QCameraHardwareInterface
1785 processCtrlEvent(&event->e.ctrl, &app_cb); in processEvent()