Home | History | Annotate | Download | only in phone

Lines Matching refs:voice_channel_

41   voice_channel_ = voice_channel;
47 voice_channel_->worker_thread()->Clear(this);
55 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_START);
59 voice_channel_->worker_thread()->Post(this, MSG_MONITOR_STOP);
67 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
75 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
78 voice_channel_->worker_thread()->Clear(this);
83 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
101 assert(talk_base::Thread::Current() == voice_channel_->worker_thread());
104 audio_info_.input_level = voice_channel_->GetInputLevel_w();
105 audio_info_.output_level = voice_channel_->GetOutputLevel_w();
106 voice_channel_->GetActiveStreams_w(&audio_info_.active_streams);
110 voice_channel_->worker_thread()->PostDelayed(rate_, this, MSG_MONITOR_POLL);
114 return voice_channel_;