OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FastCaptureState
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
FastCaptureState.cpp
17
#include "
FastCaptureState
.h"
21
FastCaptureState
::
FastCaptureState
() : FastThreadState(),
26
FastCaptureState
::~
FastCaptureState
()
31
const char *
FastCaptureState
::commandToString(Command command)
38
case
FastCaptureState
::READ: return "READ";
39
case
FastCaptureState
::WRITE: return "WRITE";
40
case
FastCaptureState
::READ_WRITE: return "READ_WRITE";
FastCaptureState.h
28
struct
FastCaptureState
: FastThreadState {
29
FastCaptureState
();
30
/*virtual*/ ~
FastCaptureState
();
54
}; // struct
FastCaptureState
Completed in 51 milliseconds