Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/test/
DTwoWayCommunication.cc46 delete _channelRef_A2B; in ~TwoWayCommunication()
112 _channelRef_A2B = new Channel; in SetUpAutotest()
113 _acmRefA->RegisterTransportCallback(_channelRef_A2B); in SetUpAutotest()
114 _channelRef_A2B->RegisterReceiverACM(_acmRefB.get()); in SetUpAutotest()
DTwoWayCommunication.h47 Channel* _channelRef_A2B; variable