summaryrefslogtreecommitdiff
path: root/services/audioflinger/AudioFlinger.h
AgeCommit message (Expand)Author
2012-06-29audioflinger: fix auxiliary effect attachmentEric Laurent
2012-06-11Add audio watchdog threadGlenn Kasten
2012-06-08Reduce underruns in screen off, esp. with EQGlenn Kasten
2012-06-07Take latency and current time into account for visualizationMarco Nelissen
2012-06-05audioflinger: various fixes on direct outputEric Laurent
2012-06-04State queue dumpGlenn Kasten
2012-05-31Fix fast track leak if out of normal track namesGlenn Kasten
2012-05-30audioflinger: fix effect problem during underrunEric Laurent
2012-05-22audioflinger: refine latency latency calculation.Eric Laurent
2012-05-21Keep a copy of most recent audio playedGlenn Kasten
2012-05-17Display pipe underrun counters in dumpsysGlenn Kasten
2012-05-15Fix static track activity ref countingEric Laurent
2012-05-14Fix issues with synchronous record start.Eric Laurent
2012-05-14Improve underrun handling for fast tracksGlenn Kasten
2012-05-14Fix stopping process for fast tracksGlenn Kasten
2012-04-30Temporary fix for both normal tracks & fast tracksGlenn Kasten
2012-04-30Fix race condition for non-started fast tracksGlenn Kasten
2012-04-27AudioFlinger: fix stop detection for static tracksEric Laurent
2012-04-26AudioFlinger: fix tracks ready for mixing logic.Eric Laurent
2012-04-23AudioFlinger normal mixer uses FastMixerGlenn Kasten
2012-04-22Configure policy of mediaserver threadsGlenn Kasten
2012-04-18rename audio policy output flagsEric Laurent
2012-04-12TimedAudio: Track of the number of pending frames.John Grossman
2012-04-12TimedAudio: Fix a cause of audio popping.John Grossman
2012-04-09AudioMixer uses downmix effect for multichannel contentJean-Michel Trivi
2012-04-04audio policy: load audio hw modules.Eric Laurent
2012-04-03audio policy: add configuration fileEric Laurent
2012-04-02AudioFlinger track flags and server's fast policyGlenn Kasten
2012-04-02const methods and commentsGlenn Kasten
2012-03-29implemented synchronous audio captureEric Laurent
2012-03-26Merge "IAudioFlinger::createTrack and openRecord flags"Glenn Kasten
2012-03-21Merge "Clean up Track constructor"Glenn Kasten
2012-03-20Clean up Track constructorGlenn Kasten
2012-03-19Update commentsGlenn Kasten
2012-03-19IAudioFlinger::createTrack and openRecord flagsGlenn Kasten
2012-03-13Whitespace and indentationGlenn Kasten
2012-03-12Inline applyVolume() into threadLoop_mix()Glenn Kasten
2012-03-12Merge "Remove unnecessary friend declarations"Glenn Kasten
2012-03-12Merge "Remove virtual from methods that don't need it"Glenn Kasten
2012-03-12Merge dup code at thread entry and param changeGlenn Kasten
2012-03-09Use audio_policy_output_flags_t consistentlyGlenn Kasten
2012-03-09Remove virtual from methods that don't need itGlenn Kasten
2012-03-09Remove unnecessary friend declarationsGlenn Kasten
2012-03-08Replace hard-coded 3 by FCC_2 to simplify searchesGlenn Kasten
2012-03-08Mixer status cleanupGlenn Kasten
2012-03-07Cleanup DirectOutputThread::mActiveTrackGlenn Kasten
2012-03-07Merge "IAudioFlingerClient::ioConfigChanged param2 const"Glenn Kasten
2012-03-07Isolate references to outputTracks/mOutputTracksGlenn Kasten
2012-03-07Merge "Make applyVolume private to DirectOutputThread"Glenn Kasten
2012-03-07Make applyVolume private to DirectOutputThreadGlenn Kasten