Searched refs:mStreamStates (Results 1 – 1 of 1) sorted by relevance
287 private VolumeStreamState[] mStreamStates; field in AudioService1014 VolumeStreamState streamState = mStreamStates[streamType]; in onAudioServerDied()1108 mStreamStates[streamType] in checkAllAliasStreamVolumes()1109 .setAllIndexes(mStreamStates[mStreamVolumeAlias[streamType]], TAG); in checkAllAliasStreamVolumes()1111 if (!mStreamStates[streamType].mIsMuted) { in checkAllAliasStreamVolumes()1112 mStreamStates[streamType].applyAllVolumes(); in checkAllAliasStreamVolumes()1123 mStreamStates[streamType].checkFixedVolumeDevices(); in checkAllFixedVolumeDevices()1128 mStreamStates[streamType].checkFixedVolumeDevices(); in checkAllFixedVolumeDevices()1134 for (int i = 0; i < mStreamStates.length; i++) { in checkMuteAffectedStreams()1135 final VolumeStreamState vss = mStreamStates[i]; in checkMuteAffectedStreams()[all …]