Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/util/
DQCameraQueue.h53 void flushNodes(match_fn match);
54 void flushNodes(match_fn_data match, void *spec_data);
DQCameraQueue.cpp333 void QCameraQueue::flushNodes(match_fn match){ in flushNodes() function in qcamera::QCameraQueue
378 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ in flushNodes() function in qcamera::QCameraQueue
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2418 pme->mDataQ.flushNodes(matchSnapshotNotifications); in cbNotifyRoutine()
2637 mDataQ.flushNodes(matchPreviewNotifications); in flushPreviewNotifications()
DQCameraPostProc.cpp938 m_ongoingJpegQ.flushNodes(matchJobId, (void*)&evt->jobId); in processJpegEvt()
2350 pme->m_ongoingJpegQ.flushNodes(matchJobId, (void*)&job_data->jobId); in dataSaveRoutine()