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()
34 mCommand(FastThreadState::INITIAL), mUnderruns(0), mOverruns(0),
H A DFastThreadState.h29 struct FastThreadState { struct in namespace:android
30 FastThreadState();
31 /*virtual*/ ~FastThreadState();
49 }; // struct FastThreadState
57 FastThreadState::Command mCommand; // current command

Completed in 292 milliseconds