Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Dframe_builder.hpp105 uint16_t GetRemainingLength(void) const { return mMaxLength - mLength; } in GetRemainingLength() function in ot::FrameBuilder
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_decoder.hpp106 uint16_t GetRemainingLength(void) const { return mLength - mIndex; } in GetRemainingLength() function in ot::Spinel::Decoder