HomeSort by relevance Sort by last modified time
    Searched refs:UNDERRUN_MASK (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audioflinger/
FastMixerDumpState.h 44 #define UNDERRUN_MASK ((1 << UNDERRUN_BITS) - 1)
FastMixerDumpState.cpp 198 (underruns.mBitFields.mFull) & UNDERRUN_MASK,
199 (underruns.mBitFields.mPartial) & UNDERRUN_MASK,
200 (underruns.mBitFields.mEmpty) & UNDERRUN_MASK,
Threads.cpp     [all...]

Completed in 664 milliseconds