Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Drtc_event_log_impl.cc211 std::string encoded_configs; in LogEventsFromMemoryToOutput() local
216 encoded_configs = event_encoder_->EncodeBatch(begin, end); in LogEventsFromMemoryToOutput()
231 WriteConfigsAndHistoryToOutput(encoded_configs, encoded_history); in LogEventsFromMemoryToOutput()
235 const std::string& encoded_configs, in WriteConfigsAndHistoryToOutput() argument
240 if (encoded_configs.empty()) { in WriteConfigsAndHistoryToOutput()
243 WriteToOutput(encoded_configs); // Very unusual case. in WriteConfigsAndHistoryToOutput()
245 WriteToOutput(encoded_configs + encoded_history); in WriteConfigsAndHistoryToOutput()
Drtc_event_log_impl.h56 void WriteConfigsAndHistoryToOutput(const std::string& encoded_configs,