Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Dframe_data.cpp41 Error FrameData::ReadUint8(uint8_t &aUint8) { return ReadBytes(&aUint8, sizeof(uint8_t)); } in ReadUint8() function in ot::FrameData
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Dbyte_input_stream.cc36 uint8_t ByteInputStream::ReadUint8() { in ReadUint8() function in nogrod::ByteInputStream
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/slicereader/
Dslicereader.go74 func (r *Reader) ReadUint8() uint8 { func
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/
Dstring.go42 func (s *String) ReadUint8(out *uint8) bool { func
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dparser.cc128 bool Parser::ReadUint8(uint8_t *out) { in ReadUint8() function in bssl::der::Parser
/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Dbyte_builder.h159 uint8_t ReadUint8() { in ReadUint8() function
/aosp_15_r20/external/armnn/profiling/common/src/
H A DCommonProfilingUtils.cpp69 uint8_t ReadUint8(const unsigned char* buffer, unsigned int offset) in ReadUint8() function
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_decoder.cpp95 otError Decoder::ReadUint8(uint8_t &aUint8) in ReadUint8() function in ot::Spinel::Decoder
/aosp_15_r20/external/cronet/third_party/brotli/common/
H A Dshared_dictionary.c43 static BROTLI_BOOL ReadUint8(const uint8_t* encoded, size_t size, size_t* pos, in ReadUint8() function
/aosp_15_r20/external/armnn/profiling/client/src/
H A DProfilingUtils.cpp104 uint8_t ReadUint8(const IPacketBufferPtr& packetBuffer, unsigned int offset) in ReadUint8() function