Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp1168 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()
DPlaybackTracks.h237 uint32_t mFramesPendingInQueue; variable