Home
last modified time | relevance | path

Searched refs:streamTypes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/audiopolicy/
DAudioVolumeGroup.java180 int[] streamTypes = new int[nbStreamTypes];
182 streamTypes[index] = in.readInt();
184 return new AudioVolumeGroup(name, id, audioAttributes, streamTypes);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp393 VolumeSource vs, const StreamTypeVector &streamTypes, in setVolume() argument
398 StreamTypeVector streams = streamTypes; in setVolume()
399 if (!AudioOutputDescriptor::setVolume(volumeDb, vs, streamTypes, device, delayMs, force)) { in setVolume()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp1482 LiveSession::StreamType streamTypes[] = in onDownloadNext() local
1488 LiveSession::StreamType streamType = streamTypes[i]; in onDownloadNext()