Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastThreadDumpState.h31 struct FastThreadDumpState { struct
35 FastThreadState::Command mCommand; // current command
36 uint32_t mUnderruns; // total number of underruns
37 uint32_t mOverruns; // total number of overruns
38 struct timespec mMeasuredWarmupTs; // measured warmup time
39 uint32_t mWarmupCycles; // number of loop cycles required to warmup
68 }; // struct FastThreadDumpState argument
DFastThreadDumpState.cpp22 FastThreadDumpState::FastThreadDumpState() : in FastThreadDumpState() function in android::FastThreadDumpState