Searched defs:pParam (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp74 void add(const CNfcParam* pParam);
173 CNfcParam* pParam = NULL; local
311 pParam = new CNfcParam(token.c_str(), strValue);
313 pParam = new CNfcParam(token.c_str(), numValue);
314 add(pParam);
324 pParam = new CNfcParam(token.c_str(), strValue);
325 add(pParam);
418 const CNfcParam* pParam = find(name); local
419 if (pParam == NULL)
422 if (pParam
443 const CNfcParam* pParam = find(name); local
467 const CNfcParam* pParam = find(name); local
539 add(const CNfcParam* pParam) argument
683 const CNfcParam* pParam = rConfig.find(name); local
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp74 void add(const CNfcParam* pParam);
173 CNfcParam* pParam = NULL; local
311 pParam = new CNfcParam(token.c_str(), strValue);
313 pParam = new CNfcParam(token.c_str(), numValue);
314 add(pParam);
324 pParam = new CNfcParam(token.c_str(), strValue);
325 add(pParam);
418 const CNfcParam* pParam = find(name); local
419 if (pParam == NULL)
422 if (pParam
443 const CNfcParam* pParam = find(name); local
467 const CNfcParam* pParam = find(name); local
539 add(const CNfcParam* pParam) argument
683 const CNfcParam* pParam = rConfig.find(name); local
[all...]
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc.c90 typedef void * (*pphDal4Nfc_thread_handler_t) (void * pParam);
913 int* pParam=NULL; local
917 pParam=(int*)params;
919 switch(*pParam)

Completed in 402 milliseconds