Searched defs:FastThreadState (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastThreadState.cpp18 #include "FastThreadState.h"
22 FastThreadState::FastThreadState() : function in class:android::FastThreadState
28 FastThreadState::~FastThreadState()
33 const char *FastThreadState::commandToString(FastThreadState::Command command)
36 case FastThreadState::INITIAL: return "INITIAL";
37 case FastThreadState::HOT_IDLE: return "HOT_IDLE";
38 case FastThreadState
[all...]
H A DFastThreadState.h29 struct FastThreadState { struct in namespace:android
30 FastThreadState();
31 /*virtual*/ ~FastThreadState();
51 }; // struct FastThreadState

Completed in 2306 milliseconds