Searched refs:streamType (Results 1 – 4 of 4) sorted by relevance
100 public void setStreamType(int streamType) { in setStreamType() argument101 mStreamType = streamType; in setStreamType()
631 public void setVolumeControlStream(int streamType) { in setVolumeControlStream() argument
990 public void setVolumeControlStream(int streamType) { in setVolumeControlStream() argument
2276 public MockAudioTrack(int streamType, int sampleRateInHz, int channelConfig, in MockAudioTrack() argument2278 super(streamType, sampleRateInHz, channelConfig, audioFormat, bufferSizeInBytes, mode); in MockAudioTrack()