Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dspinel_buffer.cpp77 mReadDirection = kForward; in Clear()
558 mReadDirection = HasFrame(kPriorityHigh) ? kBackward : kForward; in OutFrameSelectReadDirection()
574 … VerifyOrExit(mReadSegmentHead != mWriteFrameStart[mReadDirection], error = OT_ERROR_NOT_FOUND); in OutFramePrepareSegment()
577 header = ReadUint16At(mReadSegmentHead, mReadDirection); in OutFramePrepareSegment()
583 … VerifyOrExit(mReadSegmentHead == mReadFrameStart[mReadDirection], error = OT_ERROR_NOT_FOUND); in OutFramePrepareSegment()
588 mReadDirection); in OutFramePrepareSegment()
591 mReadPointer = GetUpdatedBufPtr(mReadSegmentHead, kSegmentHeaderSize, mReadDirection); in OutFramePrepareSegment()
632 header = ReadUint16At(mReadSegmentHead, mReadDirection); in OutFramePrepareMessage()
638 mReadMessage = (mReadMessage == nullptr) ? otMessageQueueGetHead(&mMessageQueue[mReadDirection]) in OutFramePrepareMessage()
639 … : otMessageQueueGetNext(&mMessageQueue[mReadDirection], mReadMessage); in OutFramePrepareMessage()
[all …]
Dspinel_buffer.hpp638 Direction mReadDirection; // Direction (priority) for current frame being read. member in ot::Spinel::Buffer