Searched refs:NAME_PRESENCE_CHECK_ALGORITHM (Results 1 – 12 of 12) sorted by relevance
/aosp12/hardware/st/nfc/st21nfc/include/ |
H A D | hal_config.h | 38 #define NAME_PRESENCE_CHECK_ALGORITHM "PRESENCE_CHECK_ALGORITHM" macro
|
/aosp12/hardware/samsung/nfc/halimpl/include/ |
H A D | config.h | 96 #define NAME_PRESENCE_CHECK_ALGORITHM "PRESENCE_CHECK_ALGORITHM" macro
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/utils/ |
H A D | phNxpConfig.h | 106 #define NAME_PRESENCE_CHECK_ALGORITHM "PRESENCE_CHECK_ALGORITHM" macro
|
/aosp12/system/nfc/src/include/ |
H A D | nfc_config.h | 47 #define NAME_PRESENCE_CHECK_ALGORITHM "PRESENCE_CHECK_ALGORITHM" macro
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/utils/ |
H A D | phNxpConfig.h | 131 #define NAME_PRESENCE_CHECK_ALGORITHM "PRESENCE_CHECK_ALGORITHM" macro
|
/aosp12/system/nfc/src/adaptation/ |
H A D | NfcAdaptation.cc | 264 configMap.emplace(NAME_PRESENCE_CHECK_ALGORITHM, in GetVendorConfigs() 268 NAME_PRESENCE_CHECK_ALGORITHM, in GetVendorConfigs()
|
/aosp12/hardware/st/nfc/1.1/ |
H A D | hal_st21nfc.cc | 490 if (GetNumValue(NAME_PRESENCE_CHECK_ALGORITHM, &num, sizeof(num))) { in StNfc_hal_getConfig()
|
/aosp12/hardware/samsung/nfc/halimpl/src/ |
H A D | hal.cc | 410 if ((GetNumValue(NAME_PRESENCE_CHECK_ALGORITHM, &num, sizeof(num))) && in nfc_hal_getVendorConfig()
|
/aosp12/hardware/st/nfc/1.2/ |
H A D | hal_st21nfc.cc | 516 if (GetNumValue(NAME_PRESENCE_CHECK_ALGORITHM, &num, sizeof(num))) { in StNfc_hal_getConfig()
|
/aosp12/packages/apps/Nfc/nci/jni/ |
H A D | NfcTag.cpp | 108 if (NfcConfig::hasKey(NAME_PRESENCE_CHECK_ALGORITHM)) in initialize() 110 NfcConfig::getUnsigned(NAME_PRESENCE_CHECK_ALGORITHM); in initialize()
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/hal/ |
H A D | phNxpNciHal.cc | 2304 if ((GetNxpNumValue(NAME_PRESENCE_CHECK_ALGORITHM, &num, sizeof(num))) && in phNxpNciHal_getVendorConfig()
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/hal/ |
H A D | phNxpNciHal.cc | 2631 if ((GetNxpNumValue(NAME_PRESENCE_CHECK_ALGORITHM, &num, sizeof(num))) && in phNxpNciHal_getVendorConfig()
|