Home
last modified time | relevance | path

Searched refs:j_audio_track_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/android/
Daudio_track_jni.cc92 j_audio_track_.reset(new JavaAudioTrack( in AudioTrackJni()
126 j_audio_track_->InitPlayout( in InitPlayout()
137 if (!j_audio_track_->StartPlayout()) { in StartPlayout()
151 if (!j_audio_track_->StopPlayout()) { in StopPlayout()
173 return j_audio_track_->SetStreamVolume(volume) ? 0 : -1; in SetSpeakerVolume()
179 max_volume = j_audio_track_->GetStreamMaxVolume(); in MaxSpeakerVolume()
193 volume = j_audio_track_->GetStreamVolume(); in SpeakerVolume()
Daudio_track_jni.h122 rtc::scoped_ptr<AudioTrackJni::JavaAudioTrack> j_audio_track_; variable