Searched refs:match (Results 1 – 10 of 10) sorted by relevance
/device/moto/shamu/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 302 void QCameraQueue::flushNodes(match_fn match){ in flushNodes() argument 307 if ( NULL == match ) { in flushNodes() 319 if ( match(node->data, m_userData) ) { in flushNodes() 347 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ in flushNodes() argument 352 if ( NULL == match ) { in flushNodes() 364 if ( match(node->data, m_userData, match_data) ) { in flushNodes()
|
D | QCameraQueue.h | 53 void flushNodes(match_fn match); 54 void flushNodes(match_fn_data match, void *spec_data);
|
/device/huawei/angler/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 333 void QCameraQueue::flushNodes(match_fn match){ in flushNodes() argument 338 if ( NULL == match ) { in flushNodes() 350 if ( match(node->data, m_userData) ) { in flushNodes() 378 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ in flushNodes() argument 383 if ( NULL == match ) { in flushNodes() 395 if ( match(node->data, m_userData, match_data) ) { in flushNodes()
|
D | QCameraQueue.h | 53 void flushNodes(match_fn match); 54 void flushNodes(match_fn_data match, void *spec_data);
|
/device/lge/bullhead/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 333 void QCameraQueue::flushNodes(match_fn match){ in flushNodes() argument 338 if ( NULL == match ) { in flushNodes() 350 if ( match(node->data, m_userData) ) { in flushNodes() 378 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ in flushNodes() argument 383 if ( NULL == match ) { in flushNodes() 395 if ( match(node->data, m_userData, match_data) ) { in flushNodes()
|
D | QCameraQueue.h | 53 void flushNodes(match_fn match); 54 void flushNodes(match_fn_data match, void *spec_data);
|
/device/google/dragon/audio/hal/dsp/tests/ |
D | plot_fftl.m | 12 % This tries to match the labels in the audio tuning UI.
|
/device/lge/bullhead/wifi/ |
D | WCNSS_qcom_cfg.ini | 493 # 0 - Disable both magic pattern match and pattern byte match. 494 # 1 - Enable magic pattern match on all interfaces. 495 # 2 - Enable pattern byte match on all interfaces. 496 # 3 - Enable both magic patter and pattern byte match on all interfaces.
|
/device/htc/flounder/ |
D | init.flounder.rc | 115 # b/13568411: make lazy vfree flush thresholds match flush_tlb_range
|
/device/google/dragon/ |
D | init.dragon.rc | 167 # b/13568411: make lazy vfree flush thresholds match flush_tlb_range
|