OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FastCaptureDumpState
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
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
FastCaptureDumpState.h
26
struct
FastCaptureDumpState
: FastThreadDumpState {
27
FastCaptureDumpState
();
28
/*virtual*/ ~
FastCaptureDumpState
();
Completed in 464 milliseconds