Home
last modified time | relevance | path

Searched refs:prediscover (Results 1 – 22 of 22) sorted by relevance

/aosp12/hardware/interfaces/nfc/1.0/
H A 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"})
/aosp12/system/nfc/src/include/
H A Dnfc_hal_api.h59 tHAL_API_PREDISCOVER* prediscover; member
/aosp12/hardware/interfaces/nfc/1.0/default/
H A DNfc.h28 ::android::hardware::Return<NfcStatus> prediscover() override;
H A DNfc.cpp48 ::android::hardware::Return<NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_0::implementation::Nfc
/aosp12/hardware/nxp/nfc/pn8x/1.1/
H A DNfc.h53 Return<V1_0::NfcStatus> prediscover() override;
H A DNfc.cpp79 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_1::implementation::Nfc
/aosp12/hardware/nxp/nfc/snxxx/1.1/
H A DNfc.h53 Return<V1_0::NfcStatus> prediscover() override;
H A DNfc.cpp79 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_1::implementation::Nfc
/aosp12/system/nfc/src/fuzzers/nci/
H A Dhal.cc122 .prediscover = HalPrediscover,
/aosp12/hardware/st/nfc/1.1/
H A DNfc.h54 Return<V1_0::NfcStatus> prediscover() override;
H A DNfc.cpp85 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_1::implementation::Nfc
/aosp12/hardware/nxp/nfc/pn8x/1.2/
H A DNfc.h53 Return<V1_0::NfcStatus> prediscover() override;
H A DNfc.cpp78 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/hardware/nxp/nfc/snxxx/1.2/
H A DNfc.h53 Return<V1_0::NfcStatus> prediscover() override;
H A DNfc.cpp79 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/hardware/samsung/nfc/1.2/
H A DSecNfc.h36 Return<V1_0::NfcStatus> prediscover() override;
H A DSecNfc.cpp83 Return<::android::hardware::nfc::V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/hardware/st/nfc/1.2/
H A DNfc.h53 Return<V1_0::NfcStatus> prediscover() override;
H A DNfc.cpp87 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_2::implementation::Nfc
/aosp12/system/nfc/src/adaptation/
H A DNfcAdaptation.cc515 mHalEntryFuncs.prediscover = HalPrediscover; in InitializeHalDeviceContext()
691 mHal->prediscover(); in HalPrediscover()
/aosp12/hardware/interfaces/nfc/1.0/vts/functional/
H A DVtsHalNfcV1_0TargetTest.cpp522 EXPECT_EQ(NfcStatus::OK, nfc_->prediscover()); in TEST_P()
538 EXPECT_EQ(NfcStatus::OK, nfc_->prediscover()); in TEST_P()
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc317 if (nfc_cb.p_hal->prediscover()) { in nfc_ncif_check_cmd_queue()