Home
last modified time | relevance | path

Searched refs:oldestClosed (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/fastpath/
DFastMixerDumpState.cpp68 uint32_t oldestClosed = bounds >> 16; in dump() local
72 __builtin_sub_overflow(newestOpen, oldestClosed, &n); in dump()
93 const size_t i = oldestClosed++ & (mSamplingN - 1); in dump()