Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/util/
DQCameraQueue.h53 void flushNodes(match_fn match);
54 void flushNodes(match_fn_data match, void *spec_data);
DQCameraQueue.cpp302 void QCameraQueue::flushNodes(match_fn match){ in flushNodes() function in qcamera::QCameraQueue
347 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ in flushNodes() function in qcamera::QCameraQueue
/device/asus/flo/camera/QCamera2/util/
DQCameraQueue.h49 void flushNodes(match_fn match);
DQCameraQueue.cpp265 void QCameraQueue::flushNodes(match_fn match){ in flushNodes() function in qcamera::QCameraQueue
/device/lge/hammerhead/camera/QCamera2/util/
DQCameraQueue.h52 void flushNodes(match_fn match);
DQCameraQueue.cpp302 void QCameraQueue::flushNodes(match_fn match){ in flushNodes() function in qcamera::QCameraQueue
/device/asus/flo/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1074 pme->mDataQ.flushNodes(matchSnapshotNotifications); in cbNotifyRoutine()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1074 pme->mDataQ.flushNodes(matchSnapshotNotifications); in cbNotifyRoutine()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraPostProc.cpp750 m_ongoingJpegQ.flushNodes(matchJobId, (void*)&evt->jobId); in processJpegEvt()
1937 pme->m_ongoingJpegQ.flushNodes(matchJobId, (void*)&job_data->jobId); in dataSaveRoutine()
DQCamera2HWICallbacks.cpp1979 pme->mDataQ.flushNodes(matchSnapshotNotifications); in cbNotifyRoutine()