summaryrefslogtreecommitdiff
path: root/services/audioflinger/AudioFlinger.h
AgeCommit message (Expand)Author
2012-09-30bug 7253033 clean up before closing an outputJean-Michel Trivi
2012-09-25Implement android.media.AudioManager.getProperty()Glenn Kasten
2012-09-13audioflinger: send priority request from a threadEric Laurent
2012-09-10Communicate audio session ID to downmixerJean-Michel Trivi
2012-09-07audioflinger: changes for new audio devices enumsEric Laurent
2012-08-31AudioFlinger: send audio source to audio effectsEric Laurent
2012-08-30Update audio commentsGlenn Kasten
2012-08-30Move libnbaio out of AudioFlingerGlenn Kasten
2012-08-13const methodsGlenn Kasten
2012-08-08AudioFlinger: Better handling for master volume/muteJohn Grossman
2012-08-08Change audio flinger to user HAL master mute if availableJohn Grossman
2012-08-01Start adding support for multiple record tracksGlenn Kasten
2012-07-27Clean up start() parametersGlenn Kasten
2012-07-27Extract methods to enter standby and standby modeGlenn Kasten
2012-07-25Use valueAt instead of editValueAt when possibleGlenn Kasten
2012-07-25effect_descriptor_t const correctnessGlenn Kasten
2012-07-25Fix races in AudioRecord stop()Glenn Kasten
2012-07-20Internal dump methods return void not status_tGlenn Kasten
2012-07-19Use audio_devices_t more placesGlenn Kasten
2012-07-16Don't call virtual methods in destructorGlenn Kasten
2012-07-13Use atomic ops for thread suspend countGlenn Kasten
2012-07-12Add tid parameter to IAudioFlinger::openRecordGlenn Kasten
2012-07-11Remove dead codeGlenn Kasten
2012-07-10Record overflow cleanupGlenn Kasten
2012-07-10Use audio_channel_mask_t more placesGlenn Kasten
2012-07-10Add comments on use of volatile for track countGlenn Kasten
2012-07-10Remove 'volatile' from mMute and add commentsGlenn Kasten
2012-07-10Whitespace and indentationGlenn Kasten
2012-07-09AudioFlinger::getBuffer() always returns non-NULLGlenn Kasten
2012-07-09Only write to mDevice onceGlenn Kasten
2012-07-03Remove debug code HAVE_REQUEST_PRIORITY and SOAKERGlenn Kasten
2012-07-03audioflinger: fix effect disconnect deadlockEric Laurent
2012-07-03Use audio_channel_mask_t more consistentlyGlenn Kasten
2012-07-03Remove longStandbyExitGlenn Kasten
2012-07-03Fix uninitialized field EffectModule::mPinnedGlenn Kasten
2012-07-01am 651f9e7c: am 717e1286: audioflinger: fix auxiliary effect attachmentEric Laurent
2012-06-29audioflinger: fix auxiliary effect attachmentEric Laurent
2012-06-20audioflinger: fix setStreamOutput()Eric 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