Searched refs:ReadUint32 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge.cc18 static uint32 ReadUint32(const uint8_t* data) { function in namespace:media
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/
H A Dquic_config.cc47 QuicErrorCode QuicNegotiableUint32::ReadUint32( function in class:net::QuicNegotiableUint32
77 QuicErrorCode error = ReadUint32(client_hello, &value, error_details);
94 QuicErrorCode error = ReadUint32(server_hello, &value, error_details);
H A Dquic_config.h78 QuicErrorCode ReadUint32(const CryptoHandshakeMessage& msg,
/external/chromium/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc234 static uint32 ReadUint32(const uint8*& buf) { function in namespace:net
419 uint32 offset = ReadUint32(cursor); // get offset from in_buf
430 msg->flags = ReadUint32(cursor);
/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc235 static uint32 ReadUint32(const uint8*& buf) { function in namespace:net
406 uint32 offset = ReadUint32(cursor); // get offset from in_buf
417 msg->flags = ReadUint32(cursor);

Completed in 110 milliseconds