Searched refs:GetUpdatedBufPtr (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/lib/spinel/ |
D | spinel_buffer.cpp | 71 mWriteFrameStart[kPriorityHigh] = GetUpdatedBufPtr(mBuffer, 1, kBackward); in Clear() 83 mReadFrameStart[kPriorityHigh] = GetUpdatedBufPtr(mBuffer, 1, kBackward); in Clear() 129 uint8_t *Buffer::GetUpdatedBufPtr(uint8_t *aBufPtr, uint16_t aOffset, Direction aDirection) const in GetUpdatedBufPtr() function in ot::Spinel::Buffer 210 *GetUpdatedBufPtr(aBufPtr, 1, aDirection) = (aValue & 0xff); in WriteUint16At() 219 value += *GetUpdatedBufPtr(aBufPtr, 1, aDirection); in ReadUint16At() 232 newTail = GetUpdatedBufPtr(mWriteSegmentTail, 1, mWriteDirection); in InFrameAppend() 457 bufPtr = GetUpdatedBufPtr(bufPtr, 1, mWriteDirection); in InFrameOverwrite() 579 …mReadSegmentTail = GetUpdatedBufPtr(mReadSegmentHead, kSegmentHeaderSize + (header & kSegmentHeade… in OutFramePrepareSegment() 583 mReadPointer = GetUpdatedBufPtr(mReadSegmentHead, kSegmentHeaderSize, mReadDirection); in OutFramePrepareSegment() 721 mReadPointer = GetUpdatedBufPtr(mReadPointer, 1, mReadDirection); in OutFrameReadByte() [all …]
|
D | spinel_buffer.hpp | 569 uint8_t *GetUpdatedBufPtr(uint8_t *aBufPtr, uint16_t aOffset, Direction aDirection) const;
|