summaryrefslogtreecommitdiffstats
path: root/media/libmedia/AudioTrack.cpp
Commit message (Expand)AuthorAgeFilesLines
* Declare and initialize in one statementGlenn Kasten2015-03-231-4/+2
* fix flush on HW A/V sync tracksEric Laurent2015-03-091-0/+3
* Allow TRANSFER_OBTAIN to be used for fast tracksGlenn Kasten2015-03-091-1/+3
* AudioTrack::obtainBuffer() now returns number of non-contiguous framesGlenn Kasten2015-03-091-2/+2
* AudioTrack::releaseBuffer parameter is const *Glenn Kasten2015-03-091-1/+1
* AudioTrack obtain/release buffer commentsGlenn Kasten2015-03-091-0/+1
* Change AudioTrack resampling buffers from 3 to 2Andy Hung2015-02-061-59/+23
* Allow AUDIO_FORMAT_PCM_8_BIT AudioTrack buffersAndy Hung2015-01-141-46/+15
* Fix cumulative error in setPositionNotificationPeriodAndy Hung2015-01-071-2/+3
* Event driven wake for AudioTrackThread notification changesAndy Hung2015-01-061-2/+25
* Improve AudioTrack EVENT_LOOP_END and EVENT_BUFFER_END accuracyAndy Hung2015-01-061-11/+40
* Fix loop and position restoration in static AudioTracksAndy Hung2015-01-061-27/+26
* Fix loop and position setting in static AudioTracksAndy Hung2015-01-051-16/+21
* am d33712d7: am 145cf5d8: Merge "audioflinger: implement pause/resume for dir...Eric Laurent2014-12-171-0/+5
|\
| * audioflinger: implement pause/resume for direct outputsEric Laurent2014-12-161-0/+5
* | am c49d9cda: am 2dda40d6: Merge "audio policy: add support for custom mixes" ...Eric Laurent2014-12-101-0/+8
|\ \ | |/
| * audio policy: add support for custom mixesEric Laurent2014-12-091-0/+8
| * Track volume should be maintained even if track is restoredseunghak.han2014-12-051-1/+5
* | am bde85d05: am 5458756a: Merge "Track volume should be maintained even if tr...Glenn Kasten2014-12-021-1/+5
|\ \
| * | Track volume should be maintained even if track is restoredseunghak.han2014-12-011-1/+5
* | | am 390ef843: am f20c4356: Merge "AudioRecord: use audio attributes instead of...Eric Laurent2014-11-271-1/+5
|\ \ \ | | |/ | |/|
| * | AudioRecord: use audio attributes instead of audio source.Eric Laurent2014-11-251-1/+5
* | | am bf14c62e: am 72bf901c: Merge "audio policy: new getOutputForAttr() prototy...Eric Laurent2014-11-261-177/+25
|\ \ \ | |/ /
| * | Merge "audio policy: new getOutputForAttr() prototype." into lmp-mr1-devEric Laurent2014-11-261-177/+25
| |\ \
| | * | audio policy: new getOutputForAttr() prototype.Eric Laurent2014-11-251-177/+25
* | | | am 1e18795a: am d325005e: Merge "Fix AudioTrack loop mode to play audio from ...Andy Hung2014-11-261-2/+1
|\ \ \ \ | |/ / /
| * | | Merge "Fix AudioTrack loop mode to play audio from buffer start" into lmp-mr1...Andy Hung2014-11-251-2/+1
| |\ \ \ | | |/ / | |/| |
| | * | Fix AudioTrack loop mode to play audio from buffer startAndy Hung2014-11-241-2/+1
* | | | am 1a475921: am 223fd5c9: audio: new routing strategies and stream typesEric Laurent2014-11-261-1/+1
|\ \ \ \ | |/ / /
| * | | audio: new routing strategies and stream typesEric Laurent2014-11-211-1/+1
| |/ /
* | | am bfa77b5c: am 8cd37d67: Merge "audio policy: do not prevent routing to A2DP...Eric Laurent2014-11-181-0/+5
|\ \ \ | |/ /
| * | audio policy: do not prevent routing to A2DP when suspended.Eric Laurent2014-11-171-0/+5
* | | resolved conflicts for merge of e78a27ca to lmp-mr1-dev-plus-aospMarco Nelissen2014-11-171-3/+3
|\ \ \ | |/ / |/| / | |/
| * Update calls to IInterface::asBinder()Marco Nelissen2014-11-171-3/+3
* | remove AudioSystem::getOutputSamplingRateForAttr()Eric Laurent2014-11-121-15/+15
* | Improve AudioTrack recovery from mediaserver deathGlenn Kasten2014-11-051-1/+1
* | Merge "audio: fix talkback why alarm is playing" into lmp-mr1-devEric Laurent2014-11-041-4/+11
|\ \
| * | audio: fix talkback why alarm is playingEric Laurent2014-11-031-4/+11
| |/
* | Support speaker routing for FLAG_BEACONJean-Michel Trivi2014-10-311-2/+10
|/
* Fix AudioTrack retrograde getPosition when restoring tracksAndy Hung2014-10-171-1/+4
* AudioTrack: fix AudioTrackThread crash upon exitEric Laurent2014-10-071-0/+3
* audio: fix stream type for accessibility usageEric Laurent2014-09-251-1/+8
* Reduce log spam from getTimestamp errorsGlenn Kasten2014-09-191-1/+1
* Fix AudioTrack offloaded timestamp handling.Andy Hung2014-09-171-5/+93
* Clean up AudioTrack position and timestamp handlingGlenn Kasten2014-09-111-18/+73
* Extend downsampling ratios greater than 2:1Andy Hung2014-08-111-4/+4
* Support for audio attributes on audio output of media playerJean-Michel Trivi2014-07-011-5/+7
* libmedia: 64-bit compile warningsMark Salyzyn2014-06-201-14/+15
* AudioTrack: add support for compressed audioEric Laurent2014-06-191-15/+52
* AudioPolicyManager: return output for audio attributesJean-Michel Trivi2014-06-181-9/+6