Searched refs:mHal_1_2 (Results 1 – 2 of 2) sorted by relevance
64 sp<INfcV1_2> NfcAdaptation::mHal_1_2; member in NfcAdaptation180 if (mHal_1_2) { in GetVendorConfigs()181 mHal_1_2->getConfig_1_2( in GetVendorConfigs()190 if (mHal_1_1 || mHal_1_2) { in GetVendorConfigs()375 if (mHal_1_2 != nullptr) { in FactoryReset()376 mHal_1_2->factoryReset(); in FactoryReset()383 if (mHal_1_2 != nullptr) { in DeviceShutdown()384 mHal_1_2->closeForPowerOffCase(); in DeviceShutdown()491 mHal = mHal_1_1 = mHal_1_2 = INfcV1_2::getService(); in InitializeHalDeviceContext()492 if (mHal_1_2 == nullptr) { in InitializeHalDeviceContext()
106 static android::sp<android::hardware::nfc::V1_2::INfc> mHal_1_2; variable