Home
last modified time | relevance | path

Searched refs:mReadDirection (Results 1 – 2 of 2) sorted by relevance

/openthread-3.7.0/src/lib/spinel/
Dspinel_buffer.cpp78 mReadDirection = kForward; in Clear()
550 mReadDirection = HasFrame(kPriorityHigh) ? kBackward : kForward; in OutFrameSelectReadDirection()
566 EXPECT(mReadSegmentHead != mWriteFrameStart[mReadDirection], error = OT_ERROR_NOT_FOUND); in OutFramePrepareSegment()
569 header = ReadUint16At(mReadSegmentHead, mReadDirection); in OutFramePrepareSegment()
575 EXPECT(mReadSegmentHead == mReadFrameStart[mReadDirection], error = OT_ERROR_NOT_FOUND); in OutFramePrepareSegment()
580 mReadDirection); in OutFramePrepareSegment()
583 mReadPointer = GetUpdatedBufPtr(mReadSegmentHead, kSegmentHeaderSize, mReadDirection); in OutFramePrepareSegment()
624 header = ReadUint16At(mReadSegmentHead, mReadDirection); in OutFramePrepareMessage()
630 mReadMessage = (mReadMessage == nullptr) ? otMessageQueueGetHead(&mMessageQueue[mReadDirection]) in OutFramePrepareMessage()
631 … : otMessageQueueGetNext(&mMessageQueue[mReadDirection], mReadMessage); in OutFramePrepareMessage()
[all …]
Dspinel_buffer.hpp638 Direction mReadDirection; // Direction (priority) for current frame being read. member in ot::Spinel::Buffer