summaryrefslogtreecommitdiffstats
path: root/media/libmedia/AudioTrack.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Add playback rate to AudioTrackAndy Hung2015-04-091-15/+118
* | Adding explicit routing API to AudioTrackPaul McLean2015-04-081-7/+26
|/
* Reject sample rate changes for fast tracksAndy Hung2015-03-311-3/+7
* set() in AudioRecord and AudioTracks needs no lockGlenn Kasten2015-03-231-2/+1
* LoggingGlenn Kasten2015-03-231-8/+9
* Merge "Fix position when restoring streaming audio track"Andy Hung2015-03-231-1/+1
|\
| * Fix position when restoring streaming audio trackAndy Hung2015-03-201-1/+1
* | Update AudioTrack code to match AudioRecordGlenn Kasten2015-03-231-2/+9
* | namespace does not need a closing semicolonGlenn Kasten2015-03-231-1/+1
* | 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