Home
last modified time | relevance | path

Searched refs:mHal_1_1 (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/adaptation/
DNfcAdaptation.cc63 sp<INfcV1_1> NfcAdaptation::mHal_1_1; member in NfcAdaptation
183 } else if (mHal_1_1) { in GetVendorConfigs()
184 mHal_1_1->getConfig([&configValue](NfcVendorConfigV1_1 config) { in GetVendorConfigs()
190 if (mHal_1_1 || mHal_1_2) { in GetVendorConfigs()
377 } else if (mHal_1_1 != nullptr) { in FactoryReset()
378 mHal_1_1->factoryReset(); in FactoryReset()
385 } else if (mHal_1_1 != nullptr) { in DeviceShutdown()
386 mHal_1_1->closeForPowerOffCase(); in DeviceShutdown()
491 mHal = mHal_1_1 = mHal_1_2 = INfcV1_2::getService(); in InitializeHalDeviceContext()
493 mHal = mHal_1_1 = INfcV1_1::getService(); in InitializeHalDeviceContext()
[all …]
/system/nfc/src/include/
DNfcAdaptation.h105 static android::sp<android::hardware::nfc::V1_1::INfc> mHal_1_1; variable