Home
last modified time | relevance | path

Searched refs:closeForPowerOffCase (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/interfaces/nfc/1.1/vts/functional/
H A DVtsHalNfcV1_1TargetTest.cpp165 EXPECT_EQ(NfcStatus::OK, nfc_->closeForPowerOffCase()); in TEST_P()
186 EXPECT_EQ(NfcStatus::OK, nfc_->closeForPowerOffCase()); in TEST_P()
/aosp12/hardware/nxp/nfc/pn8x/1.1/
H A DNfc.h60 Return<V1_0::NfcStatus> closeForPowerOffCase();
H A DNfc.cpp117 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase() function in android::hardware::nfc::V1_1::implementation::Nfc
/aosp12/hardware/nxp/nfc/snxxx/1.1/
H A DNfc.h60 Return<V1_0::NfcStatus> closeForPowerOffCase();
H A DNfc.cpp117 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase() function in android::hardware::nfc::V1_1::implementation::Nfc
/aosp12/hardware/st/nfc/1.1/
H A DNfc.h61 Return<V1_0::NfcStatus> closeForPowerOffCase();
H A DNfc.cpp124 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase() function in android::hardware::nfc::V1_1::implementation::Nfc
/aosp12/hardware/nxp/nfc/pn8x/1.2/
H A DNfc.h60 Return<V1_0::NfcStatus> closeForPowerOffCase();
H A DNfc.cpp116 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/hardware/nxp/nfc/snxxx/1.2/
H A DNfc.h60 Return<V1_0::NfcStatus> closeForPowerOffCase();
H A DNfc.cpp117 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/hardware/samsung/nfc/1.2/
H A DSecNfc.h43 Return<V1_0::NfcStatus> closeForPowerOffCase() override;
H A DSecNfc.cpp121 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/hardware/st/nfc/1.2/
H A DNfc.h60 Return<V1_0::NfcStatus> closeForPowerOffCase();
H A DNfc.cpp125 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/hardware/interfaces/nfc/1.1/
H A DINfc.hal42 closeForPowerOffCase() generates (NfcStatus status);
/aosp12/system/nfc/src/adaptation/
H A DNfcAdaptation.cc410 mHal_1_2->closeForPowerOffCase(); in DeviceShutdown()
412 mHal_1_1->closeForPowerOffCase(); in DeviceShutdown()