Lines Matching refs:Nfc
35 sp<V1_1::INfcClientCallback> Nfc::mCallbackV1_1 = nullptr;
36 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr;
38 Return<V1_0::NfcStatus> Nfc::open_1_1( in open_1_1()
51 Return<V1_0::NfcStatus> Nfc::open( in open()
67 Return<uint32_t> Nfc::write(const hidl_vec<uint8_t>& data) { in write()
72 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized()
78 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover()
83 Return<V1_0::NfcStatus> Nfc::close() { in close()
100 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted()
105 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle()
111 Return<void> Nfc::factoryReset() { in factoryReset()
116 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase()
133 Return<void> Nfc::getConfig(getConfig_cb hidl_cb) { in getConfig()
141 Return<void> Nfc::getConfig_1_2(getConfig_1_2_cb hidl_cb) { in getConfig_1_2()