Home
last modified time | relevance | path

Searched refs:ntp_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Drrtr.h41 void SetNtp(NtpTime ntp) { ntp_ = ntp; } in SetNtp()
43 NtpTime ntp() const { return ntp_; } in ntp()
46 NtpTime ntp_;
Drrtr.cc36 ntp_.Set(seconds, fraction); in Parse()
44 ByteWriter<uint32_t>::WriteBigEndian(&buffer[4], ntp_.seconds()); in Create()
45 ByteWriter<uint32_t>::WriteBigEndian(&buffer[8], ntp_.fractions()); in Create()
Dsender_report.h39 void SetNtp(NtpTime ntp) { ntp_ = ntp; } in SetNtp()
53 NtpTime ntp() const { return ntp_; } in ntp()
72 NtpTime ntp_; variable
Dsender_report.cc67 ntp_.Set(secs, frac); in Parse()
103 ByteWriter<uint32_t>::WriteBigEndian(&packet[*index + 4], ntp_.seconds()); in Create()
104 ByteWriter<uint32_t>::WriteBigEndian(&packet[*index + 8], ntp_.fractions()); in Create()
/external/libnl/lib/route/
Dneightbl.c196 p->ntp_ ##var = nla_get_u32(tbp[NDTPA_ ##name]); \ in neightbl_msg_parser()