Searched refs:FastThreadDumpState (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastThreadDumpState.cpp18 #include "FastThreadDumpState.h"
22 FastThreadDumpState::FastThreadDumpState() : function in class:android::FastThreadDumpState
37 FastThreadDumpState::~FastThreadDumpState()
42 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
H A DFastThreadState.h26 struct FastThreadDumpState;
46 FastThreadDumpState* mDumpState; // if non-NULL, then update dump state periodically
H A DFastCaptureDumpState.h22 #include "FastThreadDumpState.h"
26 struct FastCaptureDumpState : FastThreadDumpState {
32 // FIXME by renaming, could pull up many of these to FastThreadDumpState
H A DFastCaptureDumpState.cpp27 FastCaptureDumpState::FastCaptureDumpState() : FastThreadDumpState(),
H A DFastThread.h65 FastThreadDumpState* mDummyDumpState;
66 FastThreadDumpState* mDumpState;
H A DFastMixerDumpState.h22 #include "FastThreadDumpState.h"
63 struct FastMixerDumpState : FastThreadDumpState {
H A DAndroid.mk76 FastThreadDumpState.cpp \
H A DFastMixerDumpState.cpp33 FastMixerDumpState::FastMixerDumpState() : FastThreadDumpState(),
H A DThreads.cpp3851 FastThreadDumpState::kSamplingNforLowRamDevice : FastThreadDumpState::kSamplingN);
6265 FastThreadDumpState::kSamplingNforLowRamDevice :
6266 FastThreadDumpState::kSamplingN);

Completed in 129 milliseconds