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

/frameworks/av/services/audioflinger/
H A DTracks.cpp1006 mFramesPendingInQueue(0),
1166 ALOG_ASSERT(mFramesPendingInQueue >= bufFrames,
1170 bufFrames, mFramesPendingInQueue, logTag);
1172 mFramesPendingInQueue -= bufFrames;
1187 mFramesPendingInQueue += bufFrames;
1453 ALOG_ASSERT(mFramesPendingInQueue >= buffer->frameCount,
1456 buffer->frameCount, mFramesPendingInQueue);
1458 mFramesPendingInQueue -= buffer->frameCount;
1477 return mFramesPendingInQueue;
H A DPlaybackTracks.h232 uint32_t mFramesPendingInQueue; member in class:TimedTrack

Completed in 283 milliseconds