Home
last modified time | relevance | path

Searched refs:GetUint16 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Drtputils.cc48 bool GetUint16(const void* data, size_t offset, int* value) { in GetUint16() function
111 return GetUint16(data, kRtpSeqNumOffset, value); in GetRtpSeqNum()
/external/chromium_org/net/quic/crypto/
Dcrypto_handshake_message.h88 QuicErrorCode GetUint16(QuicTag tag, uint16* out) const;
Dcrypto_handshake_message.cc168 QuicErrorCode CryptoHandshakeMessage::GetUint16(QuicTag tag, in GetUint16() function in net::CryptoHandshakeMessage