Searched refs:volumeInterfaces (Results 1 – 1 of 1) sorted by relevance
1015 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l(); in setMasterMute() local1016 for (size_t i = 0; i < volumeInterfaces.size(); i++) { in setMasterMute()1017 volumeInterfaces[i]->setMasterMute(muted); in setMasterMute()1075 Vector<VolumeInterface *> volumeInterfaces; in setStreamVolume() local1081 volumeInterfaces.add(volumeInterface); in setStreamVolume()1086 if (volumeInterfaces.size() == 0) { in setStreamVolume()1087 volumeInterfaces = getAllVolumeInterfaces_l(); in setStreamVolume()1089 for (size_t i = 0; i < volumeInterfaces.size(); i++) { in setStreamVolume()1090 volumeInterfaces[i]->setStreamVolume(stream, value); in setStreamVolume()1116 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l(); in setStreamMute() local[all …]