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

  /external/chromium_org/media/base/android/
media_drm_bridge.cc 18 static uint32 ReadUint32(const uint8_t* data) {
73 uint64_t box_size = ReadUint32(cur);
74 uint32 type = ReadUint32(cur + 4);
107 uint32 version_and_flags = ReadUint32(cur);
123 uint32 data_size = ReadUint32(cur);
  /external/chromium_org/net/quic/
quic_config.cc 47 QuicErrorCode QuicNegotiableUint32::ReadUint32(
77 QuicErrorCode error = ReadUint32(client_hello, &value, error_details);
94 QuicErrorCode error = ReadUint32(server_hello, &value, error_details);
quic_config.h 78 QuicErrorCode ReadUint32(const CryptoHandshakeMessage& msg,
  /external/chromium/net/http/
http_auth_handler_ntlm_portable.cc 234 static uint32 ReadUint32(const uint8*& buf) {
419 uint32 offset = ReadUint32(cursor); // get offset from in_buf
430 msg->flags = ReadUint32(cursor);
  /external/chromium_org/net/http/
http_auth_handler_ntlm_portable.cc 235 static uint32 ReadUint32(const uint8*& buf) {
406 uint32 offset = ReadUint32(cursor); // get offset from in_buf
417 msg->flags = ReadUint32(cursor);

Completed in 288 milliseconds