Searched refs:mHal_1_2 (Results 1 – 2 of 2) sorted by relevance
68 sp<INfcV1_2> NfcAdaptation::mHal_1_2; member in NfcAdaptation206 if (mHal_1_2) { in GetVendorConfigs()207 mHal_1_2->getConfig_1_2( in GetVendorConfigs()216 if (mHal_1_1 || mHal_1_2) { in GetVendorConfigs()401 if (mHal_1_2 != nullptr) { in FactoryReset()402 mHal_1_2->factoryReset(); in FactoryReset()409 if (mHal_1_2 != nullptr) { in DeviceShutdown()410 mHal_1_2->closeForPowerOffCase(); in DeviceShutdown()517 mHal = mHal_1_1 = mHal_1_2 = INfcV1_2::getService(); in InitializeHalDeviceContext()518 if (mHal_1_2 == nullptr) { in InitializeHalDeviceContext()
110 static android::sp<android::hardware::nfc::V1_2::INfc> mHal_1_2; variable