Home
last modified time | relevance | path

Searched defs:aDataLen (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_decoder.cpp317 otError Decoder::ReadData(const uint8_t *&aData, uint16_t &aDataLen) in ReadData()
324 otError Decoder::ReadDataWithLen(const uint8_t *&aData, uint16_t &aDataLen) in ReadDataWithLen()
H A Dspi_frame.hpp219 void SetHeaderDataLen(uint16_t aDataLen) in SetHeaderDataLen()
H A Dspinel_encoder.hpp518 …otError WriteData(const uint8_t *aData, uint16_t aDataLen) { return mNcpBuffer.InFrameFeedData(aDa… in WriteData()
H A Dspinel_encoder.cpp168 otError Encoder::WriteDataWithLen(const uint8_t *aData, uint16_t aDataLen) in WriteDataWithLen()
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Dncp_spinel.cpp80 otbrError NcpSpinel::SpinelDataUnpack(const uint8_t *aDataIn, spinel_size_t aDataLen, const char *a… in SpinelDataUnpack()
596 …el::ParseIp6StreamNet(const uint8_t *aBuf, uint8_t aLen, const uint8_t *&aData, uint16_t &aDataLen) in ParseIp6StreamNet()
/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dmac_frame.cpp273 void otMacFrameSetEnhAckProbingIe(otRadioFrame *aFrame, const uint8_t *aData, uint8_t aDataLen) in otMacFrameSetEnhAckProbingIe()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base.cpp555 otError NcpBase::StreamWrite(int aStreamId, const uint8_t *aDataPtr, int aDataLen) in StreamWrite()
2790 otError otNcpStreamWrite(int aStreamId, const uint8_t *aDataPtr, int aDataLen) in otNcpStreamWrite()