Searched refs:numStreamTypes (Results 1 – 1 of 1) sorted by relevance
646 int numStreamTypes = AudioSystem.getNumStreamTypes(); in AudioService() local648 for (int streamType = numStreamTypes - 1; streamType >= 0; streamType--) { in AudioService()995 int numStreamTypes = AudioSystem.getNumStreamTypes(); in onAudioServerDied() local996 for (int streamType = numStreamTypes - 1; streamType >= 0; streamType--) { in onAudioServerDied()1136 int numStreamTypes = AudioSystem.getNumStreamTypes(); in checkAllAliasStreamVolumes() local1137 for (int streamType = 0; streamType < numStreamTypes; streamType++) { in checkAllAliasStreamVolumes()1195 final int numStreamTypes = AudioSystem.getNumStreamTypes(); in checkAddAllFixedVolumeDevices() local1196 for (int streamType = 0; streamType < numStreamTypes; streamType++) { in checkAddAllFixedVolumeDevices()1211 int numStreamTypes = AudioSystem.getNumStreamTypes(); in checkAllFixedVolumeDevices() local1212 for (int streamType = 0; streamType < numStreamTypes; streamType++) { in checkAllFixedVolumeDevices()[all …]