HomeSort by relevance Sort by last modified time
    Searched defs:FastThreadState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
FastThreadState.cpp 18 #include "FastThreadState.h"
22 FastThreadState::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::COLD_IDLE: return "COLD_IDLE"
    [all...]
FastThreadState.h 29 struct FastThreadState {
30 FastThreadState();
31 /*virtual*/ ~FastThreadState();
51 }; // struct FastThreadState

Completed in 672 milliseconds