Home
last modified time | relevance | path

Searched refs:factoryReset (Results 1 – 23 of 23) sorted by relevance

/hardware/interfaces/nfc/aidl/aidl_api/android.hardware.nfc/1/android/hardware/nfc/
DINfc.aidl40 void factoryReset(); in factoryReset() method
/hardware/interfaces/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/
DINfc.aidl40 void factoryReset(); in factoryReset() method
/hardware/interfaces/nfc/aidl/android/hardware/nfc/
DINfc.aidl77 void factoryReset(); in factoryReset() method
/hardware/nxp/nfc/snxxx/aidl/
DNfc.h55 ::ndk::ScopedAStatus factoryReset() override;
DNfc.cpp110 ::ndk::ScopedAStatus Nfc::factoryReset() { in factoryReset() function in aidl::android::hardware::nfc::Nfc
/hardware/st/nfc/1.1/
DNfc.h60 Return<void> factoryReset();
DNfc.cpp119 Return<void> Nfc::factoryReset() { in factoryReset() function in android::hardware::nfc::V1_1::implementation::Nfc
/hardware/st/nfc/aidl/
DNfc.h44 ::ndk::ScopedAStatus factoryReset() override;
DNfc.cpp124 ::ndk::ScopedAStatus Nfc::factoryReset() { in factoryReset() function in aidl::android::hardware::nfc::Nfc
/hardware/nxp/nfc/pn8x/1.1/
DNfc.h59 Return<void> factoryReset();
DNfc.cpp112 Return<void> Nfc::factoryReset() { in factoryReset() function in android::hardware::nfc::V1_1::implementation::Nfc
/hardware/nxp/nfc/snxxx/1.1/
DNfc.h59 Return<void> factoryReset();
DNfc.cpp118 Return<void> Nfc::factoryReset() { in factoryReset() function in android::hardware::nfc::V1_1::implementation::Nfc
/hardware/samsung/nfc/1.2/
DSecNfc.h42 Return<void> factoryReset() override;
DSecNfc.cpp116 Return<void> Nfc::factoryReset() { in factoryReset() function in android::hardware::nfc::V1_2::implementation::Nfc
/hardware/nxp/nfc/snxxx/1.2/
DNfc.h62 Return<void> factoryReset();
DNfc.cpp120 Return<void> Nfc::factoryReset() { in factoryReset() function in android::hardware::nfc::V1_2::implementation::Nfc
/hardware/nxp/nfc/pn8x/1.2/
DNfc.h59 Return<void> factoryReset();
DNfc.cpp111 Return<void> Nfc::factoryReset() { in factoryReset() function in android::hardware::nfc::V1_2::implementation::Nfc
/hardware/st/nfc/1.2/
DNfc.h60 Return<void> factoryReset();
DNfc.cpp126 Return<void> Nfc::factoryReset() { in factoryReset() function in android::hardware::nfc::V1_2::implementation::Nfc
/hardware/interfaces/nfc/1.1/
DINfc.hal29 factoryReset();
/hardware/interfaces/nfc/1.1/vts/functional/
DVtsHalNfcV1_1TargetTest.cpp142 nfc_->factoryReset(); in TEST_P()