Searched defs:match_data (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraQueue.cpp295 * @match_data : the actual data to be matched
299 void* QCameraQueue::dequeue(match_fn_data match, void *match_data){ argument
305 if ( NULL == match || NULL == match_data ) {
318 if ( match(node->data, m_userData, match_data) ) {
430 void QCameraQueue::flushNodes(match_fn_data match, void *match_data){ argument
447 if ( match(node->data, m_userData, match_data) ) {
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMuxer.cpp2431 * @match_data : value to be matched against
2436 void *match_data)
2440 if (!data || !match_data) {
2445 uint32_t frame_idx = *((uint32_t *) match_data);
2458 * @match_data : value to be matched against
2463 void *match_data)
2467 if (!data || !match_data) {
2471 uint32_t frame_idx = *((uint32_t *) match_data);
2435 matchFrameId(void *data, __unused void *user_data, void *match_data) argument
2462 findPreviousJpegs(void *data, __unused void *user_data, void *match_data) argument
H A DQCameraPostProc.cpp3685 bool QCameraPostProcessor::matchJobId(void *data, void *, void *match_data) argument
3688 uint32_t job_id = *((uint32_t *) match_data);
/hardware/ril/include/telephony/
H A Dril.h736 * If it’s RIL_MATCH_ALL, match_data is null;
737 * otherwise, match_data is the value for the match type.
739 const char * match_data; member in struct:__anon5803
/hardware/ril/reference-ril/
H A Dril.h736 * If it’s RIL_MATCH_ALL, match_data is null;
737 * otherwise, match_data is the value for the match type.
739 const char * match_data; member in struct:__anon6022

Completed in 131 milliseconds