Home
last modified time | relevance | path

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

/external/libwebm/common/
Dlibwebm_util.cc98 bool WriteUint8(std::uint8_t val, std::FILE* fileptr) { in WriteUint8() function
/external/openthread/src/lib/spinel/
Dspinel_encoder.hpp184 otError WriteUint8(uint8_t aUint8) { return mNcpBuffer.InFrameFeedByte(aUint8); } in WriteUint8() function in ot::Spinel::Encoder
/external/flatbuffers/go/
Dencode.go148 func WriteUint8(buf []byte, n uint8) { func
/external/armnn/profiling/common/src/
DCommonProfilingUtils.cpp119 void WriteUint8(unsigned char* buffer, unsigned int offset, uint8_t value) in WriteUint8() function
/external/armnn/profiling/client/src/
DProfilingUtils.cpp69 void WriteUint8(const IPacketBufferPtr& packetBuffer, unsigned int offset, uint8_t value) in WriteUint8() function