Home
last modified time | relevance | path

Searched defs:Decode (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/hdlc/
Dhdlc.cpp226 void Decoder::Decode(const uint8_t *aData, uint16_t aLength) in Decode() function in ot::Hdlc::Decoder
/openthread-latest/src/posix/platform/
Dhdlc_interface.cpp210 void HdlcInterface::Decode(const uint8_t *aBuffer, uint16_t aLength) { mHdlcDecoder.Decode(aBuffer,… in Decode() function in ot::Posix::HdlcInterface