Home
last modified time | relevance | path

Searched refs:match_data (Results 1 – 9 of 9) sorted by relevance

/device/google/marlin/camera/QCamera2/util/
DQCameraQueue.cpp299 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()
DQCameraQueue.h41 typedef bool (*match_fn_data)(void *data, void *user_data, void *match_data);
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMuxer.h203 static bool matchFrameId(void *data, void *user_data, void *match_data);
204 static bool findPreviousJpegs(void *data, void *user_data, void *match_data);
DQCameraPostProc.h198 static bool matchJobId(void *data, void *user_data, void *match_data);
DQCameraMuxer.cpp2434 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()
DQCameraPostProc.cpp3348 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/
Dril.h743 const char * match_data; member
Dril_service.cpp2804 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/
Dril.h739 const char * match_data; member