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

  /external/webrtc/webrtc/voice_engine/
channel_manager.h 110 void DestroyChannel(int32_t channel_id);
channel_manager.cc 92 void ChannelManager::DestroyChannel(int32_t channel_id) {
voe_base_impl.cc 421 shared_->channel_manager().DestroyChannel(
429 shared_->channel_manager().DestroyChannel(
453 shared_->channel_manager().DestroyChannel(channel);
  /external/webrtc/webrtc/p2p/base/
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...]
transport.h 208 void DestroyChannel(int component);
254 // These are called by Create/DestroyChannel above in order to create or
transport_unittest.cc 49 void DestroyChannel() {
50 transport_->DestroyChannel(1);
transport.cc 214 void Transport::DestroyChannel(int component) {
transportcontroller.cc 195 transport->DestroyChannel(component);

Completed in 167 milliseconds