Searched defs:Decode (Results 1 – 2 of 2) sorted by relevance
226 void Decoder::Decode(const uint8_t *aData, uint16_t aLength) in Decode() function in ot::Hdlc::Decoder
210 void HdlcInterface::Decode(const uint8_t *aBuffer, uint16_t aLength) { mHdlcDecoder.Decode(aBuffer,… in Decode() function in ot::Posix::HdlcInterface