Searched defs:VoiceChannel (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannel.cc614 VoiceChannel::VoiceChannel(talk_base::Thread* thread, function in class:cricket::VoiceChannel
631 this, &VoiceChannel::OnVoiceChannelError);
634 VoiceChannel::~VoiceChannel() {
641 bool VoiceChannel::AddStream(uint32 ssrc) {
647 bool VoiceChannel::SetRingbackTone(const void* buf, int len) {
658 void VoiceChannel::SetEarlyMedia(bool enable) {
668 bool VoiceChannel::PlayRingbackTone(bool play, bool loop) {
674 bool VoiceChannel
[all...]
H A Dchannel.h252 // VoiceChannel is a specialization that adds support for early media, DTMF,
254 class VoiceChannel : public BaseChannel { class in namespace:cricket
256 VoiceChannel(talk_base::Thread *thread, MediaEngine *media_engine,
259 ~VoiceChannel();
274 sigslot::signal1<VoiceChannel*> SignalEarlyMediaTimeout;
280 sigslot::signal2<VoiceChannel*, const std::vector<ConnectionInfo> &>
285 sigslot::signal2<VoiceChannel*, const VoiceMediaInfo&> SignalMediaMonitor;
289 sigslot::signal2<VoiceChannel*, const AudioInfo&> SignalAudioMonitor;
297 sigslot::signal3<VoiceChannel*, uint32, VoiceMediaChannel::Error>
370 VoiceChannel *voice_channe
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.h357 // VoiceChannel is a specialization that adds support for early media, DTMF,
359 class VoiceChannel : public BaseChannel { class in namespace:cricket
361 VoiceChannel(talk_base::Thread* thread, MediaEngineInterface* media_engine,
364 ~VoiceChannel();
379 sigslot::signal1<VoiceChannel*> SignalEarlyMediaTimeout;
397 sigslot::signal2<VoiceChannel*, const std::vector<ConnectionInfo>&>
402 sigslot::signal2<VoiceChannel*, const VoiceMediaInfo&> SignalMediaMonitor;
407 sigslot::signal2<VoiceChannel*, const AudioInfo&> SignalAudioMonitor;
422 sigslot::signal3<VoiceChannel*, uint32, VoiceMediaChannel::Error>
481 VoiceChannel* voice_channe
[all...]
H A Dchannel.cc1412 VoiceChannel::VoiceChannel(talk_base::Thread* thread, function in class:cricket::VoiceChannel
1423 VoiceChannel::~VoiceChannel() {
1430 bool VoiceChannel::Init() {
1439 this, &VoiceChannel::OnVoiceChannelError);
1441 this, &VoiceChannel::OnSrtpError);
1445 bool VoiceChannel::SetRemoteRenderer(uint32 ssrc, AudioRenderer* renderer) {
1451 bool VoiceChannel::SetLocalRenderer(uint32 ssrc, AudioRenderer* renderer) {
1457 bool VoiceChannel
[all...]

Completed in 1510 milliseconds