Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastThreadDumpState.cpp21 FastThreadDumpState::FastThreadDumpState() : in FastThreadDumpState() function in android::FastThreadDumpState
36 FastThreadDumpState::~FastThreadDumpState() in ~FastThreadDumpState()
41 void FastThreadDumpState::increaseSamplingN(uint32_t samplingN) in increaseSamplingN()
DFastThreadDumpState.h31 struct FastThreadDumpState { struct
32 FastThreadDumpState();
33 /*virtual*/ ~FastThreadDumpState();
DFastThreadState.h26 struct FastThreadDumpState;
46 FastThreadDumpState* mDumpState; // if non-NULL, then update dump state periodically
DFastThread.h65 FastThreadDumpState* mDummyDumpState;
66 FastThreadDumpState* mDumpState;
DFastCaptureDumpState.h26 struct FastCaptureDumpState : FastThreadDumpState {
DFastCaptureDumpState.cpp27 FastCaptureDumpState::FastCaptureDumpState() : FastThreadDumpState(), in FastCaptureDumpState()
DFastMixerDumpState.h62 struct FastMixerDumpState : FastThreadDumpState {
DAndroid.mk86 FastThreadDumpState.cpp \
DFastMixerDumpState.cpp33 FastMixerDumpState::FastMixerDumpState() : FastThreadDumpState(), in FastMixerDumpState()
DThreads.cpp3495 FastThreadDumpState::kSamplingNforLowRamDevice : FastThreadDumpState::kSamplingN); in threadLoop_write()
5786 FastThreadDumpState::kSamplingNforLowRamDevice : in threadLoop()
5787 FastThreadDumpState::kSamplingN); in threadLoop()