Home
last modified time | relevance | path

Searched refs:prediscover (Results 1 – 12 of 12) 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",
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/
DNfc.h28 ::android::hardware::Return<NfcStatus> prediscover() override;
DNfc.cpp48 ::android::hardware::Return<NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_0::implementation::Nfc
/hardware/st/nfc/1.1/
DNfc.h54 Return<V1_0::NfcStatus> prediscover() override;
DNfc.cpp81 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_1::implementation::Nfc
/hardware/nxp/nfc/1.1/
DNfc.h53 Return<V1_0::NfcStatus> prediscover() override;
DNfc.cpp79 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_1::implementation::Nfc
/hardware/nxp/nfc/1.2/
DNfc.h53 Return<V1_0::NfcStatus> prediscover() override;
DNfc.cpp78 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_2::implementation::Nfc
/hardware/st/nfc/1.2/
DNfc.h53 Return<V1_0::NfcStatus> prediscover() override;
DNfc.cpp83 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_2::implementation::Nfc
/hardware/interfaces/nfc/1.0/vts/functional/
DVtsHalNfcV1_0TargetTest.cpp522 EXPECT_EQ(NfcStatus::OK, nfc_->prediscover()); in TEST_P()
538 EXPECT_EQ(NfcStatus::OK, nfc_->prediscover()); in TEST_P()