summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | am cb2a9671: Fix problem with reloading config of new capture devicesPaul McLean2014-08-141-2/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit 'cb2a96714d561ca594559553ea572c36ac15da30': Fix problem with reloading config of new capture devices
| * | | | | | Fix problem with reloading config of new capture devicesPaul McLean2014-08-131-2/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with same card/device numbers. Bug: 17012657 Change-Id: I7cb50aedc538d8c648e7f66c8e153cf47ce12577
* | | | | | am 43733b61: Fix problem with reloading config of new devices with same ↵Paul McLean2014-08-122-3/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | card/device numbers. * commit '43733b61f2ebcb4a3fcee1863bc97526068dfb4f': Fix problem with reloading config of new devices with same card/device numbers.
| * | | | | Fix problem with reloading config of new devices with same card/device numbers.Paul McLean2014-08-122-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 16981885 Change-Id: I65c6c418ee0d0f42c87379b614f64302d27f8e77
* | | | | | am c26e65e5: Merge "Camera2/3 HAL test: Update tet according createStream ↵Zhijun He2014-08-112-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change" into lmp-dev * commit 'c26e65e56611e1a393ee6d7d0e3d1e43c24cd2bc': Camera2/3 HAL test: Update tet according createStream change
| * | | | | Merge "Camera2/3 HAL test: Update tet according createStream change" into ↵Zhijun He2014-08-112-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | lmp-dev
| | * | | | | Camera2/3 HAL test: Update tet according createStream changeZhijun He2014-08-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14327010 Change-Id: I45d2ab4859ee0cc9273e579254f0569108c748f1
* | | | | | | am fbcdf1bc: Fix typo in mhl hal.Jungshik Jang2014-08-110-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit 'fbcdf1bcdd41c594bd1dd235114b0469cc2f88ca': Fix typo in mhl hal.
| * | | | | | Fix typo in mhl hal.Jungshik Jang2014-08-110-0/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16215362 Change-Id: Ic9d5a127007867ea72b2fa4040b917a2eef3fc39
* | | | | | am acd87dc7: Merge "LE: Add limited advertising duration capability (1/3)" ↵Andre Eisenbach2014-08-081-5/+5
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-dev * commit 'acd87dc7f8643957d35a736b9ff18e9b9d9eeb5f': LE: Add limited advertising duration capability (1/3)
| * | | | | Merge "LE: Add limited advertising duration capability (1/3)" into lmp-devAndre Eisenbach2014-08-061-5/+5
| |\ \ \ \ \
| | * | | | | LE: Add limited advertising duration capability (1/3)Andre Eisenbach2014-08-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I14006aa96758c285a1d88aef12df11cf28598028
* | | | | | | am aaf1051b: Camera2/3 Test: cleanup the testZhijun He2014-08-083-2/+6
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit 'aaf1051bbf31ce5fe0efd5ddee615dd5a805d221': Camera2/3 Test: cleanup the test
| * | | | | | Camera2/3 Test: cleanup the testZhijun He2014-08-073-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Fix the HAL version check 2. Disable some test temporarily as the deprecated tags were used. Bug: 16855498 Change-Id: I9f9dc285a1085b471d03c5a900cc44dd2a7480c3
* | | | | | | am 88740ee5: Merge "CEC: Update mhl header" into lmp-devJinsuk Kim2014-08-060-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '88740ee5a8887854048014cb1f2c1fd9e2a91928': CEC: Update mhl header
| * | | | | | Merge "CEC: Update mhl header" into lmp-devJinsuk Kim2014-08-050-0/+0
| |\ \ \ \ \ \
| | * | | | | | CEC: Update mhl headerJinsuk Kim2014-08-060-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Agreement with MHL consortium mandates that the open source implementation should mention only RAP/RCP/Scratchpad command and their related constant definitions. Also added a new event definition that provides with the capability info of the connected device. Change-Id: I0875e96672720bf2f182ee1d8b4c32437faac930
* | | | | | | | am f66ffe13: Merge "usb audio: fix set_parameters read/write concurrency" ↵Eric Laurent2014-08-061-30/+52
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-dev * commit 'f66ffe1357c27792abeadba4b24fec5e4f4e2bcd': usb audio: fix set_parameters read/write concurrency
| * | | | | | | Merge "usb audio: fix set_parameters read/write concurrency" into lmp-devEric Laurent2014-08-061-30/+52
| |\ \ \ \ \ \ \
| | * | | | | | | usb audio: fix set_parameters read/write concurrencyEric Laurent2014-08-061-30/+52
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not read the ALSA PCM device configuration when playback or capture is active. Do not force ALSA profile update if card and device passed to out/in_set_parameters() do not change. Hold the main HAL lock when closing or opening the ALSA PCM device. Bug: 15520724. Change-Id: I2b6087ed46ce7433de0b6dd8b24ec10de2e55d21
* | | | | | | | am 80c561c5: audio HAL: add parameter to get audio HW sync sourceEric Laurent2014-08-061-0/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '80c561c51b97a9f9be647391574db643a5457226': audio HAL: add parameter to get audio HW sync source
| * | | | | | | audio HAL: add parameter to get audio HW sync sourceEric Laurent2014-08-051-0/+6
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16132368. Change-Id: Id76ce254b73ea11316cc684399de8d9c520c9b9b
* | | | | | | am 08080a6a: Merge "sound_trigger HAL update" into lmp-devEric Laurent2014-08-061-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '08080a6adcd279ccba0ae14a2ef323e061dd2eff': sound_trigger HAL update
| * | | | | | Merge "sound_trigger HAL update" into lmp-devEric Laurent2014-08-051-2/+2
| |\ \ \ \ \ \
| | * | | | | | sound_trigger HAL updateEric Laurent2014-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 12378680. Change-Id: I556cd316cbff3b8d88331319ca0ad65a09aae0f9
* | | | | | | | am d543b1aa: Merge "Add HAL capabilities for GPS Measurements and Navigation ↵destradaa2014-08-051-1/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Messages." into lmp-dev * commit 'd543b1aa63d5340dc998340bd662f7d6ea7f3081': Add HAL capabilities for GPS Measurements and Navigation Messages.
| * | | | | | | Merge "Add HAL capabilities for GPS Measurements and Navigation Messages." ↵destradaa2014-08-041-1/+8
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-dev
| | * | | | | | | Add HAL capabilities for GPS Measurements and Navigation Messages.destradaa2014-08-041-1/+8
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2ed41f2c048cfe82a539b3a4e955305787731a95
* | | | | | | | am 155a542d: Add transport parameter to createBond() function (1/4)Andre Eisenbach2014-08-051-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '155a542da107042d03ec79aafbf06e767cc87d17': Add transport parameter to createBond() function (1/4)
| * | | | | | | Add transport parameter to createBond() function (1/4)Andre Eisenbach2014-08-041-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: I8373ace899444c138907aaecc0f067188b0a7d90
* | | | | | | am a419a8f1: Merge "Remove WAKE_UP_* sensor constants and stringTypes." into ↵Aravind Akella2014-07-311-111/+92
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev * commit 'a419a8f10afcb1b128dc8dac5b9498b273ea8814': Remove WAKE_UP_* sensor constants and stringTypes.
| * | | | | | Merge "Remove WAKE_UP_* sensor constants and stringTypes." into lmp-devAravind Akella2014-07-291-111/+92
| |\ \ \ \ \ \
| | * | | | | | Remove WAKE_UP_* sensor constants and stringTypes.Aravind Akella2014-07-301-111/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iabe4bb064d88d9fcecc1a31e609cb8b77ebdd5ad
* | | | | | | | am e073078b: Incorrect data type. bt_local_le_features_t of wrong sizePrerepa Viswanadham2014-07-301-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e073078b62f9b05944863c90a1ff4b32dbe45f43': Incorrect data type. bt_local_le_features_t of wrong size
| * | | | | | | Incorrect data type. bt_local_le_features_t of wrong sizePrerepa Viswanadham2014-07-301-1/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/16653133 Change-Id: Icd7a3de6161669f4c54c6042bf80314e72f5f0ff
* | | | | | | am 2261658c: Add parameter key and values for hearing aid compatibility modeEric Laurent2014-07-301-0/+6
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '2261658cab029890d57aaf806a51e6277c658bf1': Add parameter key and values for hearing aid compatibility mode
| * | | | | | Add parameter key and values for hearing aid compatibility modeEric Laurent2014-07-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibdbe102bd49dbf228af5d4327b1868849c9d754e
* | | | | | | am 2d2b0145: Merge "Pass multichannel capability to AudioPolicyManager" into ↵Andy Hung2014-07-301-40/+35
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev * commit '2d2b01455d95757094b6fe40d69f616b609a60ef': Pass multichannel capability to AudioPolicyManager
| * | | | | | Merge "Pass multichannel capability to AudioPolicyManager" into lmp-devAndy Hung2014-07-291-40/+35
| |\ \ \ \ \ \
| | * | | | | | Pass multichannel capability to AudioPolicyManagerAndy Hung2014-07-291-40/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifcfe5e9e0c01ccb0e9af25e0c718ea5f04181ae4
* | | | | | | | am 1eb06011: Merge "Add multichannel USB handshaking with AudioFlinger" into ↵Andy Hung2014-07-291-66/+45
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev * commit '1eb06011fdaae68354207f5e22118b57d1bbeaba': Add multichannel USB handshaking with AudioFlinger
| * | | | | | | Merge "Add multichannel USB handshaking with AudioFlinger" into lmp-devAndy Hung2014-07-281-66/+45
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Add multichannel USB handshaking with AudioFlingerAndy Hung2014-07-281-66/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The number of channels can be "forced" using k_force_channels. If the channel count proposed by AudioFlinger is not permitted by the device, it is emulated. Change-Id: Ib20e680c8f95adb84616a4fe52977f659cf4d6ca
* | | | | | | | am a8e54c65: Merge "audio HAL: add parameters to open stream" into lmp-devEric Laurent2014-07-284-27/+34
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a8e54c655045221e9276d9bebd8e4d712a5093d0': audio HAL: add parameters to open stream
| * | | | | | | Merge "audio HAL: add parameters to open stream" into lmp-devEric Laurent2014-07-254-27/+34
| |\ \ \ \ \ \ \
| | * | | | | | | audio HAL: add parameters to open streamEric Laurent2014-07-284-27/+34
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass device address (and audio source for inputs) to open_output_stream() and open_input_stream() audio HAL functions. Bug: 14815883. Change-Id: I5535677db3f3027917a31a7ed5c0a4c6bc013639
* | | | | | | | am 921001dc: Revert "Update comment for send message."Jinsuk Kim2014-07-281-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '921001dcebaaba355feab79657095e42b1e75b20': Revert "Update comment for send message."
| * | | | | | | Revert "Update comment for send message."Jinsuk Kim2014-07-281-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0e956a7cd2dee76b762320c141960ffdb64d24eb. The decision was to revert to the old behavior where retransmission will be handled by HAL for efficiency. Change-Id: If165b60c0408ea1015b83806f6bf21e18b15bc7f
* | | | | | | am 1399b18a: Delete mcu HAL.Jeff Brown2014-07-264-165/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '1399b18a87f57a9d87aaf7ef0e5a9b778afe8847': Delete mcu HAL.
| * | | | | | Delete mcu HAL.Jeff Brown2014-07-264-165/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This HAL was intended to support doze mode but it is currently unused and it's best for it to stay that way. Bug: 16516536 Change-Id: I4f442e27d68f18ff322afd4c1debd2f392687e80