summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | Check stream type in AudioFlinger::createTrackGlenn Kasten2012-01-171-1/+1
* | | Merge "Fix locking for mMasterVolume and mMute"Glenn Kasten2012-01-171-0/+7
|\ \ \
| * | | Fix locking for mMasterVolume and mMuteGlenn Kasten2012-01-131-0/+7
| |/ /
* | | Merge "Use size_t for frame size"Glenn Kasten2012-01-171-1/+1
|\ \ \
| * | | Use size_t for frame sizeGlenn Kasten2012-01-131-1/+1
| |/ /
* | | Use audio_stream_type_t consistentlyGlenn Kasten2012-01-131-17/+17
|/ /
* | Merge "Use correct type for hardware call state"Glenn Kasten2012-01-111-1/+1
|\ \
| * | Use correct type for hardware call stateGlenn Kasten2012-01-061-1/+1
* | | Merge "By convention const goes before the type specifier"Glenn Kasten2012-01-091-1/+1
|\ \ \
| * | | By convention const goes before the type specifierGlenn Kasten2012-01-061-1/+1
| |/ /
* | | suspended() and isSuspended() are constGlenn Kasten2012-01-051-3/+3
|/ /
* | Use the standard CC_LIKELY and CC_UNLIKELY macrosGlenn Kasten2012-01-051-6/+0
* | Merge "Improve resistance to leaks for ConfigEvent"Glenn Kasten2011-12-151-1/+1
|\ \
| * | Improve resistance to leaks for ConfigEventGlenn Kasten2011-12-151-1/+1
| |/
* | Use NULL not 0 for pointersGlenn Kasten2011-12-151-2/+2
|/
* audioflinger: fix audio skipping over A2DPEric Laurent2011-12-051-2/+1
* audioflinger: fix noise when skipping to next songEric Laurent2011-11-111-1/+8
* Fix issue 381905: BassBoostTest CTS tests fail...Eric Laurent2011-10-191-3/+5
* Fix issue 5381089: problem with A2DP music volumeEric Laurent2011-10-051-0/+1
* Merge "226483: A2DP connected, but music out to speaker"Eric Laurent2011-08-301-1/+5
|\
| * 226483: A2DP connected, but music out to speakerEric Laurent2011-08-301-1/+5
* | Audioflinger: reverse logic of BT NREC indicationEric Laurent2011-08-291-2/+2
|/
* Audio effects: track CPU and memory use separatelyEric Laurent2011-08-111-2/+4
* Keep effects sessions active when the caller dies.Marco Nelissen2011-08-091-5/+26
* Merge "AudioFlinger: protect input/output stream access"Eric Laurent2011-08-081-5/+7
|\
| * AudioFlinger: protect input/output stream accessEric Laurent2011-08-081-5/+7
* | AudioFlinger: disable AEC and NS with BT headsetsEric Laurent2011-08-031-1/+5
* | Audio Effect Framework: add effect suspend/restoreEric Laurent2011-08-021-5/+83
|/
* Merge "AudioFlinger: fix crash when deleting pre process."Eric Laurent2011-07-271-1/+3
|\
| * AudioFlinger: fix crash when deleting pre process.Eric Laurent2011-07-261-1/+3
* | Fix issue 4604090: notification sound interrupted.Eric Laurent2011-07-251-0/+29
|/
* AudioFlinger: add dump of audio pre processing.Eric Laurent2011-07-241-1/+1
* Audio framework: support for audio pre processingEric Laurent2011-07-181-53/+104
* audio: update for audio/audio_policy header names/locationsDima Zavin2011-06-131-1/+1
* Use channel mask instead of channel count for track creationJean-Michel Trivi2011-06-011-20/+24
* Removed interface to load audio effects librariesEric Laurent2011-05-271-4/+0
* New effect library APIEric Laurent2011-05-271-9/+1
* Merge "Fix audio effect framework issues"Eric Laurent2011-05-131-4/+10
|\
| * Fix audio effect framework issuesEric Laurent2011-05-131-4/+10
* | update for new audio.h header locationDima Zavin2011-05-121-1/+1
|/
* audioflinger: don't do work in constructor, instead do it in onFirstRefDima Zavin2011-04-271-0/+2
* audioflinger: enumerate all the possible audio interfacesDima Zavin2011-04-271-12/+32
* audio/media: convert to using the audio HAL and new audio defsDima Zavin2011-04-271-13/+14
* Merge "Bug 3366885 Remove LVMX switch"Glenn Kasten2011-02-031-3/+0
|\
| * Bug 3366885 Remove LVMX switchGlenn Kasten2011-02-031-3/+0
* | Fix issue 3371080Eric Laurent2011-02-031-4/+0
|/
* Fix issue 3157123.Eric Laurent2010-11-191-1/+1
* Audio Effects: fix problems in volume control.Eric Laurent2010-08-311-0/+2
* Fix issue 2929440Eric Laurent2010-08-191-0/+3
* Allow creation of an audio effect on a session with no audio tracks.Eric Laurent2010-07-291-2/+11