Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc1233 StoreFirstAndLastTimestamp(alr_state_events()); in ParseStream()
1234 StoreFirstAndLastTimestamp(route_change_events()); in ParseStream()
1237 StoreFirstAndLastTimestamp(audio_stream.second); in ParseStream()
1239 StoreFirstAndLastTimestamp(audio_network_adaptation_events()); in ParseStream()
1240 StoreFirstAndLastTimestamp(bwe_probe_cluster_created_events()); in ParseStream()
1241 StoreFirstAndLastTimestamp(bwe_probe_failure_events()); in ParseStream()
1242 StoreFirstAndLastTimestamp(bwe_probe_success_events()); in ParseStream()
1243 StoreFirstAndLastTimestamp(bwe_delay_updates()); in ParseStream()
1244 StoreFirstAndLastTimestamp(bwe_loss_updates()); in ParseStream()
1246 StoreFirstAndLastTimestamp(frame_stream.second); in ParseStream()
[all …]
Drtc_event_log_parser.h672 void StoreFirstAndLastTimestamp(const std::vector<T>& v); in RTC_POP_IGNORING_WUNDEF()