Searched refs:flushNodes (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/camera/QCamera2/util/
H A DQCameraQueue.h56 void flushNodes(match_fn match);
57 void flushNodes(match_fn_data match, void *spec_data);
H A DQCameraQueue.cpp375 * FUNCTION : flushNodes
385 void QCameraQueue::flushNodes(match_fn match){ function in class:qcamera::QCameraQueue
420 * FUNCTION : flushNodes
430 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ function in class:qcamera::QCameraQueue
/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.cpp375 * FUNCTION : flushNodes
385 void QCameraQueue::flushNodes(match_fn match){ function in class:qcamera::QCameraQueue
420 * FUNCTION : flushNodes
430 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ function in class:qcamera::QCameraQueue
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp3190 pme->mDataQ.flushNodes(matchSnapshotNotifications);
3456 mDataQ.flushNodes(matchPreviewNotifications);
3478 mDataQ.flushNodes(matchTimestampNotifications);
H A DQCameraPostProc.cpp1135 m_ongoingJpegQ.flushNodes(matchJobId, (void*)&evt->jobId);
2754 pme->m_ongoingJpegQ.flushNodes(matchJobId, (void*)&job_data->jobId);
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp3283 pme->mDataQ.flushNodes(matchSnapshotNotifications);
3549 mDataQ.flushNodes(matchPreviewNotifications);
3571 mDataQ.flushNodes(matchTimestampNotifications);
H A DQCameraPostProc.cpp1138 m_ongoingJpegQ.flushNodes(matchJobId, (void*)&evt->jobId);
2815 pme->m_ongoingJpegQ.flushNodes(matchJobId, (void*)&job_data->jobId);

Completed in 47 milliseconds