Home
last modified time | relevance | path

Searched defs:NfcConfig (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/hardware/nxp/nfc/snxxx/aidl/2.0/
DNfcExtns.h33 using NfcConfig = aidl::android::hardware::nfc::NfcConfig; variable
DNfc.h43 using NfcConfig = aidl::android::hardware::nfc::NfcConfig; variable
/aosp_15_r20/hardware/nxp/nfc/snxxx/aidl/1.0/
DNfcExtns.h33 using NfcConfig = aidl::android::hardware::nfc::NfcConfig; variable
DNfc.h43 using NfcConfig = aidl::android::hardware::nfc::NfcConfig; variable
/aosp_15_r20/hardware/st/nfc/aidl/
DStNfc_hal_api.h36 using NfcConfig = aidl::android::hardware::nfc::NfcConfig; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/nfc/aidl/android.hardware.nfc-V2-ndk-source/gen/include/aidl/android/hardware/nfc/
DINfc.h27 class NfcConfig; variable
/aosp_15_r20/system/nfc/src/adaptation/
H A Dnfc_config.cc81 NfcConfig::NfcConfig() { loadConfig(); } in NfcConfig() function in NfcConfig
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/nfc/aidl/android.hardware.nfc-V2-ndk-source/gen/android/hardware/nfc/
DINfc.cpp785 ::ndk::ScopedAStatus INfcDefault::getConfig(::aidl::android::hardware::nfc::NfcConfig* /*_aidl_retu… in getConfig()
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/nfc/aidl/android.hardware.nfc-V1-ndk-source/gen/android/hardware/nfc/
DINfc.cpp711 ::ndk::ScopedAStatus INfcDefault::getConfig(::aidl::android::hardware::nfc::NfcConfig* /*_aidl_retu… in getConfig()
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/nfc/aidl/android.hardware.nfc-V1-ndk-source/gen/android/hardware/nfc/
DINfc.cpp711 ::ndk::ScopedAStatus INfcDefault::getConfig(::aidl::android::hardware::nfc::NfcConfig* /*_aidl_retu… in getConfig()
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/nfc/aidl/android.hardware.nfc-V1-ndk-source/gen/android/hardware/nfc/
DINfc.cpp711 ::ndk::ScopedAStatus INfcDefault::getConfig(::aidl::android::hardware::nfc::NfcConfig* /*_aidl_retu… in getConfig()
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/nfc/aidl/android.hardware.nfc-V1-ndk-source/gen/android/hardware/nfc/
DINfc.cpp711 ::ndk::ScopedAStatus INfcDefault::getConfig(::aidl::android::hardware::nfc::NfcConfig* /*_aidl_retu… in getConfig()
/aosp_15_r20/device/google/cuttlefish/guest/hals/nfc/src/
Dnfc.rs280 async fn getConfig(&self) -> binder::Result<NfcConfig> { in getConfig()