Lines Matching refs:Nfc
34 std::shared_ptr<INfcClientCallback> Nfc::mCallback = nullptr;
38 if (Nfc::mCallback != nullptr && in OnDeath()
39 !AIBinder_isAlive(Nfc::mCallback->asBinder().get())) { in OnDeath()
41 Nfc* nfc = static_cast<Nfc*>(cookie); in OnDeath()
46 ::ndk::ScopedAStatus Nfc::open( in open()
54 Nfc::mCallback = clientCallback; in open()
73 ::ndk::ScopedAStatus Nfc::close(NfcCloseType type) { in close()
75 if (Nfc::mCallback == nullptr) { in close()
86 Nfc::mCallback = nullptr; in close()
95 ::ndk::ScopedAStatus Nfc::coreInitialized() { in coreInitialized()
97 if (Nfc::mCallback == nullptr) { in coreInitialized()
110 ::ndk::ScopedAStatus Nfc::factoryReset() { in factoryReset()
116 ::ndk::ScopedAStatus Nfc::getConfig(NfcConfig* _aidl_return) { in getConfig()
125 ::ndk::ScopedAStatus Nfc::powerCycle() { in powerCycle()
127 if (Nfc::mCallback == nullptr) { in powerCycle()
139 ::ndk::ScopedAStatus Nfc::preDiscover() { in preDiscover()
141 if (Nfc::mCallback == nullptr) { in preDiscover()
153 ::ndk::ScopedAStatus Nfc::write(const std::vector<uint8_t>& data, in write()
156 if (Nfc::mCallback == nullptr) { in write()
164 ::ndk::ScopedAStatus Nfc::setEnableVerboseLogging(bool enable) { in setEnableVerboseLogging()
170 ::ndk::ScopedAStatus Nfc::isVerboseLoggingEnabled(bool* _aidl_return) { in isVerboseLoggingEnabled()