Home
last modified time | relevance | path

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

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