Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraQueue.h56 void flushNodes(match_fn match);
57 void flushNodes(match_fn_data match, void *spec_data);
H A DQCameraQueue.cpp385 void QCameraQueue::flushNodes(match_fn match){ in flushNodes() function in qcamera::QCameraQueue
430 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ in flushNodes() function in qcamera::QCameraQueue
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp3370 pme->mDataQ.flushNodes(matchSnapshotNotifications); in cbNotifyRoutine()
3636 mDataQ.flushNodes(matchPreviewNotifications); in flushPreviewNotifications()
3658 mDataQ.flushNodes(matchTimestampNotifications); in flushVideoNotifications()
H A DQCameraPostProc.cpp1279 m_ongoingJpegQ.flushNodes(matchJobId, (void*)&evt->jobId); in processJpegEvt()
3072 pme->m_ongoingJpegQ.flushNodes(matchJobId, (void*)&job_data->jobId); in dataSaveRoutine()