Home
last modified time | relevance | path

Searched defs:maxVolume (Results 1 – 7 of 7) sorted by relevance

/external/exoplayer/tree/library/core/src/androidTest/java/com/google/android/exoplayer2/
DStreamVolumeManagerTest.java100 int maxVolume = streamVolumeManager.getMaxVolume(); in setVolume_changesStreamVolume() local
120 int maxVolume = streamVolumeManager.getMaxVolume(); in setVolume_withOutOfRange_isIgnored() local
137 int maxVolume = streamVolumeManager.getMaxVolume(); in increaseVolume_increasesStreamVolumeByOne() local
157 int maxVolume = streamVolumeManager.getMaxVolume(); in increaseVolume_onMaxVolume_isIgnored() local
171 int maxVolume = streamVolumeManager.getMaxVolume(); in decreaseVolume_decreasesStreamVolumeByOne() local
205 int maxVolume = streamVolumeManager.getMaxVolume(); in setVolumeMuted_changesMuteState() local
229 int maxVolume = streamVolumeManager.getMaxVolume(); in setStreamType_notifiesStreamTypeAndVolume() local
257 int maxVolume = streamVolumeManager.getMaxVolume(); in onStreamVolumeChanged_isCalled_whenAudioManagerChangesIt() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/device/
DDeviceInfo.java48 public final int maxVolume; field in DeviceInfo
51 public DeviceInfo(@PlaybackType int playbackType, int minVolume, int maxVolume) { in DeviceInfo()
/external/webrtc/modules/audio_device/android/
Daaudio_player.h73 int MaxSpeakerVolume(uint32_t& maxVolume) const { return -1; } // NOLINT in MaxSpeakerVolume()
Daudio_device_template.h253 int32_t MaxSpeakerVolume(uint32_t& maxVolume) const override { in MaxSpeakerVolume()
278 int32_t MaxMicrophoneVolume(uint32_t& maxVolume) const override { in MaxMicrophoneVolume()
/external/webrtc/modules/audio_device/include/
Daudio_device_default.h83 int32_t MaxSpeakerVolume(uint32_t* maxVolume) const override { return 0; } in MaxSpeakerVolume()
88 int32_t MaxMicrophoneVolume(uint32_t* maxVolume) const override { return 0; } in MaxMicrophoneVolume()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAudioManager.java290 private int maxVolume; field in ShadowAudioManager.AudioStream
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackActivity.java540 int maxVolume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in onCreate() local