HomeSort by relevance Sort by last modified time
    Searched refs:DestroyChannel (Results 1 - 14 of 14) 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/libchrome/ipc/
ipc_test_base.cc 50 void IPCChannelMojoTestBase::DestroyChannel() {
ipc_test_base.h 44 void DestroyChannel();
ipc_fuzzing_tests.cc 305 DestroyChannel();
330 DestroyChannel();
361 DestroyChannel();
ipc_channel_mojo_unittest.cc 162 DestroyChannel();
248 DestroyChannel();
362 DestroyChannel();
487 DestroyChannel();
580 DestroyChannel();
607 DestroyChannel();
629 DestroyChannel();
763 DestroyChannel();
    [all...]
ipc_send_fds_test.cc 143 DestroyChannel();
sync_socket_unittest.cc 202 DestroyChannel();
  /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 238 milliseconds