Home
last modified time | relevance | path

Searched refs:LoggedAudioSendConfig (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/logging/rtc_event_log/
Dlogged_events.h485 struct LoggedAudioSendConfig { struct
486 LoggedAudioSendConfig() = default;
487 LoggedAudioSendConfig(int64_t timestamp_us, const rtclog::StreamConfig config) in LoggedAudioSendConfig() function
Drtc_event_log_unittest_helper.h300 const LoggedAudioSendConfig& logged_event) const;
Drtc_event_log_parser.h405 const std::vector<LoggedAudioSendConfig>& audio_send_configs() const { in RTC_POP_IGNORING_WUNDEF()
855 std::vector<LoggedAudioSendConfig> audio_send_configs_; in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest_helper.cc1257 const LoggedAudioSendConfig& logged_event) const { in VerifyLoggedAudioSendConfig()
Drtc_event_log_parser.cc3264 LoggedAudioSendConfig stream; in StoreAudioSendConfig()