Searched refs:FastCaptureDumpState (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastCaptureDumpState.h26 struct FastCaptureDumpState : FastThreadDumpState { struct in namespace:android
27 FastCaptureDumpState();
28 /*virtual*/ ~FastCaptureDumpState();
H A DFastCaptureDumpState.cpp17 #define LOG_TAG "FastCaptureDumpState"
22 #include "FastCaptureDumpState.h"
27 FastCaptureDumpState::FastCaptureDumpState() : FastThreadDumpState(), function in class:android::FastCaptureDumpState
32 FastCaptureDumpState::~FastCaptureDumpState()
36 void FastCaptureDumpState::dump(int fd) const
H A DFastCapture.h23 #include "FastCaptureDumpState.h"
62 FastCaptureDumpState mDummyFastCaptureDumpState;
H A DFastCapture.cpp91 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState;
162 FastCaptureDumpState * const dumpState = (FastCaptureDumpState *) mDumpState;
H A DAndroid.mk72 FastCaptureDumpState.cpp \
H A DThreads.h1347 FastCaptureDumpState mFastCaptureDumpState;
H A DThreads.cpp6596 const FastCaptureDumpState *copy = new FastCaptureDumpState(mFastCaptureDumpState);

Completed in 2865 milliseconds