Home
last modified time | relevance | path

Searched refs:mCallbackOps (Results 1 – 10 of 10) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dcamera.cpp55 mCallbackOps(NULL), in Camera()
160 mCallbackOps = callback_ops; in initialize()
477 mCallbackOps->notify(mCallbackOps, &message); in notifyShutter()
489 mCallbackOps->notify(mCallbackOps, &message); in completeRequestWithError()
512 mCallbackOps->process_capture_result(mCallbackOps, &result); in sendResult()
Dcamera.h131 const camera3_callback_ops_t *mCallbackOps; variable
/hardware/libhardware/modules/usbcamera/
DCamera.cpp105 mCallbackOps(NULL), in Camera()
189 mCallbackOps = callback_ops; in initialize()
428 mCallbackOps->process_capture_result(mCallbackOps, &result); in processCaptureRequest()
481 mCallbackOps->notify(mCallbackOps, &m); in notifyShutter()
DCamera.h115 const camera3_callback_ops_t *mCallbackOps; variable
/hardware/libhardware/modules/camera/3_0/
DCamera.cpp60 mCallbackOps(NULL), in Camera()
134 mCallbackOps = callback_ops; in initialize()
394 mCallbackOps->process_capture_result(mCallbackOps, &result); in processCaptureRequest()
472 mCallbackOps->notify(mCallbackOps, &m); in notifyShutter()
DCamera.h100 const camera3_callback_ops_t *mCallbackOps; variable
/hardware/interfaces/tv/input/1.0/default/
DTvInput.cpp63 mCallbackOps.notify = &TvInput::notify; in TvInput()
76 mDevice->initialize(mDevice, &mCallbackOps, nullptr); in setCallback()
DTvInput.h62 tv_input_callback_ops_t mCallbackOps; member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.h550 const camera3_callback_ops_t *mCallbackOps; variable
DQCamera3HWI.cpp478 mCallbackOps(NULL), in QCamera3HardwareInterface()
1227 mCallbackOps = callback_ops; in initialize()
5042 mCallbackOps->process_capture_result(mCallbackOps, result); in orchestrateResult()
5082 mCallbackOps->notify(mCallbackOps, notify_msg); in orchestrateNotify()