Home
last modified time | relevance | path

Searched defs:pParam (Results 1 – 5 of 5) sorted by relevance

/system/nfc/halimpl/bcm2079x/adaptation/
Dconfig.cpp183 CNfcParam* pParam = NULL; in readConfig() local
380 const CNfcParam* pParam = find(name); in getValue() local
403 const CNfcParam* pParam = find(name); in getValue() local
424 const CNfcParam* pParam = find(name); in getValue() local
486 void CNfcConfig::add(const CNfcParam* pParam) { in add()
613 const CNfcParam* pParam = rConfig.find(name); in GetNumValue() local
/system/nfc/src/adaptation/
Dconfig.cpp183 CNfcParam* pParam = NULL; in readConfig() local
391 const CNfcParam* pParam = find(name); in getValue() local
414 const CNfcParam* pParam = find(name); in getValue() local
435 const CNfcParam* pParam = find(name); in getValue() local
497 void CNfcConfig::add(const CNfcParam* pParam) { in add()
624 const CNfcParam* pParam = rConfig.find(name); in GetNumValue() local
/system/nfc/halimpl/pn54x/utils/
DphNxpConfig.cpp254 CNfcParam* pParam = NULL; in readConfig() local
464 const CNfcParam* pParam = find(name); in getValue() local
477 const CNfcParam* pParam = find(name); in getValue() local
505 const CNfcParam* pParam = find(name); in getValue() local
526 const CNfcParam* pParam = find(name); in getValue() local
591 void CNfcConfig::add(const CNfcParam* pParam) { in add()
769 const CNfcParam* pParam = rConfig.find(name); in GetNxpNumValue() local
/system/nfc/halimpl/pn54x/tml/
DphTmlNfc.c299 static void phTmlNfc_TmlThread(void* pParam) { in phTmlNfc_TmlThread()
412 static void phTmlNfc_TmlWriterThread(void* pParam) { in phTmlNfc_TmlWriterThread()
/system/nfc/halimpl/pn54x/common/
DphNfcCommon.h143 void* pParam; /* contains timer message specific details*/ member