Searched refs:text_log_ (Results 1 – 2 of 2) sorted by relevance
78 text_log_(std::move(text_log)) { in NetEqTest()135 if (text_log_) { in RunToNextGetAudio()150 *text_log_ << "Packet - wallclock: " << std::setw(5) << time_now_ms in RunToNextGetAudio()234 if (text_log_) { in RunToNextGetAudio()244 *text_log_ << "GetAudio - wallclock: " << std::setw(5) << time_now_ms in RunToNextGetAudio()254 *text_log_ << "Discarded " in RunToNextGetAudio()261 *text_log_ << "Flushed packet buffer " in RunToNextGetAudio()
124 std::unique_ptr<std::ofstream> text_log_; variable