Searched refs:mFlushed (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/
H A DAudioTimestamp.h81 // mFlushed is number of flushed frames before entering the server mix;
87 int64_t mFlushed; variable
96 mFlushed = 0;
/frameworks/av/media/libaudioclient/include/media/
H A DAudioTimestamp.h81 // mFlushed is number of flushed frames before entering the server mix;
87 int64_t mFlushed; variable
96 mFlushed = 0;
/frameworks/av/include/private/media/
H A DAudioTrackShared.h527 // cblk->u.mStreaming.mFront, ServerProxy::mFlush and ServerProxy::mFlushed will be modified
532 virtual int64_t framesFlushed() const { return mFlushed; }
543 int64_t mFlushed; // flushed frames to account for client-server discrepancy member in class:android::ServerProxy
/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp618 mAvailToClient(0), mFlush(0), mReleased(0), mFlushed(0)
670 mFlushed += (newFront - front) & mask;
H A DAudioTrack.cpp609 (long long)mStartEts.mFlushed,
/frameworks/av/services/audioflinger/
H A DTracks.cpp1222 local.mFlushed = mAudioTrackServerProxy->framesFlushed();

Completed in 88 milliseconds