Searched refs:LinphoneVoiceChannel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.cc105 return new LinphoneVoiceChannel(this);
131 // Implementation of LinphoneVoiceChannel.
133 LinphoneVoiceChannel::LinphoneVoiceChannel(LinphoneMediaEngine*eng) function in class:cricket::LinphoneVoiceChannel
145 socket_->SignalReadEvent.connect(this, &LinphoneVoiceChannel::OnIncomingData);
149 LinphoneVoiceChannel::~LinphoneVoiceChannel()
158 bool LinphoneVoiceChannel::SetPlayout(bool playout) {
163 bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) {
214 bool LinphoneVoiceChannel
[all...]
H A Dlinphonemediaengine.h117 class LinphoneVoiceChannel : public VoiceMediaChannel { class in namespace:cricket
119 LinphoneVoiceChannel(LinphoneMediaEngine *eng);
120 virtual ~LinphoneVoiceChannel();
168 DISALLOW_COPY_AND_ASSIGN(LinphoneVoiceChannel);

Completed in 47 milliseconds