summaryrefslogtreecommitdiffstats
path: root/btif/src/btif_media_task.c
Commit message (Expand)AuthorAgeFilesLines
* a2dp: Set the default A2DP bitrate to high qualityMichael Brehm2013-03-041-2/+2
* Bluetooth: Change Sampling Frequency to 48 kHzSunny Kapdi2013-01-281-1/+6
* Address type should be UINT8 instead of char for btif_media_check_iop_exceptionsMatthew Xie2012-10-261-1/+1
* Merge "Increase media task encoded buffer queue throw-away threshold from 12 ...Matthew Xie2012-10-261-1/+1
|\
| * Increase media task encoded buffer queue throw-away threshold from 12 to 24Matthew Xie2012-10-261-1/+1
* | Merge "Manage a2dp frame distribution when rate doesn't scale with media tick...Matthew Xie2012-10-261-175/+71
|\ \
| * | Manage a2dp frame distribution when rate doesn't scale with media tickMatthew Xie2012-10-251-175/+71
| |/
* | Bump up priority of a few tasks that could affect a2dpMatthew Xie2012-10-191-0/+3
|/
* Remove frame count offset compensation codeMatthew Xie2012-10-131-1/+2
* Set btif media timer tick to 20 msMattias Agren2012-09-251-54/+41
* Initual Bluetooth open source releaseAndre Eisenbach2012-09-181-39/+10
* BTIF Media task not terminated during BT offKausik Sinnaswamy2012-09-131-3/+3
* configure avdtp signalling timeout to default value (4 secs)Mattias Agren2012-07-251-0/+0
* Ensure we ack back suspend request if we are not ready for itMattias Agren2012-07-141-4/+14
* fixed arithmic overflow issue when calculating frame rate adjustmentMattias Agren2012-07-141-2/+36
* Resolved too strict av state check when a2dp datapath is setupMattias Agren2012-07-141-9/+6
* Reject an incoming a2dp start request if btif is about to disable.Mattias Agren2012-07-141-1/+2
* Resolved uipc task termination issue during bluetooth on/off cycle.Mattias Agren2012-07-141-1/+3
* Ensure UIPC task is fully shutdown upon termination of btif media task.Mattias Agren2012-07-141-10/+26
* Media Task was not getting shutdown due to incorrect event and staleKausik Sinnaswamy2012-07-141-1/+4
* Always check if reconfig is needed prior to starting anMattias Agren2012-07-141-36/+91
* Added handling of AV HAL init if bluetooth not yet enabledMattias Agren2012-07-141-3/+16
* AV rate correction for inaccurate GKI timersHarish Paryani2012-07-141-30/+180
* Added new control and data path interface between audioflinger a2dp HALMattias Agren2012-07-141-97/+519
* AV control and data path addedKausik Sinnaswamy2012-07-141-0/+1726