Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DFastThreadState.h26 struct FastThreadDumpState;
46 FastThreadDumpState* mDumpState; // if non-NULL, then update dump state periodically
53 struct FastThreadDumpState { struct
54 FastThreadDumpState();
55 /*virtual*/ ~FastThreadDumpState();
DFastThreadState.cpp33 FastThreadDumpState::FastThreadDumpState() : in FastThreadDumpState() function in android::FastThreadDumpState
45 FastThreadDumpState::~FastThreadDumpState() in ~FastThreadDumpState()
DFastThread.h62 FastThreadDumpState *mDummyDumpState;
63 FastThreadDumpState *dumpState;
DFastCapture.h28 struct FastCaptureDumpState : FastThreadDumpState {
DFastMixerDumpState.h65 struct FastMixerDumpState : FastThreadDumpState {
DFastCapture.cpp213 FastCaptureDumpState::FastCaptureDumpState() : FastThreadDumpState(), in FastCaptureDumpState()
DFastMixer.cpp463 ) : FastThreadDumpState(), in FastMixerDumpState()