Home
last modified time | relevance | path

Searched refs:powerCycle (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/nfc/1.0/
DINfc.hal37 @callflow(next={"write", "coreInitialized", "prediscover", "powerCycle", "controlGranted"})
48 @callflow(next={"write", "prediscover", "coreInitialized", "close", "powerCycle",
76 @callflow(next={"write", "close", "coreInitialized", "powerCycle", "controlGranted"})
95 @callflow(next={"write", "close", "prediscover", "coreInitialized", "powerCycle"})
105 powerCycle() generates (NfcStatus status);
/hardware/interfaces/nfc/1.0/default/
DNfc.h31 ::android::hardware::Return<NfcStatus> powerCycle() override;
DNfc.cpp70 ::android::hardware::Return<NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_0::implementation::Nfc
/hardware/nxp/nfc/1.1/
DNfc.h56 Return<V1_0::NfcStatus> powerCycle() override;
DNfc.cpp106 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_1::implementation::Nfc
/hardware/interfaces/nfc/1.0/vts/functional/
DVtsHalNfcV1_0TargetTest.cpp441 EXPECT_EQ(NfcStatus::OK, nfc_->powerCycle()); in TEST_F()
462 EXPECT_EQ(NfcStatus::FAILED, nfc_->powerCycle()); in TEST_F()