Home
last modified time | relevance | path

Searched defs:ReadUint8 (Results 1 – 7 of 7) sorted by relevance

/external/openthread/src/core/common/
Dframe_data.cpp41 Error FrameData::ReadUint8(uint8_t &aUint8) in ReadUint8() function in ot::FrameData
/external/cronet/net/der/
Dparser.cc128 bool Parser::ReadUint8(uint8_t* out) { in ReadUint8() function in net::der::Parser
/external/pigweed/pw_bytes/public/pw_bytes/
Dbyte_builder.h159 uint8_t ReadUint8() { in ReadUint8() function
/external/openthread/src/lib/spinel/
Dspinel_decoder.cpp95 otError Decoder::ReadUint8(uint8_t &aUint8) in ReadUint8() function in ot::Spinel::Decoder
/external/armnn/profiling/common/src/
DCommonProfilingUtils.cpp69 uint8_t ReadUint8(const unsigned char* buffer, unsigned int offset) in ReadUint8() function
/external/cronet/third_party/brotli/common/
Dshared_dictionary.c43 static BROTLI_BOOL ReadUint8(const uint8_t* encoded, size_t size, size_t* pos, in ReadUint8() function
/external/armnn/profiling/client/src/
DProfilingUtils.cpp104 uint8_t ReadUint8(const IPacketBufferPtr& packetBuffer, unsigned int offset) in ReadUint8() function