Searched refs:FastThreadState (Results 1 – 13 of 13) sorted by relevance
22 FastThreadState::FastThreadState() : in FastThreadState() function in android::FastThreadState28 FastThreadState::~FastThreadState() in ~FastThreadState()34 mCommand(FastThreadState::INITIAL), mUnderruns(0), mOverruns(0), in FastThreadDumpState()
43 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;
29 struct FastThreadState { struct30 FastThreadState();31 /*virtual*/ ~FastThreadState();57 FastThreadState::Command mCommand; // current command
66 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()
52 virtual const FastThreadState *poll();56 virtual bool isSubClassCommand(FastThreadState::Command command);
47 virtual const FastThreadState *poll();51 virtual bool isSubClassCommand(FastThreadState::Command command);
21 FastCaptureState::FastCaptureState() : FastThreadState(), in FastCaptureState()
27 struct FastCaptureState : FastThreadState {
31 FastMixerState::FastMixerState() : FastThreadState(), in FastMixerState()
53 struct FastMixerState : FastThreadState {
55 const FastThreadState *FastCapture::poll() in poll()75 bool FastCapture::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand()
72 LOCAL_SRC_FILES += FastThread.cpp FastThreadState.cpp
99 const FastThreadState *FastMixer::poll() in poll()124 bool FastMixer::isSubClassCommand(FastThreadState::Command command) in isSubClassCommand()