summaryrefslogtreecommitdiffstats
path: root/btif/src/btif_media_task.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'LA.BF.1.1.3_rb1.11' of git://codeaurora.org/platform/system/bt ...Steve Kondik2016-03-301-1/+2
|\
| * Increase number of semaphores for media workqueueAyan Ghosh2016-02-181-1/+2
* | Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/sy...staging/cm-13.0+r22Steve Kondik2016-03-111-1/+7
|\ \
| * | A2DP task media alarm non-null protectionAjay Panicker2016-01-071-1/+7
| * | Merge "DO NOT MERGE Revert "A2DP SRC offload support"" into mnc-dr1.5-devChris Elliott2015-12-021-43/+3
| |\ \
| | * | DO NOT MERGE Revert "A2DP SRC offload support"Chris Elliott2015-12-021-43/+3
| * | | DO NOT MERGE Revert "Make default SBC bitrate configurable by device."Chris Elliott2015-12-021-5/+3
| |/ /
| * | Make default SBC bitrate configurable by device.Sridhar Vashist2015-12-011-3/+5
| * | A2DP SRC offload supportAbhijit Adsule2015-12-011-3/+43
* | | Merge branch 'LA.BF.1.1.3_rb1.8' of git://codeaurora.org/platform/system/bt i...Steve Kondik2016-01-191-19/+22
|\ \ \ | | |/ | |/|
| * | A2dp logging enhancement for media taskAyan Ghosh2015-12-301-19/+22
* | | Merge branch 'LA.BF.1.1.3_rb1.7' of git://codeaurora.org/platform/system/bt i...Steve Kondik2016-01-081-16/+522
|\| |
| * | Cleanup AV callbacks in BTIF contextAyan Ghosh2015-12-251-9/+18
| * | Split A2dp implementationAyan Ghosh2015-12-011-6/+508
* | | Bluetooth: Change Sampling Frequency to 48 kHzSunny Kapdi2015-11-201-1/+6
|/ /
* | A2DP_Sink: add support for AudioTrackAnubhavGupta2015-10-151-9/+109
* | Fixed the racing condition when we dequeue btif_media_cb.TxAaQLuke Zhang2015-10-061-1/+14
* | Bluetooth: Support for Avrcp 1.3 ControllerAnubhavGupta2015-10-061-12/+19
* | Bluetooth: Use correct Avdtp features.Gaurav Asati2015-10-061-0/+22
* | - change control blocks for each device independently for each HS. - change...Nitin Srivastava2015-10-061-9/+13
* | Limit number of sbc frames to fit into single MTU.Ayan Ghosh2015-10-061-20/+215
* | BT: Audio: Enhance default stack logging for AUDIOrakesh reddy2015-10-061-1/+60
* | A2DP Sink: Close Media Socket on SuspendAnubhavGupta2015-10-061-0/+4
* | Connection management with non scmst capable remoteAnubhav Gupta2015-10-061-4/+8
|/
* Fix a crash for a race condition during Bluetooth shutdownPavlin Radoslavov2015-08-031-1/+13
* Fix TX queue overflow detectionAndre Eisenbach2015-07-241-7/+13
* Fix a crash for a race condition during Bluetooth shutdownPavlin Radoslavov2015-07-221-5/+16
* Override remote suspend flag on local play state changesAnubhav Gupta2015-07-061-2/+28
* Stop media task alarm when task is exitingNitin Arora2015-05-011-0/+6
* Fix build in BT AV_SINK.Rakesh Iyer2015-04-021-2/+2
* Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into mergeEtan Cohen2015-03-311-421/+138
|\
| * Demote, cleanup and extend observed loggingChris Manton2015-03-161-1/+1
| * Use fully qualified path for OSI includes.Sharvil Nanavati2015-03-161-1/+1
| * Add ability to set periodic alarmsZach Johnson2015-03-161-5/+3
| * Remove more GKI code.Sharvil Nanavati2015-03-161-7/+4
| * Remove dependency on GKI tasks from BTIF media task.Sharvil Nanavati2015-03-161-272/+56
| * Remove GKI timersSharvil Nanavati2015-03-161-140/+49
| * Replace bt media GKI task with thread_tChris Manton2015-03-161-15/+29
| * GKI task entry points should have a consistent signature.Sharvil Nanavati2015-03-161-5/+2
| * Eliminate unused 'stack' concept for GKI tasks.Sharvil Nanavati2015-03-161-11/+1
| * Replace mailboxes with fixed queues.Chris Manton2015-03-161-28/+56
| * Enforce GKI API buffer usageChris Manton2015-03-161-10/+10
* | am 335bc32b: Merge "Relax max PCM frames per tick a bit" into lmp-mr1-devAndre Eisenbach2015-01-151-1/+4
|\|
| * Relax max PCM frames per tick a bitAndre Eisenbach2015-01-071-1/+4
* | resolved conflicts for merge of ed0bdd42 to lmp-mr1-dev-plus-aospChih-Hung Hsieh2014-12-111-3/+0
|\ \ | |/ |/|
| * Cleanups needed to make clang happyBernhard Rosenkränzer2014-12-051-3/+0
* | Remove overflow rate limiting when reading A2DP framesAndre Eisenbach2014-11-171-64/+23
|/
* A2DP: Lowering maximum PCM frame limit to avoid audio breaksAndre Eisenbach2014-10-171-6/+7
* Added missing A2DP priority on java alarm serviceMattias Agren2014-10-101-1/+6
* Avoid race condition in SBC encoder initializationAndre Eisenbach2014-09-031-2/+5