Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.h123 int CreateVoEChannel();
243 int CreateVoEChannel();
Dwebrtcvoiceengine.cc1069 int WebRtcVoiceEngine::CreateVoEChannel() { in CreateVoEChannel() function in cricket::WebRtcVoiceEngine
1833 int WebRtcVoiceMediaChannel::CreateVoEChannel() { in CreateVoEChannel() function in cricket::WebRtcVoiceMediaChannel
1834 int id = engine()->CreateVoEChannel(); in CreateVoEChannel()
1836 LOG_RTCERR0(CreateVoEChannel); in CreateVoEChannel()
1871 int channel = CreateVoEChannel(); in AddSendStream()
1965 const int channel = CreateVoEChannel(); in AddRecvStream()