HomeSort by relevance Sort by last modified time
    Searched full:_volumelevel (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 51 private int _volumeLevel = 204;
362 int androidVolumeLevel = (_volumeLevel * _maxVolume) / 255;
363 _volumeLevel = (androidVolumeLevel * 255) / _maxVolume;
570 int androidVolumeLevel = (_volumeLevel * _maxVolume) / 255;
572 _volumeLevel = ((androidVolumeLevel + 1) * 255) / _maxVolume;
573 if (0 != SetSpeakerVolume(_volumeLevel)) {
583 int androidVolumeLevel = (_volumeLevel * _maxVolume) / 255;
585 _volumeLevel = ((androidVolumeLevel - 1) * 255) / _maxVolume;
586 if (0 != SetSpeakerVolume(_volumeLevel)) {
    [all...]

Completed in 63 milliseconds