Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3PostProc.h155 static void releaseNotifyData(void *user_data, void *cookie);
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraPostProc.h219 static void releaseNotifyData(void *user_data,
H A DQCameraPostProc.cpp913 cbArg.release_cb = releaseNotifyData; in sendDataNotify()
918 releaseNotifyData(data_cb, this, UNKNOWN_ERROR); in sendDataNotify()
1802 void QCameraPostProcessor::releaseNotifyData(void *user_data, in releaseNotifyData() function in qcamera::QCameraPostProcessor