Searched defs:RtcEvent (Results 1 – 2 of 2) sorted by relevance
17 RtcEvent::RtcEvent() : timestamp_us_(rtc::TimeMicros()) {} in RtcEvent() function in webrtc::RtcEvent
69 explicit RtcEvent(int64_t timestamp_us) : timestamp_us_(timestamp_us) {} in RtcEvent() function