Searched refs:volumeInterfaces (Results 1 – 1 of 1) sorted by relevance
1179 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l(); in setMasterMute() local1180 for (size_t i = 0; i < volumeInterfaces.size(); i++) { in setMasterMute()1181 volumeInterfaces[i]->setMasterMute(muted); in setMasterMute()1284 Vector<VolumeInterface *> volumeInterfaces = getAllVolumeInterfaces_l(); in setStreamMute() local1285 for (size_t i = 0; i < volumeInterfaces.size(); i++) { in setStreamMute()1286 volumeInterfaces[i]->setStreamMute(stream, muted); in setStreamMute()3041 Vector <VolumeInterface *> volumeInterfaces; in getAllVolumeInterfaces_l() local3043 volumeInterfaces.add(mPlaybackThreads.valueAt(i).get()); in getAllVolumeInterfaces_l()3049 volumeInterfaces.add(mmapPlaybackThread); in getAllVolumeInterfaces_l()3052 return volumeInterfaces; in getAllVolumeInterfaces_l()