Searched refs:channel_a_to_b_ (Results 1 – 2 of 2) sorted by relevance
110 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()149 channel_a_to_b_ = new TestPack; in Perform()150 acm_a_->RegisterTransportCallback(channel_a_to_b_); in Perform()151 channel_a_to_b_->RegisterReceiverACM(acm_b_.get()); in Perform()163 Run(channel_a_to_b_); in Perform()165 Run(channel_a_to_b_); in Perform()167 Run(channel_a_to_b_); in Perform()[all …]
74 TestPack* channel_a_to_b_; variable