Searched refs:channel_a_to_b_ (Results 1 – 2 of 2) sorted by relevance
113 channel_a_to_b_(NULL), in TestAllCodecs()119 if (channel_a_to_b_ != NULL) { in ~TestAllCodecs()120 delete channel_a_to_b_; in ~TestAllCodecs()121 channel_a_to_b_ = NULL; in ~TestAllCodecs()154 channel_a_to_b_ = new TestPack; in Perform()155 acm_a_->RegisterTransportCallback(channel_a_to_b_); in Perform()156 channel_a_to_b_->RegisterReceiverACM(acm_b_.get()); in Perform()164 Run(channel_a_to_b_); in Perform()166 Run(channel_a_to_b_); in Perform()168 Run(channel_a_to_b_); in Perform()[all …]
73 TestPack* channel_a_to_b_; variable