summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | am 3497d7ff: Merge "Refactor USB HAL (audio_hw.c)" into lmp-devPaul McLean2014-07-2510-780/+1462
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '3497d7ffd97ec7f6316e8fff07215bab22036ea9': Refactor USB HAL (audio_hw.c)
| * | | | | | Merge "Refactor USB HAL (audio_hw.c)" into lmp-devPaul McLean2014-07-2410-780/+1462
| |\ \ \ \ \ \
| | * | | | | | Refactor USB HAL (audio_hw.c)Paul McLean2014-07-2510-780/+1462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring alsa device attributes to alsa_device_profile.h/.c Refactoring alsa device state to alsa_device_proxy.h/.c Refactoring format functions into format.h/.c Refactoring logging functions into logging.h/.c Sundry (and extensive) code cleanup Reworked locking on out_write() and in_read() to allow simultaneous input/output Bug: 15986827, 15856702, 12833166 Change-Id: I82c8d0ef252b2f95ee23f263dc175f4c883bfd64
* | | | | | | | am 7ba637d3: Merge "Add HAL module ID for BCM2079x." into lmp-devMartijn Coenen2014-07-251-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '7ba637d365f9799db9f90a65f9bd4b27d0f016b9': Add HAL module ID for BCM2079x.
| * | | | | | | Merge "Add HAL module ID for BCM2079x." into lmp-devMartijn Coenen2014-07-241-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Add HAL module ID for BCM2079x.Martijn Coenen2014-07-241-0/+1
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16542494 Change-Id: Ia03f981d134e0f4f2de909f8ab158b28931a1dc0
* | | | | | | | am cf24218d: Merge "Camera: Define error codes for remaining camera_module ↵Eino-Ville Talvala2014-07-251-2/+41
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | methods." into lmp-dev * commit 'cf24218d6c17a07fa79d8935843a8ced8aa5e6b2': Camera: Define error codes for remaining camera_module methods.
| * | | | | | | Merge "Camera: Define error codes for remaining camera_module methods." into ↵Eino-Ville Talvala2014-07-241-2/+41
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev
| | * | | | | | | Camera: Define error codes for remaining camera_module methods.Eino-Ville Talvala2014-07-241-2/+41
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not previously documented, though already assumed to be this. Bug: 16514157 Change-Id: I9334fdf672c9772014681a5c346a6f20b51d8213
* | | | | | | | am 47aadaec: update struct-offset.cpp test for hwc 1.4Greg Hackmann2014-07-241-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '47aadaec2850744046f50eebd8dd40fcfe2b9b02': update struct-offset.cpp test for hwc 1.4
| * | | | | | | update struct-offset.cpp test for hwc 1.4Greg Hackmann2014-07-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I882a1741ad473492d4acc58918a54d944ac382c3 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* | | | | | | | am 26eae603: Merge "gralloc: add GRALLOC_USAGE_CURSOR flag" into lmp-devGreg Hackmann2014-07-241-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '26eae603d336d8ef649566c4bb699d50e8eda681': gralloc: add GRALLOC_USAGE_CURSOR flag
| * | | | | | | Merge "gralloc: add GRALLOC_USAGE_CURSOR flag" into lmp-devGreg Hackmann2014-07-241-0/+3
| |\ \ \ \ \ \ \
| | * | | | | | | gralloc: add GRALLOC_USAGE_CURSOR flagGreg Hackmann2014-07-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On many devices, hardware cursors have stricter layout constraints than other overlays. GRALLOC_USAGE_CURSOR indicates a buffer may be used as a cursor; byte order and padding should be chosen accordingly. GRALLOC_USAGE_CURSOR must not cause allocation failure. If the requested properties (dimensions, format, other usage flags, etc.) aren't compatible with the device's cursor hardware, the implementation must allocate the buffer anyway, acting as if GRALLOC_USAGE_CURSOR were not specified. Change-Id: I7d66e8d7c953421d996c5def3257d408f91962f4 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* | | | | | | | | am 805da7f1: Add interface for doing asynchonous cursor layer updates to ↵Riley Andrews2014-07-242-7/+56
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hwcomposer * commit '805da7f1ef2409d37addd4dfcf9ba96de4907064': Add interface for doing asynchonous cursor layer updates to hwcomposer
| * | | | | | | | Add interface for doing asynchonous cursor layer updates to hwcomposerRiley Andrews2014-07-242-7/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If2ab523b400cfb586c8e1fed98f2ebe3538c0419
* | | | | | | | | am 6944165c: Merge "Fix typo in sensor type using an already defined ↵destradaa2014-07-241-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constant." into lmp-dev * commit '6944165cc834282f0e6021922cc4868b92734f3e': Fix typo in sensor type using an already defined constant.
| * | | | | | | | Merge "Fix typo in sensor type using an already defined constant." into lmp-devdestradaa2014-07-231-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Fix typo in sensor type using an already defined constant.destradaa2014-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I209d9191456dc6c1ef2eb695c9a8348a18504a8d
* | | | | | | | | am 5d8cc2c0: LE energy info featureSatya Calloji2014-07-232-4/+28
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5d8cc2c0b0a2436871e985ae5429066be8ee9050': LE energy info feature
| * | | | | | | | LE energy info featureSatya Calloji2014-07-232-4/+28
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Header changes for energy info feature Change-Id: Ic341ad9089b444960c36beff726fa9ddb5c901a2
* | | | | | | | am 9bc3756e: Add uncertainty for GPS received tow field. b/16463499destradaa2014-07-221-0/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '9bc3756e1e56e0d8c14e4b519777d905b067294b': Add uncertainty for GPS received tow field. b/16463499
| * | | | | | | Add uncertainty for GPS received tow field.destradaa2014-07-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/16463499 Change-Id: Ib8ddd092f3da8295345524846e3ea0bcce59ccc2
* | | | | | | | am e2951ce5: Merge "Update comment for send message." into lmp-devJungshik Jang2014-07-211-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e2951ce533b62f7db757dd8a034c31a39ae14255': Update comment for send message.
| * | | | | | | Merge "Update comment for send message." into lmp-devJungshik Jang2014-07-171-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Update comment for send message.Jungshik Jang2014-07-211-1/+1
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HAL should not handle retransmission because it's handled by hdmi control service. Change-Id: I0daf1baf6f87805e2049ff84c6f8c2cace76dba2
* | | | | | | am 25e30568: Merge "Update GPS measurement HAL definition." into lmp-devdestradaa2014-07-211-28/+115
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '25e30568ef1a405f231085ae8bcdea2d711130d4': Update GPS measurement HAL definition.
| * | | | | | Merge "Update GPS measurement HAL definition." into lmp-devdestradaa2014-07-211-28/+115
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Update GPS measurement HAL definition.destradaa2014-07-171-28/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/16374800 Change-Id: I39602e4b7dedeca5de866cdb996887ae53d5aa9d
* | | | | | | am 49dba7f6: Reorder hardware types & remove verbose commentsWonsik Kim2014-07-211-8/+13
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '49dba7f665da5002686e7616845dde35ef393b69': Reorder hardware types & remove verbose comments
| * | | | | | Reorder hardware types & remove verbose commentsWonsik Kim2014-07-191-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorder hardware types so that older types comes first roughly. This would make it more natural to add newer hardware types as they come. In addition, remove verbose comments where the meaning is obvious from the name. Change-Id: I275e9e608c8c2392e3f7ec2c5d81743059f2d36b
* | | | | | | am 70228784: Add new HWC_POWER_MODE_DOZE_SUSPEND power state.Jeff Brown2014-07-212-6/+21
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '70228784ecfc0b23148c8d9659aafdffd6d4f240': Add new HWC_POWER_MODE_DOZE_SUSPEND power state.
| * | | | | | Add new HWC_POWER_MODE_DOZE_SUSPEND power state.Jeff Brown2014-07-182-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ice194315bc51ca25732c9e30c809bd6b39f3718f
* | | | | | | am 3c36ecd3: Merge "LE: Add connection parameter update request API (1/4)" ↵Andre Eisenbach2014-07-181-0/+4
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-dev * commit '3c36ecd3fa2379d89f86048d84d71ab2c012d1a3': LE: Add connection parameter update request API (1/4)
| * | | | | | Merge "LE: Add connection parameter update request API (1/4)" into lmp-devAndre Eisenbach2014-07-171-0/+4
| |\ \ \ \ \ \
| | * | | | | | LE: Add connection parameter update request API (1/4)Andre Eisenbach2014-07-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I90955b5e1640f7025e864ac9227af6ad8ba5ca77
* | | | | | | | am 5cf82940: Merge "Move channel expansion/contraction functions to ↵Paul McLean2014-07-182-259/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio_utils/channels.h/.c" into lmp-dev * commit '5cf829402a4e5d1e3d88210267c6452bc21fb52f': Move channel expansion/contraction functions to audio_utils/channels.h/.c
| * | | | | | | Merge "Move channel expansion/contraction functions to ↵Paul McLean2014-07-172-259/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | audio_utils/channels.h/.c" into lmp-dev
| | * | | | | | Move channel expansion/contraction functions to audio_utils/channels.h/.cPaul McLean2014-07-162-259/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I967a062f6c1cb5ae6acb6e92f4f3df00a0336733
* | | | | | | | am 5a5d0d0b: Add glance gesture for doze mode.Jeff Brown2014-07-181-0/+25
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '5a5d0d0b13bf838791e4a6320ffd414a59f14921': Add glance gesture for doze mode.
| * | | | | | | Add glance gesture for doze mode.Jeff Brown2014-07-171-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2daa13e74d2183247c314c15ee283b7a6c20bc22
* | | | | | | | am 522f0a8d: Merge "Define SENSOR_TYPE_PICK_UP_GESTURE." into lmp-devAravind Akella2014-07-171-1/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '522f0a8d8da95b27a04af50efde8ab95f1e3be53': Define SENSOR_TYPE_PICK_UP_GESTURE.
| * | | | | | | Merge "Define SENSOR_TYPE_PICK_UP_GESTURE." into lmp-devAravind Akella2014-07-171-1/+12
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Define SENSOR_TYPE_PICK_UP_GESTURE.Aravind Akella2014-07-171-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I122f37f5625a2acc3912ad37bdf8717ae2f31b6f
* | | | | | | | am 8baaa51e: Add audio_input_flags_t to HAL open_input_streamGlenn Kasten2014-07-174-4/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '8baaa51e7d22af3eca4a0170a66401af3ea863e7': Add audio_input_flags_t to HAL open_input_stream
| * | | | | | | Add audio_input_flags_t to HAL open_input_streamGlenn Kasten2014-07-164-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3519bfa45809e064d19473ebe6489c5249d306a8
* | | | | | | | am bb47e9dd: Marking invalid PCM formats with PCM_FORMAT_INVALID, shrinking ↵Paul McLean2014-07-161-51/+52
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | format table. * commit 'bb47e9dd3bd963d9bbe29317e9702aafd4727043': Marking invalid PCM formats with PCM_FORMAT_INVALID, shrinking format table.
| * | | | | | | Marking invalid PCM formats with PCM_FORMAT_INVALID, shrinking format table.Paul McLean2014-07-161-51/+52
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: I57da4ed85fe128e88e63c03be4fe836f8de76ac8
* | | | | | | am 03c60efb: Support for 32-bit data conversions.Paul McLean2014-07-161-39/+215
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * commit '03c60efbbd3010496c0a3a404faf737a93d45bbf': Support for 32-bit data conversions.
| * | | | | | Support for 32-bit data conversions.Paul McLean2014-07-151-39/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I18d955d9b2df99744ae6211bdb924c679ea7a617