OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastMixerDumpState
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/audioflinger/
FastMixerState.h
27
struct
FastMixerDumpState
;
79
FastMixerDumpState
* mDumpState; // if non-NULL, then update dump state periodically
FastMixer.h
81
// The
FastMixerDumpState
keeps a cache of FastMixer statistics that can be logged by dumpsys.
87
struct
FastMixerDumpState
{
88
FastMixerDumpState
(
93
/*virtual*/ ~
FastMixerDumpState
();
FastMixer.cpp
20
// The design rules are only for threadLoop(), and don't apply to
FastMixerDumpState
methods.
82
FastMixerDumpState
dummyDumpState, *dumpState = &dummyDumpState;
658
FastMixerDumpState
::
FastMixerDumpState
(
679
void
FastMixerDumpState
::increaseSamplingN(uint32_t samplingN)
[
all
...]
Threads.h
683
FastMixerDumpState
mFastMixerDumpState;
[
all
...]
Threads.cpp
[
all
...]
Completed in 40 milliseconds