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