Searched refs:mHal_1_1 (Results 1 – 2 of 2) sorted by relevance
63 sp<INfcV1_1> NfcAdaptation::mHal_1_1; member in NfcAdaptation183 } 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 …]
105 static android::sp<android::hardware::nfc::V1_1::INfc> mHal_1_1; variable