OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastThreadDumpState
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/services/audioflinger/
FastThreadState.cpp
33
FastThreadDumpState
::
FastThreadDumpState
() :
45
FastThreadDumpState
::~
FastThreadDumpState
()
FastThreadState.h
26
struct
FastThreadDumpState
;
46
FastThreadDumpState
* mDumpState; // if non-NULL, then update dump state periodically
53
struct
FastThreadDumpState
{
54
FastThreadDumpState
();
55
/*virtual*/ ~
FastThreadDumpState
();
84
}; // struct
FastThreadDumpState
FastThread.h
62
FastThreadDumpState
*mDummyDumpState;
63
FastThreadDumpState
*dumpState;
FastCapture.h
28
struct FastCaptureDumpState :
FastThreadDumpState
{
32
// FIXME by renaming, could pull up many of these to
FastThreadDumpState
FastMixerDumpState.h
65
struct FastMixerDumpState :
FastThreadDumpState
{
FastCapture.cpp
213
FastCaptureDumpState::FastCaptureDumpState() :
FastThreadDumpState
(),
FastMixer.cpp
463
) :
FastThreadDumpState
(),
Completed in 1021 milliseconds