Home
last modified time | relevance | path

Searched refs:Nfc (Results 1 – 7 of 7) sorted by relevance

/hardware/nxp/nfc/1.1/
DNfc.cpp36 sp<V1_1::INfcClientCallback> Nfc::mCallbackV1_1 = nullptr;
37 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr;
39 Return<V1_0::NfcStatus> Nfc::open_1_1( in open_1_1()
52 Return<V1_0::NfcStatus> Nfc::open( in open()
68 Return<uint32_t> Nfc::write(const hidl_vec<uint8_t>& data) { in write()
73 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized()
79 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover()
84 Return<V1_0::NfcStatus> Nfc::close() { in close()
101 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted()
106 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle()
[all …]
DNxpNfcService.cpp29 using android::hardware::nfc::V1_1::implementation::Nfc;
40 sp<INfc> nfc_service = new Nfc(); in main()
DNfc.h43 struct Nfc : public V1_1::INfc, public hidl_death_recipient { struct
/hardware/interfaces/nfc/1.0/default/
DNfc.cpp15 sp<INfcClientCallback> Nfc::mCallback = nullptr;
17 Nfc::Nfc(nfc_nci_device_t* device) : mDevice(device) {} in Nfc() function in android::hardware::nfc::V1_0::implementation::Nfc
20 ::android::hardware::Return<NfcStatus> Nfc::open(const sp<INfcClientCallback>& clientCallback) { in open()
31 ::android::hardware::Return<uint32_t> Nfc::write(const hidl_vec<uint8_t>& data) { in write()
38 ::android::hardware::Return<NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized()
48 ::android::hardware::Return<NfcStatus> Nfc::prediscover() { in prediscover()
55 ::android::hardware::Return<NfcStatus> Nfc::close() { in close()
63 ::android::hardware::Return<NfcStatus> Nfc::controlGranted() { in controlGranted()
70 ::android::hardware::Return<NfcStatus> Nfc::powerCycle() { in powerCycle()
94 return new Nfc(nfc_device); in HIDL_FETCH_INfc()
DNfc.h22 struct Nfc : public INfc, public hidl_death_recipient { struct
23 Nfc(nfc_nci_device_t* device);
DAndroid.bp6 srcs: ["Nfc.cpp"],
/hardware/nxp/nfc/
DAndroid.bp90 "1.1/Nfc.cpp",