Searched refs:setStreamVolumeIndex (Results 1 – 3 of 3) sorted by relevance
1671 return setStreamVolumeIndex(stream, index, device); in setStreamVolumeIndexAS()1738 private static native int setStreamVolumeIndex(int stream, int index, int device); in setStreamVolumeIndex() method in AudioSystem
8517 private void setStreamVolumeIndex(int index, int device) { in setStreamVolumeIndex() method in AudioService.VolumeStreamState8544 setStreamVolumeIndex(index, device); in applyDeviceVolume_syncVSS()8574 setStreamVolumeIndex(index, device); in applyAllVolumes()8584 setStreamVolumeIndex(index, AudioSystem.DEVICE_OUT_DEFAULT); in applyAllVolumes()
703 AudioSystem::setStreamVolumeIndex(static_cast <audio_stream_type_t>(stream), in android_media_AudioSystem_setStreamVolumeIndex()