Searched refs:mPreferredMixerAttrInfos (Results 1 – 2 of 2) sorted by relevance
266 mPreferredMixerAttrInfos.erase(device->getId()); in setDeviceConnectionStateInt()4505 for (const auto it : mPreferredMixerAttrInfos) { in dump()4832 mPreferredMixerAttrInfos[portId][strategy] = mixerAttrInfo; in setPreferredMixerAttributes()4875 auto it = mPreferredMixerAttrInfos.find(devicePortId); in getPreferredMixerAttributesInfo()4876 if (it == mPreferredMixerAttrInfos.end()) { in getPreferredMixerAttributesInfo()4917 mPreferredMixerAttrInfos[portId].erase(strategy); in clearPreferredMixerAttributes()4918 if (mPreferredMixerAttrInfos[portId].empty()) { in clearPreferredMixerAttributes()4919 mPreferredMixerAttrInfos.erase(portId); in clearPreferredMixerAttributes()
1054 sp<PreferredMixerAttributesInfo>>> mPreferredMixerAttrInfos; variable