OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastThreadState
(Results
1 - 13
of
13
) 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),
FastCaptureState.cpp
21
FastCaptureState::FastCaptureState() :
FastThreadState
(),
FastThread.h
25
#include "
FastThreadState
.h"
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;
FastThreadState.h
29
struct
FastThreadState
{
30
FastThreadState
();
31
/*virtual*/ ~
FastThreadState
();
49
}; // struct
FastThreadState
57
FastThreadState
::Command mCommand; // current command
FastCaptureState.h
21
#include "
FastThreadState
.h"
27
struct FastCaptureState :
FastThreadState
{
33
// FIXME by renaming, could pull up these fields to
FastThreadState
40
// Extends
FastThreadState
::Command
FastMixerState.cpp
31
FastMixerState::FastMixerState() :
FastThreadState
(),
FastCapture.h
52
virtual const
FastThreadState
*poll();
56
virtual bool isSubClassCommand(
FastThreadState
::Command command);
FastMixer.h
47
virtual const
FastThreadState
*poll();
51
virtual bool isSubClassCommand(
FastThreadState
::Command command);
FastThread.cpp
66
command(
FastThreadState
::INITIAL),
100
const
FastThreadState
*next = poll();
125
if (!(current->mCommand &
FastThreadState
::IDLE)) {
126
if (command &
FastThreadState
::IDLE) {
147
case
FastThreadState
::INITIAL:
148
case
FastThreadState
::HOT_IDLE:
151
case
FastThreadState
::COLD_IDLE:
183
case
FastThreadState
::EXIT:
FastMixerState.h
25
#include "
FastThreadState
.h"
53
struct FastMixerState :
FastThreadState
{
67
// Extends
FastThreadState
::Command
Android.mk
72
LOCAL_SRC_FILES += FastThread.cpp
FastThreadState
.cpp
FastCapture.cpp
55
const
FastThreadState
*FastCapture::poll()
75
bool FastCapture::isSubClassCommand(
FastThreadState
::Command command)
FastMixer.cpp
99
const
FastThreadState
*FastMixer::poll()
124
bool FastMixer::isSubClassCommand(
FastThreadState
::Command command)
Completed in 171 milliseconds