Searched defs:NfcConfig (Results 1 – 13 of 13) sorted by relevance
33 using NfcConfig = aidl::android::hardware::nfc::NfcConfig; variable
43 using NfcConfig = aidl::android::hardware::nfc::NfcConfig; variable
36 using NfcConfig = aidl::android::hardware::nfc::NfcConfig; variable
27 class NfcConfig; variable
81 NfcConfig::NfcConfig() { loadConfig(); } in NfcConfig() function in NfcConfig
785 ::ndk::ScopedAStatus INfcDefault::getConfig(::aidl::android::hardware::nfc::NfcConfig* /*_aidl_retu… in getConfig()
711 ::ndk::ScopedAStatus INfcDefault::getConfig(::aidl::android::hardware::nfc::NfcConfig* /*_aidl_retu… in getConfig()
280 async fn getConfig(&self) -> binder::Result<NfcConfig> { in getConfig()