Lines Matching refs:Nfc
38 sp<V1_1::INfcClientCallback> Nfc::mCallbackV1_1 = nullptr;
39 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr;
41 Return<V1_0::NfcStatus> Nfc::open_1_1( in open_1_1()
54 Return<V1_0::NfcStatus> Nfc::open( in open()
70 Return<uint32_t> Nfc::write(const hidl_vec<uint8_t>& data) { in write()
76 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized()
87 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover()
92 Return<V1_0::NfcStatus> Nfc::close() { in close()
109 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted()
114 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle()
120 Return<void> Nfc::factoryReset() { in factoryReset()
125 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase()
143 Return<void> Nfc::getConfig(getConfig_cb hidl_cb) { in getConfig()
150 Return<void> Nfc::getConfig_1_2(getConfig_1_2_cb hidl_cb) { in getConfig_1_2()