Searched defs:FastThreadDumpState (Results 1 – 2 of 2) sorted by relevance
53 struct FastThreadDumpState { struct57 FastThreadState::Command mCommand; // current command58 uint32_t mUnderruns; // total number of underruns59 uint32_t mOverruns; // total number of overruns60 struct timespec mMeasuredWarmupTs; // measured warmup time84 }; // struct FastThreadDumpState argument
33 FastThreadDumpState::FastThreadDumpState() : in FastThreadDumpState() function in android::FastThreadDumpState