Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Dencoding.hpp224 inline void WriteUint32(uint32_t aValue, uint8_t *aBuffer) in WriteUint32() function
407 inline void WriteUint32(uint32_t aValue, uint8_t *aBuffer) in WriteUint32() function
/aosp_15_r20/external/webrtc/test/
H A Drtp_file_writer.cc68 bool WriteUint32(uint32_t in) { in WriteUint32() function in webrtc::test::RtpDumpWriter
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_encoder.cpp128 otError Encoder::WriteUint32(uint32_t aUint32) in WriteUint32() function in ot::Spinel::Encoder
/aosp_15_r20/bionic/libc/bionic/
H A Dsystem_property_set.cpp131 SocketWriter& WriteUint32(uint32_t value) { in WriteUint32() function in SocketWriter
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/
Drttype.go177 func (c Cursor) WriteUint32(val uint32) { func
/aosp_15_r20/external/flatbuffers/go/
H A Dencode.go160 func WriteUint32(buf []byte, n uint32) { func
/aosp_15_r20/external/armnn/profiling/common/src/
H A DCommonProfilingUtils.cpp101 void WriteUint32(unsigned char* buffer, unsigned int offset, uint32_t value) in WriteUint32() function
/aosp_15_r20/external/armnn/profiling/client/src/
H A DProfilingUtils.cpp55 void WriteUint32(const IPacketBufferPtr& packetBuffer, unsigned int offset, uint32_t value) in WriteUint32() function
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Dencoder.h193 Status WriteUint32(uint32_t field_number, uint32_t value) { in WriteUint32() function
/aosp_15_r20/art/libelffile/elf/
H A Delf_builder.h450 bool WriteUint32(uint32_t v) { in WriteUint32() function