Searched refs:prediscover (Results 1 – 12 of 12) 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", 62 @callflow(next={"write", "prediscover", "close"}) 66 * prediscover is called every time before starting RF discovery. 70 * If prediscover() returns NfcStatus::OK, the NCI stack will wait for a 73 * If prediscover() returns NfcStatus::FAILED, the NCI stack will start 77 prediscover() generates (NfcStatus status); 95 @callflow(next={"write", "close", "prediscover", "coreInitialized", "powerCycle"}) 104 @callflow(next={"write", "coreInitialized", "prediscover", "controlGranted", "close"})
|
/hardware/interfaces/nfc/1.0/default/ |
D | Nfc.h | 28 ::android::hardware::Return<NfcStatus> prediscover() override;
|
D | Nfc.cpp | 48 ::android::hardware::Return<NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_0::implementation::Nfc
|
/hardware/st/nfc/1.1/ |
D | Nfc.h | 54 Return<V1_0::NfcStatus> prediscover() override;
|
D | Nfc.cpp | 81 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_1::implementation::Nfc
|
/hardware/nxp/nfc/1.1/ |
D | Nfc.h | 53 Return<V1_0::NfcStatus> prediscover() override;
|
D | Nfc.cpp | 79 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_1::implementation::Nfc
|
/hardware/nxp/nfc/1.2/ |
D | Nfc.h | 53 Return<V1_0::NfcStatus> prediscover() override;
|
D | Nfc.cpp | 78 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_2::implementation::Nfc
|
/hardware/st/nfc/1.2/ |
D | Nfc.h | 53 Return<V1_0::NfcStatus> prediscover() override;
|
D | Nfc.cpp | 83 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_2::implementation::Nfc
|
/hardware/interfaces/nfc/1.0/vts/functional/ |
D | VtsHalNfcV1_0TargetTest.cpp | 522 EXPECT_EQ(NfcStatus::OK, nfc_->prediscover()); in TEST_P() 538 EXPECT_EQ(NfcStatus::OK, nfc_->prediscover()); in TEST_P()
|