Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Drtc_event_log_impl.cc227 std::string encoded_history = in LogEventsFromMemoryToOutput() local
231 WriteConfigsAndHistoryToOutput(encoded_configs, encoded_history); in LogEventsFromMemoryToOutput()
236 const std::string& encoded_history) { in WriteConfigsAndHistoryToOutput() argument
241 WriteToOutput(encoded_history); // Typical case. in WriteConfigsAndHistoryToOutput()
242 } else if (encoded_history.empty()) { in WriteConfigsAndHistoryToOutput()
245 WriteToOutput(encoded_configs + encoded_history); in WriteConfigsAndHistoryToOutput()
Drtc_event_log_impl.h57 const std::string& encoded_history)