Searched refs:controlGranted (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/nfc/1.0/ |
D | INfc.hal | 37 @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/ |
D | Nfc.h | 30 ::android::hardware::Return<NfcStatus> controlGranted() override;
|
D | Nfc.cpp | 63 ::android::hardware::Return<NfcStatus> Nfc::controlGranted() { in controlGranted() function in android::hardware::nfc::V1_0::implementation::Nfc
|
/hardware/st/nfc/1.1/ |
D | Nfc.h | 56 Return<V1_0::NfcStatus> controlGranted() override;
|
D | Nfc.cpp | 104 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted() function in android::hardware::nfc::V1_1::implementation::Nfc
|
/hardware/nxp/nfc/1.1/ |
D | Nfc.h | 55 Return<V1_0::NfcStatus> controlGranted() override;
|
D | Nfc.cpp | 101 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted() function in android::hardware::nfc::V1_1::implementation::Nfc
|
/hardware/nxp/nfc/1.2/ |
D | Nfc.h | 55 Return<V1_0::NfcStatus> controlGranted() override;
|
D | Nfc.cpp | 100 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted() function in android::hardware::nfc::V1_2::implementation::Nfc
|
/hardware/st/nfc/1.2/ |
D | Nfc.h | 55 Return<V1_0::NfcStatus> controlGranted() override;
|
D | Nfc.cpp | 105 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted() function in android::hardware::nfc::V1_2::implementation::Nfc
|
/hardware/interfaces/nfc/1.0/vts/functional/ |
D | VtsHalNfcV1_0TargetTest.cpp | 491 EXPECT_EQ(NfcStatus::OK, nfc_->controlGranted()); in TEST_P() 507 EXPECT_EQ(NfcStatus::OK, nfc_->controlGranted()); in TEST_P()
|