Home
last modified time | relevance | path

Searched defs:WriteUint8 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libwebm/common/
H A Dlibwebm_util.cc98 bool WriteUint8(std::uint8_t val, std::FILE* fileptr) { in WriteUint8() function
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_encoder.hpp193 otError WriteUint8(uint8_t aUint8) { return mNcpBuffer.InFrameFeedByte(aUint8); } in WriteUint8() function in ot::Spinel::Encoder
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/
Drttype.go189 func (c Cursor) WriteUint8(val uint8) { func
/aosp_15_r20/external/flatbuffers/go/
H A Dencode.go148 func WriteUint8(buf []byte, n uint8) { func
/aosp_15_r20/external/armnn/profiling/common/src/
H A DCommonProfilingUtils.cpp119 void WriteUint8(unsigned char* buffer, unsigned int offset, uint8_t value) in WriteUint8() function
/aosp_15_r20/external/armnn/profiling/client/src/
H A DProfilingUtils.cpp69 void WriteUint8(const IPacketBufferPtr& packetBuffer, unsigned int offset, uint8_t value) in WriteUint8() function