HomeSort by relevance Sort by last modified time
    Searched defs:mFlushed (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libaudioclient/include/media/
AudioTimestamp.h 81 // mFlushed is number of flushed frames before entering the server mix;
87 int64_t mFlushed;
96 mFlushed = 0;
  /frameworks/av/include/private/media/
AudioTrackShared.h 547 // cblk->u.mStreaming.mFront, ServerProxy::mFlush and ServerProxy::mFlushed will be modified
556 virtual int64_t framesFlushed() const { return mFlushed; }
570 int64_t mFlushed; // flushed frames to account for client-server discrepancy

Completed in 55 milliseconds