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

  /frameworks/av/services/audioflinger/
TrackBase.h 113 bool isOut() const { return mIsOut; }
139 const bool mIsOut;
  /frameworks/av/include/private/media/
AudioTrackShared.h 93 uint32_t mServer; // Number of filled frames consumed by server (mIsOut),
94 // or filled frames provided by server (!mIsOut).
170 const bool mIsOut; // true for AudioTrack, false for AudioRecord

Completed in 147 milliseconds