Searched refs:mixerAttrList (Results 1 – 1 of 1) sorted by relevance
9853 List<AudioMixerAttributes> mixerAttrList = new ArrayList<>(); in getPreferredMixerAttributes() local9855 attributes, device.getId(), mixerAttrList); in getPreferredMixerAttributes()9857 return mixerAttrList.isEmpty() ? null : mixerAttrList.get(0); in getPreferredMixerAttributes()