Home
last modified time | relevance | path

Searched refs:notifyHdrEvent (Results 1 – 4 of 4) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraStream.h134 virtual void notifyHdrEvent(cam_ctrl_status_t status, void * cookie){}; in notifyHdrEvent() function
236 void notifyHdrEvent(cam_ctrl_status_t status, void * cookie);
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraStream.h95 virtual void notifyHdrEvent(cam_ctrl_status_t status, void * cookie){}; in notifyHdrEvent() function
DQCameraHWI.h744 void notifyHdrEvent(cam_ctrl_status_t status, void * cookie);
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp1685 notifyHdrEvent(event->status, (void*)(event->cookie)); in processCtrlEvent()
3304 void QCameraHardwareInterface::notifyHdrEvent(cam_ctrl_status_t status, void * cookie) in notifyHdrEvent() function in android::QCameraHardwareInterface