Searched refs:volumeInterfaces (Results 1 – 1 of 1) sorted by relevance
1311 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l(); in setMasterMute() local1312 for (size_t i = 0; i < volumeInterfaces.size(); i++) { in setMasterMute()1313 volumeInterfaces[i]->setMasterMute(muted); in setMasterMute()1416 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l(); in setStreamMute() local1417 for (size_t i = 0; i < volumeInterfaces.size(); i++) { in setStreamMute()1418 volumeInterfaces[i]->setStreamMute(stream, muted); in setStreamMute()3317 Vector <VolumeInterface *> volumeInterfaces; in getAllVolumeInterfaces_l() local3319 volumeInterfaces.add(mPlaybackThreads.valueAt(i).get()); in getAllVolumeInterfaces_l()3325 volumeInterfaces.add(mmapPlaybackThread); in getAllVolumeInterfaces_l()3328 return volumeInterfaces; in getAllVolumeInterfaces_l()