Lines Matching refs:Nfc
30 Nfc* nfc;
33 std::shared_ptr<INfcClientCallback> Nfc::mCallback = nullptr;
45 if (Nfc::mCallback != nullptr && in OnDeath()
46 !AIBinder_isAlive(Nfc::mCallback->asBinder().get())) { in OnDeath()
55 ::ndk::ScopedAStatus Nfc::open( in open()
65 Nfc::mCallback = clientCallback; in open()
87 ::ndk::ScopedAStatus Nfc::close(NfcCloseType type) { in close()
89 if (Nfc::mCallback == nullptr) { in close()
101 Nfc::mCallback = nullptr; in close()
110 ::ndk::ScopedAStatus Nfc::coreInitialized() { in coreInitialized()
112 if (Nfc::mCallback == nullptr) { in coreInitialized()
124 ::ndk::ScopedAStatus Nfc::factoryReset() { in factoryReset()
130 ::ndk::ScopedAStatus Nfc::getConfig(NfcConfig* _aidl_return) { in getConfig()
139 ::ndk::ScopedAStatus Nfc::powerCycle() { in powerCycle()
141 if (Nfc::mCallback == nullptr) { in powerCycle()
151 ::ndk::ScopedAStatus Nfc::preDiscover() { in preDiscover()
152 if (Nfc::mCallback == nullptr) { in preDiscover()
163 ::ndk::ScopedAStatus Nfc::write(const std::vector<uint8_t>& data, in write()
165 if (Nfc::mCallback == nullptr) { in write()
174 ::ndk::ScopedAStatus Nfc::setEnableVerboseLogging(bool enable) { in setEnableVerboseLogging()
180 ::ndk::ScopedAStatus Nfc::isVerboseLoggingEnabled(bool* _aidl_return) { in isVerboseLoggingEnabled()