History log of /frameworks/av/services/audioflinger/FastMixerDumpState.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dc2c50bad491d2c0c8a2efc0e24491076701c63c 21-Apr-2016 Glenn Kasten <gkasten@google.com> Make max fast tracks configurable using a property

ro.audio.max_fast_tracks

Rename the currently configured maximum number of fast tracks
from FastMixerState::kMaxFastTracks to FastMixerState::sMaxFastTracks.

There is no guarantee that the CPU will be able to handle
the configured number of fast tracks.

Bug: 27564141
Change-Id: If9af226d839b226503488c3cb20a4bb8950b429d
/frameworks/av/services/audioflinger/FastMixerDumpState.cpp
17c9c998afed5ed9df7495eeed5822f3ed53ebec 03-Mar-2015 Glenn Kasten <gkasten@google.com> Initial implementation of fast capture dump

Change-Id: I898d903e539f760ef7caa80f41ca21c223f67264
/frameworks/av/services/audioflinger/FastMixerDumpState.cpp
bcb1486d052e329ae4790d93055d1c51017286c3 06-Mar-2015 Glenn Kasten <gkasten@google.com> Whitespace

switch indent

Change-Id: I652c798dd37a80634d247c4d881fb1cce92c4bd6
/frameworks/av/services/audioflinger/FastMixerDumpState.cpp
d702a568cb62e5aebe048147350bb3c76f9386ba 03-Mar-2015 Glenn Kasten <gkasten@google.com> Pull out commandToString() from FastMixerDumpState.cpp

to FastThreadState.cpp, FastMixerState.cpp, and FastCaptureState.cpp

Change-Id: I872efb211e8a0335c42906367859d3674340e374
/frameworks/av/services/audioflinger/FastMixerDumpState.cpp
fbdb2aceab7317aa44bc8f301a93eb49e17b2bce 02-Mar-2015 Glenn Kasten <gkasten@google.com> Pull up increaseSamplingN and kSamplingNforLowRamDevice

from FastMixerDumpState to FastThreadDumpState, and remove unused parameter
from FastMixerDumpState constructor.

Change-Id: Ib8937b106622a8da28a6ef6043de4528ae82cb05
/frameworks/av/services/audioflinger/FastMixerDumpState.cpp
214b406c813e5baca3e4b5cdc1d986de35f09bbb 02-Mar-2015 Glenn Kasten <gkasten@google.com> Rename FAST_MIXER_STATISTICS to FAST_THREAD_STATISTICS

Change-Id: Idb5f5bf0c20bffff8536cf4a46f696e12e99e81b
/frameworks/av/services/audioflinger/FastMixerDumpState.cpp
04333cdc8d6a3c8e4a11835371e8ad13adf3f7f0 18-Feb-2015 Glenn Kasten <gkasten@google.com> Pull out FastCaptureDumpState and FastMixerDumpState

Change-Id: I8e44dbfe02338622eb69193b234743b50f0dd79f
/frameworks/av/services/audioflinger/FastMixerDumpState.cpp