Searched refs:SetSkipLength (Results 1 – 3 of 3) sorted by relevance
197 IgnoreError(SetSkipLength(0)); in Clear()245 otError SetSkipLength(uint16_t aSkipLength) in SetSkipLength() function in ot::Spinel::MultiFrameBuffer307 IgnoreError(SetSkipLength(0)); in SaveFrame()319 IgnoreError(SetSkipLength(0)); in DiscardFrame()
349 VerifyOrQuit(frameBuffer.SetSkipLength(sizeof(sSkipText)) == OT_ERROR_NONE); in TestSpinelMultiFrameBuffer()362 VerifyOrQuit(frameBuffer.SetSkipLength(sizeof(sSkipText)) == OT_ERROR_NONE); in TestSpinelMultiFrameBuffer()389 …VerifyOrQuit(frameBuffer.SetSkipLength(kBufferSize - (kFrameHeaderSize - 1)) == OT_ERROR_NO_BUFS, … in TestSpinelMultiFrameBuffer()390 …VerifyOrQuit(frameBuffer.SetSkipLength(kBufferSize - kFrameHeaderSize) == OT_ERROR_NONE, "after Cl… in TestSpinelMultiFrameBuffer()
444 SuccessOrExit(error = mRxFrameBuffer->SetSkipLength(kSpiFrameHeaderSize)); in PushPullSpi()552 …SuccessOrExit(error = mRxFrameBuffer->SetSkipLength(skipAlignAllowanceLength + kSpiFrameHeaderSize… in PushPullSpi()