Home
last modified time | relevance | path

Searched refs:FastThreadState (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/services/audioflinger/
DFastThreadState.cpp22 FastThreadState::FastThreadState() : in FastThreadState() function in android::FastThreadState
28 FastThreadState::~FastThreadState() in ~FastThreadState()
34 mCommand(FastThreadState::INITIAL), mUnderruns(0), mOverruns(0), in FastThreadDumpState()
DFastThread.h43 virtual const FastThreadState *poll() = 0;
47 virtual bool isSubClassCommand(FastThreadState::Command command) = 0;
52 const FastThreadState *previous;
53 const FastThreadState *current;
82 FastThreadState::Command command;
DFastThreadState.h29 struct FastThreadState { struct
30 FastThreadState();
31 /*virtual*/ ~FastThreadState();
57 FastThreadState::Command mCommand; // current command
DFastThread.cpp66 command(FastThreadState::INITIAL), in FastThread()
100 const FastThreadState *next = poll(); in threadLoop()
125 if (!(current->mCommand & FastThreadState::IDLE)) { in threadLoop()
126 if (command & FastThreadState::IDLE) { in threadLoop()
147 case FastThreadState::INITIAL: in threadLoop()
148 case FastThreadState::HOT_IDLE: in threadLoop()
151 case FastThreadState::COLD_IDLE: in threadLoop()
183 case FastThreadState::EXIT: in threadLoop()
DFastCapture.h52 virtual const FastThreadState *poll();
56 virtual bool isSubClassCommand(FastThreadState::Command command);
DFastMixer.h47 virtual const FastThreadState *poll();
51 virtual bool isSubClassCommand(FastThreadState::Command command);
DFastCaptureState.cpp21 FastCaptureState::FastCaptureState() : FastThreadState(), in FastCaptureState()
DFastCaptureState.h27 struct FastCaptureState : FastThreadState {
DFastMixerState.cpp31 FastMixerState::FastMixerState() : FastThreadState(), in FastMixerState()
DFastMixerState.h53 struct FastMixerState : FastThreadState {
DFastCapture.cpp55 const FastThreadState *FastCapture::poll() in poll()
75 bool FastCapture::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand()
DAndroid.mk72 LOCAL_SRC_FILES += FastThread.cpp FastThreadState.cpp
DFastMixer.cpp99 const FastThreadState *FastMixer::poll() in poll()
124 bool FastMixer::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand()