Home
last modified time | relevance | path

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

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