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 42 void clearOverflow() { mOverflow = false; }
44 bool setOverflow() { bool tmp = mOverflow; mOverflow = true;
61 bool mOverflow; // overflow on most recent attempt to fill client buffer
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.h 52 bool mOverflow;

Completed in 807 milliseconds