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

/frameworks/av/services/audioflinger/
H A DFastThreadDumpState.cpp17 #include "FastThreadDumpState.h"
21 FastThreadDumpState::FastThreadDumpState() : function in class:android::FastThreadDumpState
36 FastThreadDumpState::~FastThreadDumpState()
41 void FastThreadDumpState::increaseSamplingN(uint32_t samplingN)
H A DFastThreadDumpState.h25 // The FastThreadDumpState keeps a cache of FastThread statistics that can be logged by dumpsys.
31 struct FastThreadDumpState { struct in namespace:android
32 FastThreadDumpState();
33 /*virtual*/ ~FastThreadDumpState();
68 }; // struct FastThreadDumpState

Completed in 219 milliseconds