Searched refs:powerCycle (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/nfc/1.0/ |
D | INfc.hal | 37 @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/ |
D | Nfc.h | 31 ::android::hardware::Return<NfcStatus> powerCycle() override;
|
D | Nfc.cpp | 70 ::android::hardware::Return<NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_0::implementation::Nfc
|
/hardware/nxp/nfc/1.1/ |
D | Nfc.h | 56 Return<V1_0::NfcStatus> powerCycle() override;
|
D | Nfc.cpp | 106 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle() function in android::hardware::nfc::V1_1::implementation::Nfc
|
/hardware/interfaces/nfc/1.0/vts/functional/ |
D | VtsHalNfcV1_0TargetTest.cpp | 441 EXPECT_EQ(NfcStatus::OK, nfc_->powerCycle()); in TEST_F() 462 EXPECT_EQ(NfcStatus::FAILED, nfc_->powerCycle()); in TEST_F()
|