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

  /frameworks/av/services/audioflinger/
RecordTracks.h 41 void clearOverflow() { mOverflow = false; }
43 bool setOverflow() { bool tmp = mOverflow; mOverflow = true;
60 bool mOverflow; // overflow on most recent attempt to fill client buffer
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.h 52 bool mOverflow;

Completed in 28 milliseconds