Lines Matching refs:Nfc
39 sp<V1_1::INfcClientCallback> Nfc::mCallbackV1_1 = nullptr;
40 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr;
42 Return<V1_0::NfcStatus> Nfc::open_1_1( in open_1_1()
55 Return<V1_0::NfcStatus> Nfc::open( in open()
76 Return<uint32_t> Nfc::write(const hidl_vec<uint8_t>& data) { in write()
81 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized()
87 Return<V1_0::NfcStatus> Nfc::prediscover() { return V1_0::NfcStatus::OK; } in prediscover()
89 Return<V1_0::NfcStatus> Nfc::close() { in close()
107 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted()
112 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle()
118 Return<void> Nfc::factoryReset() { in factoryReset()
123 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase()
141 Return<void> Nfc::getConfig(getConfig_cb hidl_cb) { in getConfig()