Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mFramesPendingInQueue

1006       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;