Home
last modified time | relevance | path

Searched refs:controlGranted (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/nfc/1.0/
DINfc.hal37 @callflow(next={"write", "coreInitialized", "prediscover", "powerCycle", "controlGranted"})
49 "controlGranted"})
76 @callflow(next={"write", "close", "coreInitialized", "powerCycle", "controlGranted"})
96 controlGranted() generates (NfcStatus status);
104 @callflow(next={"write", "coreInitialized", "prediscover", "controlGranted", "close"})
/hardware/interfaces/nfc/1.0/default/
DNfc.h30 ::android::hardware::Return<NfcStatus> controlGranted() override;
DNfc.cpp63 ::android::hardware::Return<NfcStatus> Nfc::controlGranted() { in controlGranted() function in android::hardware::nfc::V1_0::implementation::Nfc
/hardware/st/nfc/1.1/
DNfc.h56 Return<V1_0::NfcStatus> controlGranted() override;
DNfc.cpp104 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted() function in android::hardware::nfc::V1_1::implementation::Nfc
/hardware/nxp/nfc/1.1/
DNfc.h55 Return<V1_0::NfcStatus> controlGranted() override;
DNfc.cpp101 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted() function in android::hardware::nfc::V1_1::implementation::Nfc
/hardware/nxp/nfc/1.2/
DNfc.h55 Return<V1_0::NfcStatus> controlGranted() override;
DNfc.cpp100 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted() function in android::hardware::nfc::V1_2::implementation::Nfc
/hardware/st/nfc/1.2/
DNfc.h55 Return<V1_0::NfcStatus> controlGranted() override;
DNfc.cpp105 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted() function in android::hardware::nfc::V1_2::implementation::Nfc
/hardware/interfaces/nfc/1.0/vts/functional/
DVtsHalNfcV1_0TargetTest.cpp491 EXPECT_EQ(NfcStatus::OK, nfc_->controlGranted()); in TEST_P()
507 EXPECT_EQ(NfcStatus::OK, nfc_->controlGranted()); in TEST_P()