Home
last modified time | relevance | path

Searched defs:FastThreadDumpState (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DFastThreadState.h53 struct FastThreadDumpState { struct
57 FastThreadState::Command mCommand; // current command
58 uint32_t mUnderruns; // total number of underruns
59 uint32_t mOverruns; // total number of overruns
60 struct timespec mMeasuredWarmupTs; // measured warmup time
84 }; // struct FastThreadDumpState argument
DFastThreadState.cpp33 FastThreadDumpState::FastThreadDumpState() : in FastThreadDumpState() function in android::FastThreadDumpState