Lines Matching refs:GetUpdatedBufPtr
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()
831 …bufPtr = GetUpdatedBufPtr(bufPtr, kSegmentHeaderSize + (header & kSegmentHeaderLengthMask), mReadD… in OutFrameRemove()
862 … mWriteFrameStart[kPriorityHigh] = GetUpdatedBufPtr(mReadFrameStart[kPriorityLow], 1, kBackward); in UpdateReadWriteStartPointers()
871 … mWriteFrameStart[kPriorityLow] = GetUpdatedBufPtr(mReadFrameStart[kPriorityHigh], 1, kForward); in UpdateReadWriteStartPointers()
936 …bufPtr = GetUpdatedBufPtr(bufPtr, kSegmentHeaderSize + (header & kSegmentHeaderLengthMask), mReadD… in OutFrameGetLength()