| /external/openthread/src/core/common/ | 
| D | encoding.hpp | 161 inline uint16_t ReadUint16(const uint8_t *aBuffer)  in ReadUint16()174 inline uint32_t ReadUint32(const uint8_t *aBuffer)  in ReadUint32()
 188 inline uint32_t ReadUint24(const uint8_t *aBuffer)  in ReadUint24()
 202 inline uint64_t ReadUint64(const uint8_t *aBuffer)  in ReadUint64()
 217 inline void WriteUint16(uint16_t aValue, uint8_t *aBuffer)  in WriteUint16()
 230 inline void WriteUint24(uint32_t aValue, uint8_t *aBuffer)  in WriteUint24()
 244 inline void WriteUint32(uint32_t aValue, uint8_t *aBuffer)  in WriteUint32()
 259 inline void WriteUint64(uint64_t aValue, uint8_t *aBuffer)  in WriteUint64()
 344 inline uint16_t ReadUint16(const uint8_t *aBuffer)  in ReadUint16()
 357 inline uint32_t ReadUint24(const uint8_t *aBuffer)  in ReadUint24()
 [all …]
 
 | 
| D | frame_builder.cpp | 38 void FrameBuilder::Init(void *aBuffer, uint16_t aLength)  in Init()70 Error FrameBuilder::AppendBytes(const void *aBuffer, uint16_t aLength)  in AppendBytes()
 94 void FrameBuilder::WriteBytes(uint16_t aOffset, const void *aBuffer, uint16_t aLength)  in WriteBytes()
 
 | 
| D | data.hpp | 126     void Init(const void *aBuffer, LengthType aLength)  in Init()220     bool MatchesBytesIn(const void *aBuffer, ByteMatcher aMatcher)  in MatchesBytesIn()
 293     void Init(void *aBuffer, LengthType aLength) { Base::Init(aBuffer, aLength); }  in Init()
 359     Error CopyBytesFrom(const uint8_t *aBuffer, LengthType aLength)  in CopyBytesFrom()
 
 | 
| D | appender.cpp | 45 Appender::Appender(uint8_t *aBuffer, uint16_t aSize)  in Appender()51 Error Appender::AppendBytes(const void *aBuffer, uint16_t aLength)  in AppendBytes()
 
 | 
