Home
last modified time | relevance | path

Searched defs:SetTimestamp (Results 1 – 4 of 4) sorted by relevance

/external/go-cmp/cmp/internal/teststructs/
Dproject3.go63 func (d *Dirt) SetTimestamp(t Timestamp) { d.ts = t } func
/external/webrtc/api/video/
Dencoded_image.h83 void SetTimestamp(uint32_t timestamp) { timestamp_rtp_ = timestamp; } in SetTimestamp() function
/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet.cc150 void RtpPacket::SetTimestamp(uint32_t timestamp) { in SetTimestamp() function in webrtc::RtpPacket
/external/openthread/src/core/common/
Dmessage.hpp1158 void SetTimestamp(TimeMilli aTimestamp) { GetMetadata().mTimestamp = aTimestamp; } in SetTimestamp() function in ot::Message