Searched refs:STREAM_TYPES (Results 1 – 2 of 2) sorted by relevance
416 CarAudioDynamicRouting.STREAM_TYPES[groupId], index, flags); in setGroupVolume()480 CarAudioDynamicRouting.STREAM_TYPES[groupId]); in getGroupMaxVolume()499 CarAudioDynamicRouting.STREAM_TYPES[groupId]); in getGroupMinVolume()518 CarAudioDynamicRouting.STREAM_TYPES[groupId]); in getGroupVolume()872 if (!mUseDynamicRouting) return CarAudioDynamicRouting.STREAM_TYPES.length; in getVolumeGroupCount()1319 for (int i = 0; i < CarAudioDynamicRouting.STREAM_TYPES.length; i++) { in getVolumeGroupIdForStreamType()1320 if (streamType == CarAudioDynamicRouting.STREAM_TYPES[i]) { in getVolumeGroupIdForStreamType()
39 static final int[] STREAM_TYPES = new int[] { field in CarAudioDynamicRouting