Searched defs:FastThreadDumpState (Results 1 – 2 of 2) sorted by relevance
31 struct FastThreadDumpState { struct35 FastThreadState::Command mCommand; // current command36 uint32_t mUnderruns; // total number of underruns37 uint32_t mOverruns; // total number of overruns38 struct timespec mMeasuredWarmupTs; // measured warmup time39 uint32_t mWarmupCycles; // number of loop cycles required to warmup68 }; // struct FastThreadDumpState argument
22 FastThreadDumpState::FastThreadDumpState() : in FastThreadDumpState() function in android::FastThreadDumpState