Searched refs:mHal_1_1 (Results 1 – 2 of 2) sorted by relevance
67 sp<INfcV1_1> NfcAdaptation::mHal_1_1; member in NfcAdaptation209 } else if (mHal_1_1) { in GetVendorConfigs()210 mHal_1_1->getConfig([&configValue](NfcVendorConfigV1_1 config) { in GetVendorConfigs()216 if (mHal_1_1 || mHal_1_2) { in GetVendorConfigs()403 } else if (mHal_1_1 != nullptr) { in FactoryReset()404 mHal_1_1->factoryReset(); in FactoryReset()411 } else if (mHal_1_1 != nullptr) { in DeviceShutdown()412 mHal_1_1->closeForPowerOffCase(); in DeviceShutdown()517 mHal = mHal_1_1 = mHal_1_2 = INfcV1_2::getService(); in InitializeHalDeviceContext()519 mHal = mHal_1_1 = INfcV1_1::getService(); in InitializeHalDeviceContext()[all …]
109 static android::sp<android::hardware::nfc::V1_1::INfc> mHal_1_1; variable