Searched refs:sFrameBufferTailIndex (Results 1 – 1 of 1) sorted by relevance
885 uint32_t sFrameBufferTailIndex[kNumPrios] = {0}; variable909 uint32_t tail = sFrameBufferTailIndex[priority]; in WriteRandomFrame()922 sFrameBufferTailIndex[priority] = tail; in WriteRandomFrame()945 sFrameBufferTailIndex[priority] -= aLength; in ReadRandomFrame()946 …memmove(sFrameBuffer[priority], sFrameBuffer[priority] + aLength, sFrameBufferTailIndex[priority]); in ReadRandomFrame()