Searched refs:flushNodes (Results 1 – 12 of 12) sorted by relevance
/device/moto/shamu/camera/QCamera2/util/ |
D | QCameraQueue.h | 53 void flushNodes(match_fn match); 54 void flushNodes(match_fn_data match, void *spec_data);
|
D | QCameraQueue.cpp | 302 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/lge/bullhead/camera/QCamera2/util/ |
D | QCameraQueue.h | 53 void flushNodes(match_fn match); 54 void flushNodes(match_fn_data match, void *spec_data);
|
D | QCameraQueue.cpp | 333 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
|
/device/huawei/angler/camera/QCamera2/util/ |
D | QCameraQueue.h | 53 void flushNodes(match_fn match); 54 void flushNodes(match_fn_data match, void *spec_data);
|
D | QCameraQueue.cpp | 333 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
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraPostProc.cpp | 750 m_ongoingJpegQ.flushNodes(matchJobId, (void*)&evt->jobId); in processJpegEvt() 1937 pme->m_ongoingJpegQ.flushNodes(matchJobId, (void*)&job_data->jobId); in dataSaveRoutine()
|
D | QCamera2HWICallbacks.cpp | 1979 pme->mDataQ.flushNodes(matchSnapshotNotifications); in cbNotifyRoutine()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCamera2HWICallbacks.cpp | 2418 pme->mDataQ.flushNodes(matchSnapshotNotifications); in cbNotifyRoutine() 2637 mDataQ.flushNodes(matchPreviewNotifications); in flushPreviewNotifications()
|
D | QCameraPostProc.cpp | 938 m_ongoingJpegQ.flushNodes(matchJobId, (void*)&evt->jobId); in processJpegEvt() 2350 pme->m_ongoingJpegQ.flushNodes(matchJobId, (void*)&job_data->jobId); in dataSaveRoutine()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCamera2HWICallbacks.cpp | 2418 pme->mDataQ.flushNodes(matchSnapshotNotifications); in cbNotifyRoutine() 2637 mDataQ.flushNodes(matchPreviewNotifications); in flushPreviewNotifications()
|
D | QCameraPostProc.cpp | 938 m_ongoingJpegQ.flushNodes(matchJobId, (void*)&evt->jobId); in processJpegEvt() 2350 pme->m_ongoingJpegQ.flushNodes(matchJobId, (void*)&job_data->jobId); in dataSaveRoutine()
|