| D | random.hpp | 87 …static Error CryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize) { return otPlatCryptoRandomGet(aBu…  in CryptoFillBuffer()212 inline Error FillBuffer(uint8_t *aBuffer, uint16_t aSize)  in FillBuffer()
 
 | 
| D | frame_data.cpp | 90 Error FrameData::ReadBytes(void *aBuffer, uint16_t aLength)  in ReadBytes()
 | 
| D | heap_data.cpp | 42 Error Data::SetFrom(const uint8_t *aBuffer, uint16_t aLength)  in SetFrom()
 | 
| D | uptime.cpp | 84 void Uptime::GetUptime(char *aBuffer, uint16_t aSize) const  in GetUptime()
 | 
| /external/openthread/src/core/utils/ | 
| D | parse_cmdline.cpp | 303 static Error ParseHexString(const char *&aString, uint16_t &aSize, uint8_t *aBuffer, HexStringParse…  in ParseHexString()370 Error ParseAsHexString(const char *aString, uint8_t *aBuffer, uint16_t aSize)  in ParseAsHexString()
 375 Error ParseAsHexString(const char *aString, uint16_t &aSize, uint8_t *aBuffer)  in ParseAsHexString()
 380 Error ParseAsHexStringSegment(const char *&aString, uint16_t &aSize, uint8_t *aBuffer)  in ParseAsHexStringSegment()
 
 | 
| D | parse_cmdline.hpp | 530     otError ParseAsHexString(uint8_t *aBuffer, uint16_t aSize) const  in ParseAsHexString()568     otError ParseAsHexString(uint16_t &aSize, uint8_t *aBuffer)  in ParseAsHexString()
 
 | 
| /external/openthread/src/core/api/ | 
| D | random_crypto_api.cpp | 42 otError otRandomCryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize)  in otRandomCryptoFillBuffer()
 | 
| D | tcp_api.cpp | 82 otError otTcpSendByReference(otTcpEndpoint *aEndpoint, otLinkedBuffer *aBuffer, uint32_t aFlags)  in otTcpSendByReference()92 otError otTcpReceiveByReference(otTcpEndpoint *aEndpoint, const otLinkedBuffer **aBuffer)  in otTcpReceiveByReference()
 
 | 
| D | ip6_api.cpp | 189 void otIp6AddressToString(const otIp6Address *aAddress, char *aBuffer, uint16_t aSize)  in otIp6AddressToString()194 void otIp6SockAddrToString(const otSockAddr *aSockAddr, char *aBuffer, uint16_t aSize)  in otIp6SockAddrToString()
 199 void otIp6PrefixToString(const otIp6Prefix *aPrefix, char *aBuffer, uint16_t aSize)  in otIp6PrefixToString()
 
 | 
| D | random_noncrypto_api.cpp | 70 void otRandomNonCryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize)  in otRandomNonCryptoFillBuffer()
 | 
| /external/openthread/examples/platforms/simulation/ | 
| D | infra_if.c | 44                                  const uint8_t *     aBuffer,  in otPlatInfraIfSendIcmp6Nd()
 | 
| D | crypto.c | 60 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *…  in otPlatCryptoExportKey()
 | 
| /external/openthread/tests/unit/ | 
| D | test_util.cpp | 33 void DumpBuffer(const char *aTextMessage, const uint8_t *aBuffer, uint16_t aBufferLength)  in DumpBuffer()
 | 
| /external/openthread/src/core/crypto/ | 
| D | mbedtls.cpp | 175 int MbedTls::CryptoSecurePrng(void *, unsigned char *aBuffer, size_t aSize)  in CryptoSecurePrng()
 | 
| /external/openthread/src/core/net/ | 
| D | socket.cpp | 48 void SockAddr::ToString(char *aBuffer, uint16_t aSize) const  in ToString()
 | 
| /external/openthread/src/posix/platform/ | 
| D | trel.cpp | 82 static const char *BufferToString(const uint8_t *aBuffer, uint16_t aLength)  in BufferToString()159 static otError SendPacket(const uint8_t *aBuffer, uint16_t aLength, const otSockAddr *aDestSockAddr)  in SendPacket()
 273 static void EnqueuePacket(const uint8_t *aBuffer, uint16_t aLength, const otSockAddr *aDestSockAddr)  in EnqueuePacket()
 
 | 
| /external/openthread/src/core/radio/ | 
| D | trel_interface.cpp | 379 extern "C" void otPlatTrelHandleReceived(otInstance *aInstance, uint8_t *aBuffer, uint16_t aLength)  in otPlatTrelHandleReceived()390 void Interface::HandleReceived(uint8_t *aBuffer, uint16_t aLength)  in HandleReceived()
 
 | 
| /external/openthread/src/posix/ | 
| D | client.cpp | 84 void QuitOnExit(const char *aBuffer)  in QuitOnExit()134 bool DoWrite(int aFile, const void *aBuffer, size_t aSize)  in DoWrite()
 
 | 
| /external/openthread/src/core/mac/ | 
| D | mac_types.hpp | 135     void Set(const uint8_t *aBuffer, CopyByteOrder aByteOrder = kNormalByteOrder)  in Set()213     void CopyTo(uint8_t *aBuffer, CopyByteOrder aByteOrder = kNormalByteOrder) const  in CopyTo()
 374 …void SetExtended(const uint8_t *aBuffer, ExtAddress::CopyByteOrder aByteOrder = ExtAddress::kNorma…  in SetExtended()
 
 | 
| /external/openthread/src/core/meshcop/ | 
| D | network_name.hpp | 70     NameData(const char *aBuffer, uint8_t aLength) { Init(aBuffer, aLength); }  in NameData()
 | 
| /external/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/ | 
| D | SEGGER_RTT_Syscalls_SES.c | 200   char    aBuffer[PRINTF_BUFFER_SIZE];  in printf()  local
 |