HomeSort by relevance Sort by last modified time
    Searched refs:_maxSpeakerVolume (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_track_jni.h 167 uint32_t _maxSpeakerVolume; // The maximum speaker volume value
audio_track_jni.cc 121 _maxSpeakerVolume(0) {
757 maxVolume = _maxSpeakerVolume;
1208 _maxSpeakerVolume = static_cast<uint32_t> (res);
1209 if (_maxSpeakerVolume < 1)
    [all...]

Completed in 103 milliseconds