Searched refs:match_data (Results 1 – 9 of 9) sorted by relevance
/device/google/marlin/camera/QCamera2/util/ |
D | QCameraQueue.cpp | 299 void* QCameraQueue::dequeue(match_fn_data match, void *match_data){ in dequeue() argument 305 if ( NULL == match || NULL == match_data ) { in dequeue() 318 if ( match(node->data, m_userData, match_data) ) { in dequeue() 430 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ in flushNodes() argument 447 if ( match(node->data, m_userData, match_data) ) { in flushNodes()
|
D | QCameraQueue.h | 41 typedef bool (*match_fn_data)(void *data, void *user_data, void *match_data);
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMuxer.h | 203 static bool matchFrameId(void *data, void *user_data, void *match_data); 204 static bool findPreviousJpegs(void *data, void *user_data, void *match_data);
|
D | QCameraPostProc.h | 198 static bool matchJobId(void *data, void *user_data, void *match_data);
|
D | QCameraMuxer.cpp | 2434 void *match_data) in matchFrameId() argument 2438 if (!data || !match_data) { in matchFrameId() 2443 uint32_t frame_idx = *((uint32_t *) match_data); in matchFrameId() 2461 void *match_data) in findPreviousJpegs() argument 2465 if (!data || !match_data) { in findPreviousJpegs() 2469 uint32_t frame_idx = *((uint32_t *) match_data); in findPreviousJpegs()
|
D | QCameraPostProc.cpp | 3348 bool QCameraPostProcessor::matchJobId(void *data, void *, void *match_data) in matchJobId() argument 3351 uint32_t job_id = *((uint32_t *) match_data); in matchJobId()
|
/device/google/cuttlefish_common/guest/hals/ril/libril/ |
D | ril.h | 743 const char * match_data; member
|
D | ril_service.cpp | 2804 allowedCarriers[i].match_data = allowedList[i].matchData.c_str(); in prepareCarrierRestrictions() 2812 excludedCarriers[i].match_data = excludedList[i].matchData.c_str(); in prepareCarrierRestrictions() 7197 convertCharPtrToHidlString(carrier->match_data); in prepareCarrierRestrictionsResponse() 7207 convertCharPtrToHidlString(carrier->match_data); in prepareCarrierRestrictionsResponse()
|
/device/generic/goldfish/ril/ |
D | ril.h | 739 const char * match_data; member
|