Searched refs:mFramesPendingInQueue (Results 1 – 2 of 2) sorted by relevance
1168 mFramesPendingInQueue(0), in TimedTrack()1327 ALOG_ASSERT(mFramesPendingInQueue >= bufFrames, in updateFramesPendingAfterTrim_l()1331 bufFrames, mFramesPendingInQueue, logTag); in updateFramesPendingAfterTrim_l()1333 mFramesPendingInQueue -= bufFrames; in updateFramesPendingAfterTrim_l()1348 mFramesPendingInQueue += bufFrames; in queueTimedBuffer()1614 ALOG_ASSERT(mFramesPendingInQueue >= buffer->frameCount, in releaseBuffer()1617 buffer->frameCount, mFramesPendingInQueue); in releaseBuffer()1619 mFramesPendingInQueue -= buffer->frameCount; in releaseBuffer()1638 return mFramesPendingInQueue; in framesReady()
237 uint32_t mFramesPendingInQueue; variable