Home
last modified time | relevance | path

Searched refs:prediscover (Results 1 – 18 of 18) 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.cpp85 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_1::implementation::Nfc
/hardware/nxp/nfc/pn8x/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/snxxx/1.1/
DNfc.h53 Return<V1_0::NfcStatus> prediscover() override;
DNfc.cpp87 Return<V1_0::NfcStatus> Nfc::prediscover() { return V1_0::NfcStatus::OK; } in prediscover() function in android::hardware::nfc::V1_1::implementation::Nfc
/hardware/samsung/nfc/1.2/
DSecNfc.h36 Return<V1_0::NfcStatus> prediscover() override;
DSecNfc.cpp83 Return<::android::hardware::nfc::V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_2::implementation::Nfc
/hardware/nxp/nfc/snxxx/1.2/
DNfc.h56 Return<V1_0::NfcStatus> prediscover() override;
DNfc.cpp89 Return<V1_0::NfcStatus> Nfc::prediscover() { return V1_0::NfcStatus::OK; } in prediscover() function in android::hardware::nfc::V1_2::implementation::Nfc
/hardware/nxp/nfc/pn8x/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.h54 Return<V1_0::NfcStatus> prediscover() override;
DNfc.cpp94 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.cpp509 EXPECT_EQ(NfcStatus::OK, nfc_->prediscover()); in TEST_P()
525 EXPECT_EQ(NfcStatus::OK, nfc_->prediscover()); in TEST_P()