Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp1154 mFramesPendingInQueue(0), in TimedTrack()
1313 ALOG_ASSERT(mFramesPendingInQueue >= bufFrames, in updateFramesPendingAfterTrim_l()
1317 bufFrames, mFramesPendingInQueue, logTag); in updateFramesPendingAfterTrim_l()
1319 mFramesPendingInQueue -= bufFrames; in updateFramesPendingAfterTrim_l()
1334 mFramesPendingInQueue += bufFrames; in queueTimedBuffer()
1600 ALOG_ASSERT(mFramesPendingInQueue >= buffer->frameCount, in releaseBuffer()
1603 buffer->frameCount, mFramesPendingInQueue); in releaseBuffer()
1605 mFramesPendingInQueue -= buffer->frameCount; in releaseBuffer()
1624 return mFramesPendingInQueue; in framesReady()
DPlaybackTracks.h233 uint32_t mFramesPendingInQueue; variable