summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | am 357ce00a: Merge "tv_input: more documentation to events" into lmp-mr1-devWonsik Kim2014-10-231-0/+49
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | * commit '357ce00a5b710711066097dad5533131f447fcfb': tv_input: more documentation to events
| | * | | | | | Merge "tv_input: more documentation to events" into lmp-mr1-devWonsik Kim2014-10-231-0/+49
| | |\ \ \ \ \ \
| | | * | | | | | tv_input: more documentation to eventsWonsik Kim2014-10-231-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18047715 Change-Id: I63fd594d3380f92fce3224a258060ca2bf37e79b
* | | | | | | | | am 70fc3d20: am bc19a3de: audio: new parameter key for HW A/V sync ID allocationEric Laurent2014-10-221-3/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '70fc3d208cd0afc2ce32ddc897154eeb6aef7480': audio: new parameter key for HW A/V sync ID allocation
| * | | | | | | | am bc19a3de: audio: new parameter key for HW A/V sync ID allocationEric Laurent2014-10-221-3/+5
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bc19a3de775b6a1e4a5576c6447927637fc3b5b5': audio: new parameter key for HW A/V sync ID allocation
| | * | | | | | | audio: new parameter key for HW A/V sync ID allocationEric Laurent2014-10-201-3/+5
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The HW A/V sync ID is retrieved from the HAL by calling global get_parameters() with key AUDIO_PARAMETER_HW_AV_SYNC. After the output stream is opened, the HW A/V sync ID is communicated by stream set_parameters() with key AUDIO_PARAMETER_STREAM_HW_AV_SYNC. Bug: 17112525. Change-Id: Id1e3a3aa1e88d15461a609b381ca8c1902735a29
* | | | | | | | am e365edde: am 4b6c5155: am 5ff76cb5: am 793a854e: Fix remote submix crash ↵Jean-Michel Trivi2014-10-161-12/+30
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on null sink * commit 'e365eddee20f047d21c4ceedf11ce43c3628cd8e': Fix remote submix crash on null sink
| * | | | | | | am 4b6c5155: am 5ff76cb5: am 793a854e: Fix remote submix crash on null sinkJean-Michel Trivi2014-10-161-12/+30
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '4b6c51550904123892656b3f2074b0bb1714ebe2': Fix remote submix crash on null sink
| | * | | | | | am 5ff76cb5: am 793a854e: Fix remote submix crash on null sinkJean-Michel Trivi2014-10-161-12/+30
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | * commit '5ff76cb59a892a856fa2476bd5bf7c41537b78e1': Fix remote submix crash on null sink
| | | * | | | | am 793a854e: Fix remote submix crash on null sinkJean-Michel Trivi2014-10-151-12/+30
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | | | | | | | | | | | | | | | | * commit '793a854e4547fa43632907a987684cadc93eb5e2': Fix remote submix crash on null sink
| | | | * | | | Fix remote submix crash on null sinkJean-Michel Trivi2014-10-151-12/+30
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "remote submix" HAL uses a MonoPipe instance to "pipe" audio from the sink of this virtual device HAL to its source. The life-cycle of this pipe is: - creation when either the input or output stream is open - destruction when both input and output are closed. Changes are: Fix test for pipe destruction: destroy pipe when both input and output streams are NULL. Count how many read errors went into the logs and cap them so as not to spam the logs when the pipe is not properly set up. Less 'I' logs, 'D' logs instead. When opening input stream, check for non-null sink before checking if it's shutdown. Bug 16653334 Bug 17111907 Change-Id: I634b4192b00f9b74a5109f42242423e9c8cb4c7c
* | | | | | | am eec2349e: am 6b825581: am e914d696: Report multihal is ↵Nick Vaccaro2014-10-111-9/+49
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SENSORS_DEVICE_API_VERSION_1_3 compliant * commit 'eec2349eec4ebc4c8c47f23a2ccc9f7bf025992f': Report multihal is SENSORS_DEVICE_API_VERSION_1_3 compliant
| * | | | | | am 6b825581: am e914d696: Report multihal is SENSORS_DEVICE_API_VERSION_1_3 ↵Nick Vaccaro2014-10-111-9/+49
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compliant * commit '6b82558129eae20fef9ba053c55da3543388dc24': Report multihal is SENSORS_DEVICE_API_VERSION_1_3 compliant
| | * | | | | am e914d696: Report multihal is SENSORS_DEVICE_API_VERSION_1_3 compliantNick Vaccaro2014-10-111-9/+49
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | * commit 'e914d696a95a799bbcca221238a1874f995871ca': Report multihal is SENSORS_DEVICE_API_VERSION_1_3 compliant
| | | * | | | Report multihal is SENSORS_DEVICE_API_VERSION_1_3 compliantNick Vaccaro2014-10-101-9/+49
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore calls to any HALs that are not 1_0 or 1_3 compliant. Fix an unused parameter compiler warning. Bug: 17645248 Change-Id: Ia50f7512dfe35f37973440bba84e1b1b177a7bd3
* | | | | | am 6266cb14: am 9f497870: Merge "Don\'t manually link stlport."Dan Albert2014-09-262-19/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * commit '6266cb147f2c133000e784b67775599feaa43d9d': Don't manually link stlport.
| * | | | | am 9f497870: Merge "Don\'t manually link stlport."Dan Albert2014-09-262-19/+2
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | * commit '9f4978701783942e836aeab526727458e9cb1492': Don't manually link stlport.
| | * | | Merge "Don't manually link stlport."Dan Albert2014-09-262-19/+2
| | |\ \ \
| | | * | | Don't manually link stlport.Dan Albert2014-09-262-19/+2
| | |/ / / | | | | | | | | | | | | | | | Change-Id: Ib5a6e31b3a6dea39b45727a49356fa2838ea77bc
* | | | | am 67aaa866: Merge "Support MONO and STERO USB inputs. Allow "dynamic" flag ↵Paul McLean2014-09-242-46/+34
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | in audio_policy.conf." into lmp-mr1-dev * commit '67aaa86678148ee9fff39b829b6e229cc13c984b': Support MONO and STERO USB inputs. Allow "dynamic" flag in audio_policy.conf.
| * | | | Merge "Support MONO and STERO USB inputs. Allow "dynamic" flag in ↵Paul McLean2014-09-232-46/+34
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | audio_policy.conf." into lmp-mr1-dev
| | * | | Support MONO and STERO USB inputs. Allow "dynamic" flag in audio_policy.conf.Paul McLean2014-09-172-46/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 17526569 Change-Id: I64b00fd338eb937303b41608728a18341ee78820
* | | | | am 4a97c3b3: Remove MHL hal definition.Jungshik Jang2014-09-190-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '4a97c3b307e3250bb5be002606ec14e14e89d5db': Remove MHL hal definition.
| * | | | Remove MHL hal definition.Jungshik Jang2014-09-180-0/+0
| |/ / / | | | | | | | | | | | | | | | | Bug: 17479050 Change-Id: I7e238e09e253d46a552b775b0483215f8f1ae512
* | | | am 5d6ef7aa: usb audio: implement microphone mute.Eric Laurent2014-09-161-0/+10
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '5d6ef7aabe7f84802468315753ec16367750a9dd': usb audio: implement microphone mute.
| * | | usb audio: implement microphone mute.Eric Laurent2014-09-141-0/+10
| | | | | | | | | | | | | | | | | | | | Bug: 17321604. Change-Id: I8e3daf2636dfd5f85d990c0093c52c908064afac
* | | | am 86368ffa: Camera HALs: Promote device HAL v3.2Eino-Ville Talvala2014-09-114-7/+13
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '86368ffadeb8d04a31a3593e6df733d825461609': Camera HALs: Promote device HAL v3.2
| * | | Camera HALs: Promote device HAL v3.2Eino-Ville Talvala2014-09-104-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | And deprecate older HALs. Bug: 17445920 Change-Id: I37a5e53fda3c93080e37ec848f84c702a2c9120b
* | | | am d00a0e0d: sensors.h documentation change.Aravind Akella2014-09-091-8/+13
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit 'd00a0e0d7b3caf17a06212b0e3da35f2307be8ab': sensors.h documentation change.
| * | | sensors.h documentation change.Aravind Akella2014-09-051-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i) on-change sensors should set maxDelay. ii) Drivers should hold a wake_lock till poll() is called the next time when delivering events from wake-up sensors. Change-Id: I4b137843d5c857f04601618548306a710fbfbe5c
* | | | am 050143e8: Merge "Creates interface to dynamically configure GPS. Bug: ↵Tsuwei Chen2014-09-021-2/+30
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | 17110478 Change-Id: I2a053d02e3c198d519d6306809f81ff601169151" into lmp-dev * commit '050143e85e1868b51f1af4d94d5363de84aee660': Creates interface to dynamically configure GPS. Bug: 17110478 Change-Id: I2a053d02e3c198d519d6306809f81ff601169151
| * | | Merge "Creates interface to dynamically configure GPS. Bug: 17110478 ↵Tsuwei Chen2014-09-021-2/+30
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I2a053d02e3c198d519d6306809f81ff601169151" into lmp-dev
| | * | | Creates interface to dynamically configure GPS.Tsuwei Chen2014-08-301-2/+30
| | | | | | | | | | | | | | | | | | | | Bug: 17110478 Change-Id: I2a053d02e3c198d519d6306809f81ff601169151
* | | | | am ac5f1db9: Merge commit \'38014a7c\' into lmp-devGriff Hazen2014-08-291-3/+5
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'ac5f1db9a1d40647d51bfbb94c4bfd01d35b9801': Adding information about the first activation
| * | | | Merge commit '38014a7c' into lmp-devGriff Hazen2014-08-281-3/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/hardware/sensors.h Change-Id: I21517f717761af7f52c003d535e86059ebb75f05
| | * \ \ \ am 74279e3c: Adding information about the first activationVinod Krishnan2014-08-281-3/+5
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '74279e3c23bd62c70d53098be91db85df5a68ece': Adding information about the first activation
| | | * | | | Adding information about the first activationVinod Krishnan2014-08-281-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If5759749c5e6a88dcaf5ab600c9086b056c3908a
* | | | | | | am 484a1e81: Merge "Fix problem with dropouts with multiple USB audio ↵Paul McLean2014-08-285-23/+60
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | streams." into lmp-dev * commit '484a1e8130b248843025a556c45f1c002e5d92d8': Fix problem with dropouts with multiple USB audio streams.
| * | | | | | Merge "Fix problem with dropouts with multiple USB audio streams." into lmp-devPaul McLean2014-08-285-23/+60
| |\ \ \ \ \ \
| | * | | | | | Fix problem with dropouts with multiple USB audio streams.Paul McLean2014-08-285-24/+60
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 17136569 Change-Id: I94bdbe037533a3fd77f249fdd42f4d828d3bf87f
* | | | | | | am f1855aea: Fixing non-playback on USB devices with support for MONO playback.Paul McLean2014-08-282-6/+14
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit 'f1855aead6c6c6a50a02d1447090015a336e4e6c': Fixing non-playback on USB devices with support for MONO playback.
| * | | | | | Fixing non-playback on USB devices with support for MONO playback.Paul McLean2014-08-282-6/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 17136854 Change-Id: Ia0136fa8f9b4789d538b2dccb3f6071ae5062010
* | | | | | am 28867088: Merge "Sensor HAL documentation fix." into lmp-devAravind Akella2014-08-221-0/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * commit '288670882522bfb3f8188c1f1d9d693f017b4fc8': Sensor HAL documentation fix.
| * | | | | Merge "Sensor HAL documentation fix." into lmp-devAravind Akella2014-08-221-0/+2
| |\ \ \ \ \
| | * | | | | Sensor HAL documentation fix.Aravind Akella2014-08-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibc3f643a22163f734ba0ca912f011decf55d9bfa
* | | | | | | am 63340cc1: Merge "Quick hack fix for USB accessory audio support" into lmp-devGlenn Kasten2014-08-211-0/+7
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '63340cc1841bab8e7baa6d40fe55c0d3c2faa072': Quick hack fix for USB accessory audio support
| * | | | | | Merge "Quick hack fix for USB accessory audio support" into lmp-devGlenn Kasten2014-08-211-0/+7
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Quick hack fix for USB accessory audio supportMike Lockwood2014-08-211-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tinyalsa fails to retrieve the correct value for the period count from the f_audio_source driver and tries to use zero instead. This wasn't a problem before because the usb audio HAL used hard coded values that were compatible with the driver. Bug: 16799652 Change-Id: I6f5b907a0699c58b071e9f419ed8e053a7d9dc77
* | | | | | | am 66c4bf0a: Some parameter renaming and comment update in sensors.hEtienne Le Grand2014-08-201-15/+31
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '66c4bf0a0c41187e1071f7ca8ef634edca5f0338': Some parameter renaming and comment update in sensors.h
| * | | | | | Some parameter renaming and comment update in sensors.hEtienne Le Grand2014-08-191-15/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 16818625 Change-Id: Ifcda8cd4e80a7377a6b5b138b9c7a5a2275af153