OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastCaptureDumpState
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/services/audioflinger/
FastCaptureDumpState.h
26
struct
FastCaptureDumpState
: FastThreadDumpState {
27
FastCaptureDumpState
();
28
/*virtual*/ ~
FastCaptureDumpState
();
FastCaptureDumpState.cpp
17
#define LOG_TAG "
FastCaptureDumpState
"
22
#include "
FastCaptureDumpState
.h"
27
FastCaptureDumpState
::
FastCaptureDumpState
() : FastThreadDumpState(),
32
FastCaptureDumpState
::~
FastCaptureDumpState
()
36
void
FastCaptureDumpState
::dump(int fd) const
FastCapture.h
23
#include "
FastCaptureDumpState
.h"
62
FastCaptureDumpState
mDummyFastCaptureDumpState;
FastCapture.cpp
91
FastCaptureDumpState
* const dumpState = (
FastCaptureDumpState
*) mDumpState;
162
FastCaptureDumpState
* const dumpState = (
FastCaptureDumpState
*) mDumpState;
Android.mk
72
FastCaptureDumpState
.cpp \
Threads.h
[
all
...]
Threads.cpp
[
all
...]
Completed in 231 milliseconds