HomeSort by relevance Sort by last modified time
    Searched defs:DestroyChannel (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/p2p/base/
transport_unittest.cc 49 void DestroyChannel() {
50 transport_->DestroyChannel(1);
transport.cc 214 void Transport::DestroyChannel(int component) {
transportcontroller_unittest.cc 88 void DestroyChannel(const std::string& content, int component) {
417 DestroyChannel("audio", 2);
418 DestroyChannel("audio", 1);
420 DestroyChannel("audio", 1);
464 DestroyChannel("video", 2);
498 DestroyChannel("video", 2);
535 DestroyChannel("video", 1);
554 DestroyChannel("audio", 1);
605 DestroyChannel("data", 1);
641 DestroyChannel("video", 1)
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel_manager.cc 92 void ChannelManager::DestroyChannel(int32_t channel_id) {

Completed in 207 milliseconds