Searched refs:attenuationIt (Results 1 – 1 of 1) sorted by relevance
200 auto attenuationIt = mMelAttenuationDB.find(deviceTypeIt->second); in getAttenuationForDeviceId() local201 if (attenuationIt != mMelAttenuationDB.end()) { in getAttenuationForDeviceId()202 attenuation = attenuationIt->second; in getAttenuationForDeviceId()