/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", 53 * coreInitialized() is called after the CORE_INIT_RSP is received from the 56 * If coreInitialized() returns NfcStatus::OK, the NCI stack will wait for a 59 * If coreInitialized() returns NfcStatus::FAILED, the NCI stack will 63 coreInitialized(NfcData data) generates (NfcStatus status); 76 @callflow(next={"write", "close", "coreInitialized", "powerCycle", "controlGranted"}) 95 @callflow(next={"write", "close", "prediscover", "coreInitialized", "powerCycle"}) 104 @callflow(next={"write", "coreInitialized", "prediscover", "controlGranted", "close"})
|
/aosp12/hardware/interfaces/nfc/1.0/default/ |
H A D | Nfc.h | 27 ::android::hardware::Return<NfcStatus> coreInitialized(const hidl_vec<uint8_t>& data) override;
|
H A D | Nfc.cpp | 38 ::android::hardware::Return<NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized() function in android::hardware::nfc::V1_0::implementation::Nfc
|
/aosp12/hardware/nxp/nfc/pn8x/1.1/ |
H A D | Nfc.h | 51 Return<V1_0::NfcStatus> coreInitialized(
|
H A D | Nfc.cpp | 73 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized() function in android::hardware::nfc::V1_1::implementation::Nfc
|
/aosp12/hardware/nxp/nfc/snxxx/1.1/ |
H A D | Nfc.h | 51 Return<V1_0::NfcStatus> coreInitialized(
|
H A D | Nfc.cpp | 73 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized() function in android::hardware::nfc::V1_1::implementation::Nfc
|
/aosp12/hardware/st/nfc/1.1/ |
H A D | Nfc.h | 52 Return<V1_0::NfcStatus> coreInitialized(
|
H A D | Nfc.cpp | 74 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized() function in android::hardware::nfc::V1_1::implementation::Nfc
|
/aosp12/hardware/nxp/nfc/pn8x/1.2/ |
H A D | Nfc.h | 51 Return<V1_0::NfcStatus> coreInitialized(
|
H A D | Nfc.cpp | 72 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized() function in android::hardware::nfc::V1_2::implementation::Nfc
|
/aosp12/hardware/nxp/nfc/snxxx/1.2/ |
H A D | Nfc.h | 51 Return<V1_0::NfcStatus> coreInitialized(
|
H A D | Nfc.cpp | 73 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized() function in android::hardware::nfc::V1_2::implementation::Nfc
|
/aosp12/hardware/samsung/nfc/1.2/ |
H A D | SecNfc.h | 34 Return<V1_0::NfcStatus> coreInitialized(
|
H A D | SecNfc.cpp | 77 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized() function in android::hardware::nfc::V1_2::implementation::Nfc
|
/aosp12/hardware/st/nfc/1.2/ |
H A D | Nfc.h | 51 Return<V1_0::NfcStatus> coreInitialized(
|
H A D | Nfc.cpp | 76 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized() function in android::hardware::nfc::V1_2::implementation::Nfc
|
/aosp12/system/nfc/src/adaptation/ |
H A D | NfcAdaptation.cc | 670 mHal->coreInitialized(data); in HalCoreInitialized()
|
/aosp12/hardware/interfaces/nfc/1.0/vts/functional/ |
H A D | VtsHalNfcV1_0TargetTest.cpp | 471 NfcStatus status = nfc_->coreInitialized(data); in TEST_P()
|