Searched refs:streamTypes (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/java/android/media/audiopolicy/ |
D | AudioVolumeGroup.java | 188 int[] streamTypes = new int[nbStreamTypes]; 190 streamTypes[index] = in.readInt(); 192 return new AudioVolumeGroup(name, id, audioAttributes, streamTypes);
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioOutputDescriptor.cpp | 504 bool mutedByGroup, VolumeSource vs, const StreamTypeVector &streamTypes, in setSwMute() argument 509 if (!streamTypes.empty() && isActive(vs) && (getActiveVolumeSources().size() > 1)) { in setSwMute() 515 for (const auto &stream : streamTypes) { in setSwMute() 542 VolumeSource vs, const StreamTypeVector &streamTypes, in setVolume() argument 548 StreamTypeVector streams = streamTypes; in setVolume() 550 volumeDb, mutedByGroup, vs, streamTypes, deviceTypes, delayMs, force, isVoiceVolSrc)) { in setVolume() 551 if (hasStream(streamTypes, AUDIO_STREAM_BLUETOOTH_SCO)) { in setVolume() 591 if (!streamTypes.empty() || (getActiveVolumeSources().size() == 1)) { in setVolume() 592 const bool canMute = mutedByGroup && !streamTypes.empty(); in setVolume()
|
/frameworks/av/media/libstagefright/httplive/ |
D | PlaylistFetcher.cpp | 1484 LiveSession::StreamType streamTypes[] = in onDownloadNext() local 1490 LiveSession::StreamType streamType = streamTypes[i]; in onDownloadNext()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 8830 int[] streamTypes = mAudioVolumeGroup.getLegacyStreamTypes(); in VolumeGroupState() local 8832 if (streamTypes.length != 0) { in VolumeGroupState() 8834 for (int streamType : streamTypes) { in VolumeGroupState()
|