summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
Commit message (Expand)AuthorAgeFilesLines
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-264-201/+201
* Fix issue 381905: BassBoostTest CTS tests fail...Eric Laurent2011-10-192-4/+15
* Limit AudioFlinger log.Eric Laurent2011-10-181-3/+7
* Fix issue 5381089: problem with A2DP music volumeEric Laurent2011-10-052-2/+17
* Fix issue 5373658: memory leak in AudioFlinger.Eric Laurent2011-09-271-0/+4
* Fix issue 5355047: Automated effect tests fail.Eric Laurent2011-09-231-1/+10
* AudioResampler: use relative instead of absolute labelsNick Kralevich2011-09-161-8/+8
* Issue 4345021: Audio routed to multiple devices...Eric Laurent2011-09-131-4/+12
* Merge "226483: A2DP connected, but music out to speaker"Eric Laurent2011-08-302-1/+25
|\
| * 226483: A2DP connected, but music out to speakerEric Laurent2011-08-302-1/+25
* | Audioflinger: reverse logic of BT NREC indicationEric Laurent2011-08-292-9/+9
|/
* AudioFlinger: add check for audio HAL init failureEric Laurent2011-08-231-3/+31
* Issue 5081351: isWiredHeadsetOn() permission.Eric Laurent2011-08-121-9/+0
* Don't remove effects on session 0Marco Nelissen2011-08-121-1/+3
* Audio effects: track CPU and memory use separatelyEric Laurent2011-08-114-26/+66
* Keep effects sessions active when the caller dies.Marco Nelissen2011-08-092-28/+192
* Merge "AudioFlinger: protect input/output stream access"Eric Laurent2011-08-082-21/+106
|\
| * AudioFlinger: protect input/output stream accessEric Laurent2011-08-082-21/+106
* | AudioFlinger: disable AEC and NS with BT headsetsEric Laurent2011-08-032-3/+52
* | Audio Effect Framework: add effect suspend/restoreEric Laurent2011-08-022-35/+498
|/
* Fix issue 5090721: audio record brokenEric Laurent2011-07-281-1/+1
* Merge "AudioFlinger: fix crash when deleting pre process."Eric Laurent2011-07-272-15/+27
|\
| * AudioFlinger: fix crash when deleting pre process.Eric Laurent2011-07-262-15/+27
* | Fix issue 4604090: notification sound interrupted.Eric Laurent2011-07-253-14/+132
|/
* Added APIs for audio preprocessingEric Laurent2011-07-252-0/+40
* AudioFlinger: add dump of audio pre processing.Eric Laurent2011-07-242-19/+21
* Fix issue 4988574: 8 bit PCM audio playback broken.Eric Laurent2011-07-211-1/+1
* Audio framework: support for audio pre processingEric Laurent2011-07-184-213/+924
* Merge "Log CPU usage"Glenn Kasten2011-07-152-0/+35
|\
| * Log CPU usageGlenn Kasten2011-07-152-0/+35
* | Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-3/+0
* | Remove the simulator target from all makefiles.Jeff Brown2011-07-111-13/+2
* | Merge "Fix build warning; LOG_TAG was misplaced"Glenn Kasten2011-07-081-2/+2
|\ \
| * | Fix build warning; LOG_TAG was misplacedGlenn Kasten2011-07-081-2/+2
| |/
* | Moved and renamed effect API header filesEric Laurent2011-07-072-1/+4
|/
* Added audio_bytes_per_sample() helper functionEric Laurent2011-06-171-1/+1
* audio: update for audio/audio_policy header names/locationsDima Zavin2011-06-134-4/+4
* Remove dead code related to gettidGlenn Kasten2011-06-032-14/+0
* Use channel mask instead of channel count for track creationJean-Michel Trivi2011-06-014-79/+108
* Removed interface to load audio effects librariesEric Laurent2011-05-272-26/+0
* New effect library APIEric Laurent2011-05-272-79/+8
* Merge "HAVE_ANDROID_OS AUDIOFLINGER_SECURITY_ENABLED dead"Glenn Kasten2011-05-231-20/+0
|\
| * HAVE_ANDROID_OS AUDIOFLINGER_SECURITY_ENABLED deadGlenn Kasten2011-05-051-20/+0
* | Merge "Fix audio effect framework issues"Eric Laurent2011-05-132-28/+55
|\ \
| * | Fix audio effect framework issuesEric Laurent2011-05-132-28/+55
| |/
* | update for new audio.h header locationDima Zavin2011-05-124-4/+4
|/
* audioflinger: don't do work in constructor, instead do it in onFirstRefDima Zavin2011-04-272-2/+15
* audioflinger: enumerate all the possible audio interfacesDima Zavin2011-04-272-129/+230
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-275-509/+626
* audioflinger: move legacy audio hw/policy out to libhardware_legacyDima Zavin2011-04-2711-4813/+0