HomeSort by relevance Sort by last modified time
    Searched refs:ntp_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
rrtr.h 39 void WithNtp(const NtpTime& ntp) { ntp_ = ntp; }
41 NtpTime ntp() const { return ntp_; }
44 NtpTime ntp_; member in class:webrtc::rtcp::Rrtr
rrtr.cc 36 ntp_.Set(seconds, fraction);
44 ByteWriter<uint32_t>::WriteBigEndian(&buffer[4], ntp_.seconds());
45 ByteWriter<uint32_t>::WriteBigEndian(&buffer[8], ntp_.fractions());
  /external/libnl/lib/route/
neightbl.c 195 p->ntp_ ##var = nla_get_u32(tbp[NDTPA_ ##name]); \

Completed in 299 milliseconds