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()
34 mCommand(FastThreadState::INITIAL), mUnderruns(0), mOverruns(0),
FastThreadState.h 29 struct FastThreadState {
30 FastThreadState();
31 /*virtual*/ ~FastThreadState();
49 }; // struct FastThreadState
57 FastThreadState::Command mCommand; // current command

Completed in 44 milliseconds