Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp1635 m_cbNotifier(this), in QCamera2HardwareInterface()
2278 m_cbNotifier.exit(); in closeCamera()
3702 m_cbNotifier.setCallbacks(notify_cb, data_cb, data_cb_timestamp, user); in setCallBacks()
3725 m_cbNotifier.setJpegCallBacks(mJpegCb, mJpegCallbackCookie); in setJpegCallBacks()
3962 m_cbNotifier.flushPreviewNotifications(); in stopPreview()
4158 m_cbNotifier.flushVideoNotifications(); in stopRecording()
6598 return m_cbNotifier.notifyCallback(cbArg); in sendEvtNotify()
6947 rc = m_cbNotifier.notifyCallback(cbArg); in processHDRData()
7010 int32_t rc = m_cbNotifier.notifyCallback(cbArg); in processLEDCalibration()
7118 int32_t rc = m_cbNotifier.notifyCallback(cbArg); in processASDUpdate()
[all …]
DQCameraPostProc.cpp341 m_parent->m_cbNotifier.startSnapshots(); in start()
362 m_parent->m_cbNotifier.stopSnapshots(); in stop()
915 int rc = m_parent->m_cbNotifier.notifyCallback(cbArg); in sendDataNotify()
2389 m_parent->m_cbNotifier.notifyCallback(cbArg); in encodeData()
2399 m_parent->m_cbNotifier.notifyCallback(cbArg); in encodeData()
2968 m_parent->m_cbNotifier.notifyCallback(cbArg); in processRawImageImpl()
2979 m_parent->m_cbNotifier.notifyCallback(cbArg); in processRawImageImpl()
DQCamera2HWICallbacks.cpp1126 rc = m_cbNotifier.notifyCallback(cbArg); in sendPreviewCallback()
1211 int32_t rc = pme->m_cbNotifier.notifyCallback(cbArg); in nodisplay_preview_stream_cb_routine()
1285 pme->m_cbNotifier.notifyCallback(cbArg); in secure_stream_cb_routine()
1375 pme->m_cbNotifier.notifyCallback(cbArg); in rdi_mode_stream_cb_routine()
1639 int32_t rc = pme->m_cbNotifier.notifyCallback(cbArg); in video_stream_cb_routine()
DQCamera2HWI.h639 QCameraCbNotifier m_cbNotifier; variable