/aosp12/hardware/interfaces/nfc/1.0/ |
H A 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"})
|
/aosp12/system/nfc/src/include/ |
H A D | nfc_hal_api.h | 59 tHAL_API_PREDISCOVER* prediscover; member
|
/aosp12/hardware/interfaces/nfc/1.0/default/ |
H A D | Nfc.h | 28 ::android::hardware::Return<NfcStatus> prediscover() override;
|
H A D | Nfc.cpp | 48 ::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 D | Nfc.h | 53 Return<V1_0::NfcStatus> prediscover() override;
|
H A D | Nfc.cpp | 79 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 D | Nfc.h | 53 Return<V1_0::NfcStatus> prediscover() override;
|
H A D | Nfc.cpp | 79 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 D | hal.cc | 122 .prediscover = HalPrediscover,
|
/aosp12/hardware/st/nfc/1.1/ |
H A D | Nfc.h | 54 Return<V1_0::NfcStatus> prediscover() override;
|
H A D | Nfc.cpp | 85 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 D | Nfc.h | 53 Return<V1_0::NfcStatus> prediscover() override;
|
H A D | Nfc.cpp | 78 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 D | Nfc.h | 53 Return<V1_0::NfcStatus> prediscover() override;
|
H A D | Nfc.cpp | 79 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 D | SecNfc.h | 36 Return<V1_0::NfcStatus> prediscover() override;
|
H A D | SecNfc.cpp | 83 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 D | Nfc.h | 53 Return<V1_0::NfcStatus> prediscover() override;
|
H A D | Nfc.cpp | 87 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover() function in android::hardware::nfc::V1_2::implementation::Nfc
|
/aosp12/system/nfc/src/adaptation/ |
H A D | NfcAdaptation.cc | 515 mHalEntryFuncs.prediscover = HalPrediscover; in InitializeHalDeviceContext() 691 mHal->prediscover(); in HalPrediscover()
|
/aosp12/hardware/interfaces/nfc/1.0/vts/functional/ |
H A D | VtsHalNfcV1_0TargetTest.cpp | 522 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 D | nfc_ncif.cc | 317 if (nfc_cb.p_hal->prediscover()) { in nfc_ncif_check_cmd_queue()
|