Home
last modified time | relevance | path

Searched refs:accociate_send_channel (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/voice_engine/include/
Dvoe_base.h186 virtual int AssociateSendChannel(int channel, int accociate_send_channel) = 0;
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.h54 int AssociateSendChannel(int channel, int accociate_send_channel) override;
Dvoe_base_impl.cc797 int accociate_send_channel) { in AssociateSendChannel() argument
813 ch = shared_->channel_manager().GetChannel(accociate_send_channel); in AssociateSendChannel()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h391 int accociate_send_channel)) {
393 channels_[channel]->associate_send_channel = accociate_send_channel;
/external/webrtc/webrtc/test/
Dmock_voice_engine.h120 int(int channel, int accociate_send_channel));