Home
last modified time | relevance | path

Searched defs:RtcEvent (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/api/rtc_event_log/
Drtc_event.cc17 RtcEvent::RtcEvent() : timestamp_us_(rtc::TimeMicros()) {} in RtcEvent() function in webrtc::RtcEvent
Drtc_event.h69 explicit RtcEvent(int64_t timestamp_us) : timestamp_us_(timestamp_us) {} in RtcEvent() function