Searched refs:volumeInterfaces (Results 1 – 1 of 1) sorted by relevance
1275 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l(); in setMasterMute() local1276 for (size_t i = 0; i < volumeInterfaces.size(); i++) { in setMasterMute()1277 volumeInterfaces[i]->setMasterMute(muted); in setMasterMute()1380 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l(); in setStreamMute() local1381 for (size_t i = 0; i < volumeInterfaces.size(); i++) { in setStreamMute()1382 volumeInterfaces[i]->setStreamMute(stream, muted); in setStreamMute()3169 Vector <VolumeInterface *> volumeInterfaces; in getAllVolumeInterfaces_l() local3171 volumeInterfaces.add(mPlaybackThreads.valueAt(i).get()); in getAllVolumeInterfaces_l()3177 volumeInterfaces.add(mmapPlaybackThread); in getAllVolumeInterfaces_l()3180 return volumeInterfaces; in getAllVolumeInterfaces_l()