OSDN Git Service

android-x86/hardware-interfaces.git
7 years agoCamera: remove BINDERIZED flag
Yin-Chia Yeh [Fri, 3 Feb 2017 02:24:26 +0000 (18:24 -0800)]
Camera: remove BINDERIZED flag

No longer needed. This also enable us to switch to
defaultPassthroughImplementation.
Also rename camera device wrapper library to signal it's not a
top level HAL entry.

Test: marlin camera app with passthrough/binderzied mode
Bug: 34817742
Change-Id: I78ad5afbf78b2679be3efe0e82f430958ef6bfea

7 years agoBuild the gatekeeper tests with coverage flags.
Ryan Campbell [Wed, 1 Feb 2017 17:51:19 +0000 (09:51 -0800)]
Build the gatekeeper tests with coverage flags.

Build gatekeeper test with coverage so that coverage can be measured
on coverage runs.

Test: make
Bug: 32021941
Change-Id: I61ad6e975875b3d5f12abe922a81bdff641db5fb

7 years agoMerge "Update gatekeeper makefile with profiler."
Ryan Campbell [Wed, 1 Feb 2017 16:59:41 +0000 (16:59 +0000)]
Merge "Update gatekeeper makefile with profiler."

7 years agoMerge "Remove PowerHint::DISABLE_TOUCH"
Michael Wright [Wed, 1 Feb 2017 16:27:05 +0000 (16:27 +0000)]
Merge "Remove PowerHint::DISABLE_TOUCH"

7 years agoMerge "Camera: add a missing hidl_cb call"
Yin-Chia Yeh [Wed, 1 Feb 2017 08:47:58 +0000 (08:47 +0000)]
Merge "Camera: add a missing hidl_cb call"

7 years agoMerge "Camera: call setCallback before open_legacy"
Yin-Chia Yeh [Wed, 1 Feb 2017 08:47:27 +0000 (08:47 +0000)]
Merge "Camera: call setCallback before open_legacy"

7 years agoMerge "Wi-Fi/NAN HAL/service fixups" am: 7f1c9647b8 am: cc195e0c67 am: 2ea0959e5c
Etan Cohen [Wed, 1 Feb 2017 05:44:24 +0000 (05:44 +0000)]
Merge "Wi-Fi/NAN HAL/service fixups" am: 7f1c9647b8 am: cc195e0c67 am: 2ea0959e5c
am: ab42f95376

Change-Id: I933127293e1d7eabaf507eb1c08ac5ca5a5c6127

7 years agoMerge "Wi-Fi/NAN HAL/service fixups" am: 7f1c9647b8 am: cc195e0c67
Etan Cohen [Wed, 1 Feb 2017 05:41:51 +0000 (05:41 +0000)]
Merge "Wi-Fi/NAN HAL/service fixups" am: 7f1c9647b8 am: cc195e0c67
am: 2ea0959e5c

Change-Id: Ie495df29d6be1a813c13cce19ade9b21fdb8057f

7 years agoMerge "Wi-Fi/NAN HAL/service fixups" am: 7f1c9647b8
Etan Cohen [Wed, 1 Feb 2017 05:39:23 +0000 (05:39 +0000)]
Merge "Wi-Fi/NAN HAL/service fixups" am: 7f1c9647b8
am: cc195e0c67

Change-Id: Ie3a36500aa1901be8a8d9094c45ee6af517e046f

7 years agoMerge "Wi-Fi/NAN HAL/service fixups"
Etan Cohen [Wed, 1 Feb 2017 05:37:22 +0000 (05:37 +0000)]
Merge "Wi-Fi/NAN HAL/service fixups"
am: 7f1c9647b8

Change-Id: I9cf88ab989a4365c15cc3a48aa446e1452e3efe0

7 years agoMerge "Wi-Fi/NAN HAL/service fixups"
Etan Cohen [Wed, 1 Feb 2017 05:33:16 +0000 (05:33 +0000)]
Merge "Wi-Fi/NAN HAL/service fixups"

7 years agoMerge "configstore: add configstore@1.0 HAL"
Jiyong Park [Wed, 1 Feb 2017 04:23:11 +0000 (04:23 +0000)]
Merge "configstore: add configstore@1.0 HAL"

7 years agoMerge "Build VR HIDL service."
TreeHugger Robot [Wed, 1 Feb 2017 04:02:45 +0000 (04:02 +0000)]
Merge "Build VR HIDL service."

7 years agoMerge "Camera: work with vintf toggle."
TreeHugger Robot [Wed, 1 Feb 2017 02:55:20 +0000 (02:55 +0000)]
Merge "Camera: work with vintf toggle."

7 years agoCamera: call setCallback before open_legacy
Yin-Chia Yeh [Wed, 1 Feb 2017 00:00:20 +0000 (16:00 -0800)]
Camera: call setCallback before open_legacy

Some open_legacy implementations require a valid callback.

Test: the failing open_legacy call succeeds
Bug: 34854786
Change-Id: I461c7622bdf46a7cb7febfb7eeeb083288b4af03

7 years agoUpdate gatekeeper makefile with profiler.
Ryan Campbell [Wed, 1 Feb 2017 01:19:53 +0000 (17:19 -0800)]
Update gatekeeper makefile with profiler.

Update gatekeeper makefile.

Test: cd hardware/interfaces; mma
Bug: 34178574
Change-Id: Ifd01ee488890c0680c8792b29e3e42e0ee263ea2

7 years agoIncrease timeout for gatekeeper tests.
Ryan Campbell [Wed, 1 Feb 2017 01:07:02 +0000 (17:07 -0800)]
Increase timeout for gatekeeper tests.

Increase gatekeeper test timeout from 1m to 5m. Remove unnecessary
py files.

Test: make vts; run vts -m HalGatekeeperHidlTargetBasicTest
Bug: 34858043
Change-Id: I654c17f33ebd44c07ebbdc8310329220079a3e36

7 years agoconfigstore: add configstore@1.0 HAL
Jiyong Park [Sat, 14 Jan 2017 10:40:33 +0000 (19:40 +0900)]
configstore: add configstore@1.0 HAL

This change adds configstore@1.0 HAL which provides static configuration values
to the framework. As a first attempt, a configuration item in the
surfaceflinger (VSYNC_EVENT_PHASE_OFFSET_NS) is choosen and converted to
a HAL function named vsyncEventPhaseoffsetNs().

Design doc: go/design-confighal

Bug: 34314793
Test: build & run. make sure that configstore is up and running.
$ ps -A | grep configstore
Change-Id: Ibc70b14176d2e0144a5745d71ceba49ebc3ca706

7 years agoCamera: work with vintf toggle.
Steven Moreland [Wed, 1 Feb 2017 00:05:29 +0000 (16:05 -0800)]
Camera: work with vintf toggle.

Camera is currently compiled separately in passthrough and binderized
modes. Until that is resolved, adding a call to internal hidl logic.

Bug: 34817742
Test: camera starts up and works and respects binderization toggle in
both modes on marlin.
Change-Id: I20733cbc82a68a1da1c4f1b3754aef2887ca718a

7 years agoBuild VR HIDL service.
Craig Donner [Wed, 1 Feb 2017 00:30:53 +0000 (16:30 -0800)]
Build VR HIDL service.

Bug: 31442830
Test: manual
Change-Id: I91ec1d9305f4c0a9b80433b5a208ca059cefc767

7 years agoCamera: add a missing hidl_cb call
Yin-Chia Yeh [Mon, 30 Jan 2017 23:57:45 +0000 (15:57 -0800)]
Camera: add a missing hidl_cb call

Test: no fatal error from calling get_device_1_0
Bug: 30985004
Change-Id: I6f1cfce903773d22ff5bb21a6db98d3f4ffa0697

7 years agoWi-Fi/NAN HAL/service fixups
Etan Cohen [Mon, 30 Jan 2017 21:28:37 +0000 (13:28 -0800)]
Wi-Fi/NAN HAL/service fixups

Fixes related to debugging during integration with
framework. Changes are due to errors in original
definition.

Bug: 32315992
Test: integration (sl4a) tests
Change-Id: I5c427e4d0f8677a611eb6d9abfa641a7f8406e31

7 years agoMerge "Update DRM makefile."
Ryan Campbell [Tue, 31 Jan 2017 21:31:51 +0000 (21:31 +0000)]
Merge "Update DRM makefile."

7 years agoBluetooth: Move AsyncFdWatcher tests to the device am: b43a5b2435 am: 150ff7ba06...
Myles Watson [Tue, 31 Jan 2017 20:43:15 +0000 (20:43 +0000)]
Bluetooth: Move AsyncFdWatcher tests to the device am: b43a5b2435 am: 150ff7ba06 am: c198d27f06
am: c08c7b585d

Change-Id: I94e75691dd9b93340c3dc873b21b281a1efd4865

7 years agoBluetooth: Move AsyncFdWatcher tests to the device am: b43a5b2435 am: 150ff7ba06
Myles Watson [Tue, 31 Jan 2017 20:40:44 +0000 (20:40 +0000)]
Bluetooth: Move AsyncFdWatcher tests to the device am: b43a5b2435 am: 150ff7ba06
am: c198d27f06

Change-Id: Iaef74ade1c51a2b1a4c3b4fa3fc8ed5536805aa5

7 years agoBluetooth: Move AsyncFdWatcher tests to the device am: b43a5b2435
Myles Watson [Tue, 31 Jan 2017 20:38:15 +0000 (20:38 +0000)]
Bluetooth: Move AsyncFdWatcher tests to the device am: b43a5b2435
am: 150ff7ba06

Change-Id: Ia2dfd18d3c8a44bdcb0edc2877daef686f7362a1

7 years agoBluetooth: Move AsyncFdWatcher tests to the device
Myles Watson [Tue, 31 Jan 2017 20:35:44 +0000 (20:35 +0000)]
Bluetooth: Move AsyncFdWatcher tests to the device
am: b43a5b2435

Change-Id: I2b2f98eb96e2a0c8583a5177686f9099ee5102cd

7 years agoBluetooth: Move AsyncFdWatcher tests to the device
Myles Watson [Tue, 31 Jan 2017 20:20:44 +0000 (12:20 -0800)]
Bluetooth: Move AsyncFdWatcher tests to the device

Darwin builds were breaking.

Test: compile, unit tests pass
Change-Id: Ia00f590fe56211e25dff8d3138ebd93a306cf2c6

7 years agoMerge "Camera metadata: Add ENABLE_ZSL control."
Eino-Ville Talvala [Tue, 31 Jan 2017 20:03:01 +0000 (20:03 +0000)]
Merge "Camera metadata: Add ENABLE_ZSL control."

7 years agoMerge "Audio HAL: extensions for new SoC features"
Mikhail Naganov [Tue, 31 Jan 2017 19:38:07 +0000 (19:38 +0000)]
Merge "Audio HAL: extensions for new SoC features"

7 years agoBluetooth: Add a timeout in async_fd_watcher am: 7d42dcad6e am: 92add17f16 am: 406e3c4f24
Myles Watson [Tue, 31 Jan 2017 19:33:40 +0000 (19:33 +0000)]
Bluetooth: Add a timeout in async_fd_watcher am: 7d42dcad6e am: 92add17f16 am: 406e3c4f24
am: 21e4f2e69f

Change-Id: I1307cc5195be07e3d4bf6820228ce55220c90fe4

7 years agoBluetooth: Add a timeout in async_fd_watcher am: 7d42dcad6e am: 92add17f16
Myles Watson [Tue, 31 Jan 2017 19:31:14 +0000 (19:31 +0000)]
Bluetooth: Add a timeout in async_fd_watcher am: 7d42dcad6e am: 92add17f16
am: 406e3c4f24

Change-Id: Ic1a5385095eac7a601541f1e44e9121c32b25145

7 years agoBluetooth: Add a timeout in async_fd_watcher am: 7d42dcad6e
Myles Watson [Tue, 31 Jan 2017 19:29:11 +0000 (19:29 +0000)]
Bluetooth: Add a timeout in async_fd_watcher am: 7d42dcad6e
am: 92add17f16

Change-Id: I4d3b7421997df9b9647e62294e58bfd783d6635a

7 years agoBluetooth: Add a timeout in async_fd_watcher
Myles Watson [Tue, 31 Jan 2017 19:26:39 +0000 (19:26 +0000)]
Bluetooth: Add a timeout in async_fd_watcher
am: 7d42dcad6e

Change-Id: I0086b5ca130b11b296d3fe839c1e099ed4044425

7 years agoMerge "skip on 64-bit ABI"
Keun Soo Yim [Tue, 31 Jan 2017 19:08:49 +0000 (19:08 +0000)]
Merge "skip on 64-bit ABI"

7 years agoAdd vendor-requested parameter to createPlugin
Jeff Tinker [Wed, 25 Jan 2017 19:46:52 +0000 (11:46 -0800)]
Add vendor-requested parameter to createPlugin

A feature in O requires a small change to the
drm HAL: adding a parameter to the createPlugin
method in the DrmFactory.

bug:31306973
Change-Id: Iab0f7ee58103b357f10cf05ea7986a8fc01eebf6

7 years agoBluetooth: Add a timeout in async_fd_watcher
Myles Watson [Wed, 25 Jan 2017 00:51:39 +0000 (16:51 -0800)]
Bluetooth: Add a timeout in async_fd_watcher

Add a timeout to the select call and a callback.
Add unit tests for async_fd_watcher.

Test: unit tests pass
Change-Id: I0076fd52e79aac0d2a9fcceb90aae318d5f0757b

7 years agoMerge "wifi: Fixing Nits" am: 76cf857403 am: 13dedb9197 am: 11239d83f5
Roshan Pius [Tue, 31 Jan 2017 01:20:38 +0000 (01:20 +0000)]
Merge "wifi: Fixing Nits" am: 76cf857403 am: 13dedb9197 am: 11239d83f5
am: 37113b92b7

Change-Id: I1b710e0b9212e262abc6bb9e6cd3fc41be1a8911

7 years agoMerge "wifi: Fixing Nits" am: 76cf857403 am: 13dedb9197
Roshan Pius [Tue, 31 Jan 2017 01:16:09 +0000 (01:16 +0000)]
Merge "wifi: Fixing Nits" am: 76cf857403 am: 13dedb9197
am: 11239d83f5

Change-Id: I2e8257384fc772940350173555eaf2f38f57c656

7 years agoMerge "wifi: Fixing Nits" am: 76cf857403
Roshan Pius [Tue, 31 Jan 2017 01:12:32 +0000 (01:12 +0000)]
Merge "wifi: Fixing Nits" am: 76cf857403
am: 13dedb9197

Change-Id: I56c8b1d21466e1cc8efe7fc9a73a7bd80c952065

7 years agoMerge "wifi: Fixing Nits"
Roshan Pius [Tue, 31 Jan 2017 01:10:36 +0000 (01:10 +0000)]
Merge "wifi: Fixing Nits"
am: 76cf857403

Change-Id: I4cfc3ba7771106a4efb801d5a9d40b4ae2cd4088

7 years agoMerge "wifi: Fixing Nits"
Treehugger Robot [Tue, 31 Jan 2017 01:05:50 +0000 (01:05 +0000)]
Merge "wifi: Fixing Nits"

7 years agoBluetooth: Make Send() send a complete packet am: df765eab60 am: 1daf027d94 am: 0c2f2...
Myles Watson [Tue, 31 Jan 2017 00:51:00 +0000 (00:51 +0000)]
Bluetooth: Make Send() send a complete packet am: df765eab60 am: 1daf027d94 am: 0c2f2e6cfc
am: 741becf25b

Change-Id: I639490a373a5350b65d195752ec0773de63e05da

7 years agoBluetooth: Make Send() send a complete packet am: df765eab60 am: 1daf027d94
Myles Watson [Tue, 31 Jan 2017 00:49:00 +0000 (00:49 +0000)]
Bluetooth: Make Send() send a complete packet am: df765eab60 am: 1daf027d94
am: 0c2f2e6cfc

Change-Id: I094f31f7e7f98669654ed7fb54f3e9d7ba799229

7 years agoBluetooth: Make Send() send a complete packet am: df765eab60
Myles Watson [Tue, 31 Jan 2017 00:46:59 +0000 (00:46 +0000)]
Bluetooth: Make Send() send a complete packet am: df765eab60
am: 1daf027d94

Change-Id: I6af485cb009c69d53e59dd72f2b9723f9c28f856

7 years agoBluetooth: Make Send() send a complete packet
Myles Watson [Tue, 31 Jan 2017 00:44:29 +0000 (00:44 +0000)]
Bluetooth: Make Send() send a complete packet
am: df765eab60

Change-Id: I742da2de02c1205ced2c9c62a28dba22d9060520

7 years agoBluetooth: Check for waiting HAL callbacks am: a7d33b3636 am: 00802c2adb am: 1a9a9321bc
Myles Watson [Tue, 31 Jan 2017 00:39:43 +0000 (00:39 +0000)]
Bluetooth: Check for waiting HAL callbacks am: a7d33b3636 am: 00802c2adb am: 1a9a9321bc
am: 8b2b644d1b

Change-Id: I01f81cdbe26df58fae38fe400eb31f1416e26246

7 years agoBluetooth: Use fixed-size preambles am: 71390182c6 am: a6b8e5af81 am: 8c74ee070f
Myles Watson [Tue, 31 Jan 2017 00:39:40 +0000 (00:39 +0000)]
Bluetooth: Use fixed-size preambles am: 71390182c6 am: a6b8e5af81 am: 8c74ee070f
am: 2d5c719626

Change-Id: Ic6c76a7fa5cd2f80aaf3b89777b6a25453e49d49

7 years agoBluetooth: Clean up some messages am: 8ffcbc7797 am: 257a7d9874 am: ce7ca8910c
Myles Watson [Tue, 31 Jan 2017 00:39:30 +0000 (00:39 +0000)]
Bluetooth: Clean up some messages am: 8ffcbc7797 am: 257a7d9874 am: ce7ca8910c
am: 19e8699702

Change-Id: I813d65e4686f4dede53bb2ff5fdbeda0c0fd35bf

7 years agoBluetooth: Check for waiting HAL callbacks am: a7d33b3636 am: 00802c2adb
Myles Watson [Tue, 31 Jan 2017 00:38:18 +0000 (00:38 +0000)]
Bluetooth: Check for waiting HAL callbacks am: a7d33b3636 am: 00802c2adb
am: 1a9a9321bc

Change-Id: I2d9874d887e399a4b92e9213e9585420aa6fb484

7 years agoBluetooth: Use fixed-size preambles am: 71390182c6 am: a6b8e5af81
Myles Watson [Tue, 31 Jan 2017 00:38:16 +0000 (00:38 +0000)]
Bluetooth: Use fixed-size preambles am: 71390182c6 am: a6b8e5af81
am: 8c74ee070f

Change-Id: Ibfabfe0e48f79c88bea8ddc37e6dfd316356c39a

7 years agoBluetooth: Clean up some messages am: 8ffcbc7797 am: 257a7d9874
Myles Watson [Tue, 31 Jan 2017 00:38:04 +0000 (00:38 +0000)]
Bluetooth: Clean up some messages am: 8ffcbc7797 am: 257a7d9874
am: ce7ca8910c

Change-Id: I196e8c22860e3a80f459d7cde85f9cce8cbf1997

7 years agoBluetooth: Make Send() send a complete packet
Myles Watson [Mon, 30 Jan 2017 17:07:37 +0000 (09:07 -0800)]
Bluetooth: Make Send() send a complete packet

Add the packet type to Send() so that it is called once per packet.

Test: Bluetooth starts/stops and scans
Change-Id: I2ef9c5f9a85d3227d4ff181b6a6931f239f75049

7 years agoBluetooth: Check for waiting HAL callbacks am: a7d33b3636
Myles Watson [Tue, 31 Jan 2017 00:35:41 +0000 (00:35 +0000)]
Bluetooth: Check for waiting HAL callbacks am: a7d33b3636
am: 00802c2adb

Change-Id: Ic6f63235c8f2d946a4447392664c5a56bb667b99

7 years agoBluetooth: Use fixed-size preambles am: 71390182c6
Myles Watson [Tue, 31 Jan 2017 00:35:40 +0000 (00:35 +0000)]
Bluetooth: Use fixed-size preambles am: 71390182c6
am: a6b8e5af81

Change-Id: I128cc310c47198de6ad0ee5629c3b99592355d19

7 years agoBluetooth: Clean up some messages am: 8ffcbc7797
Myles Watson [Tue, 31 Jan 2017 00:35:29 +0000 (00:35 +0000)]
Bluetooth: Clean up some messages am: 8ffcbc7797
am: 257a7d9874

Change-Id: Ib828685b64d701faf93422bfca8452f3c9c9fdc9

7 years agoBluetooth: Check for waiting HAL callbacks
Myles Watson [Tue, 31 Jan 2017 00:33:11 +0000 (00:33 +0000)]
Bluetooth: Check for waiting HAL callbacks
am: a7d33b3636

Change-Id: Id68578c65b30f92c010ec266e04d2f0a21a9d6a8

7 years agoBluetooth: Use fixed-size preambles
Myles Watson [Tue, 31 Jan 2017 00:33:10 +0000 (00:33 +0000)]
Bluetooth: Use fixed-size preambles
am: 71390182c6

Change-Id: I764ed03fcefd7d9f224962d01669001cb6f4d73b

7 years agoBluetooth: Clean up some messages
Myles Watson [Tue, 31 Jan 2017 00:32:58 +0000 (00:32 +0000)]
Bluetooth: Clean up some messages
am: 8ffcbc7797

Change-Id: I77827f09ee695fc71c87350919a54b13d2a8158f

7 years agowifi: Fixing Nits
Roshan Pius [Thu, 26 Jan 2017 01:44:42 +0000 (17:44 -0800)]
wifi: Fixing Nits

Changes in the CL to fix bugs found while integrating
with framework:
1. Added IWifiApIface.setCountryCode()
Bug: 34682168
2. Fixed documentation nits in .hal files.
Bug: 34468218
3. Changed roaming state enum values.
Bug: 34715231
4. Added log for EBUSY in legacyErrorToString()
Bug: 34715469
5. Remove "-Wno-unused parameter" from Android.mk
Bug: 34611289
6. Remove the erroneous |onFailure| callback invocation in wifi.cpp.
7. Add null terminations to strings passed to legacy HAL API's
8. Remove unused |IWifiStaIface.stopDebugPacketFateMonitoring|.

Test: Compiles
Change-Id: If3a3e2f360a378c59dc56b8bbe3a0c6d400b3bd8

7 years agoBluetooth: Check for waiting HAL callbacks
Myles Watson [Tue, 24 Jan 2017 17:09:58 +0000 (09:09 -0800)]
Bluetooth: Check for waiting HAL callbacks

Test: Bluetooth boots, turns on/off
Change-Id: Iad2f359a78c9acbf0fe44740ed0813de462ce57c

7 years agoBluetooth: Use fixed-size preambles
Myles Watson [Tue, 24 Jan 2017 21:34:59 +0000 (13:34 -0800)]
Bluetooth: Use fixed-size preambles

Test: Bluetooth turns on/off finds devices in Settings
Change-Id: Id640f3dbde3f53b31ce62eccf59bbc8d25130388

7 years agoBluetooth: Clean up some messages
Myles Watson [Fri, 20 Jan 2017 18:09:38 +0000 (10:09 -0800)]
Bluetooth: Clean up some messages

Use Info for low-frequency messages.
Print hex for characters.

Test: Bluetooth turns on/off
Change-Id: If1fe20a71287cc91c2a7225488e5d44c7ee4ecee

7 years agoUpdate DRM makefile.
Ryan Campbell [Mon, 30 Jan 2017 18:12:46 +0000 (10:12 -0800)]
Update DRM makefile.

Test: cd hardware/interfaces && mma
Bug: 34801248
Change-Id: I2b3f90863c01ad4a8808a96800d8107123420888

7 years agoMerge "Add coverage to tv_input, tv_cec, and vehicle vts hal tests"
Yuexi Ma [Mon, 30 Jan 2017 16:06:51 +0000 (16:06 +0000)]
Merge "Add coverage to tv_input, tv_cec, and vehicle vts hal tests"

7 years agoMerge "Add enums for 10bit color formats"
Courtney Goeltzenleuchter [Mon, 30 Jan 2017 15:49:52 +0000 (15:49 +0000)]
Merge "Add enums for 10bit color formats"

7 years agoMerge "Fix AP_POWER_STATE property in Vehicle HAL"
TreeHugger Robot [Sat, 28 Jan 2017 09:42:34 +0000 (09:42 +0000)]
Merge "Fix AP_POWER_STATE property in Vehicle HAL"

7 years agoMerge "Adding VMS message type and a structure to the VMS messages."
Asaf Rosenfeld [Sat, 28 Jan 2017 06:12:53 +0000 (06:12 +0000)]
Merge "Adding VMS message type and a structure to the VMS messages."

7 years agoMerge "Add dataspace definition for sensor direct report"
TreeHugger Robot [Sat, 28 Jan 2017 01:56:51 +0000 (01:56 +0000)]
Merge "Add dataspace definition for sensor direct report"

7 years agoMerge "Include what you use." am: c6ce733d24 am: 273d770b79 am: 8f04fc18d8
Dan Albert [Sat, 28 Jan 2017 01:35:25 +0000 (01:35 +0000)]
Merge "Include what you use." am: c6ce733d24 am: 273d770b79 am: 8f04fc18d8
am: 828915fd76

Change-Id: I827edd6fb2739fc98a79fcf9e654cad5f237dc3d

7 years agoMerge "Include what you use." am: c6ce733d24 am: 273d770b79
Dan Albert [Sat, 28 Jan 2017 01:32:54 +0000 (01:32 +0000)]
Merge "Include what you use." am: c6ce733d24 am: 273d770b79
am: 8f04fc18d8

Change-Id: I1176267e71a4f692012b23a2ecdd62c529a40ed5

7 years agoMerge "Include what you use." am: c6ce733d24
Dan Albert [Sat, 28 Jan 2017 01:30:24 +0000 (01:30 +0000)]
Merge "Include what you use." am: c6ce733d24
am: 273d770b79

Change-Id: I111d6ac43ccc152910e59e473504c4a910c8882e

7 years agoMerge "Include what you use."
Dan Albert [Sat, 28 Jan 2017 01:27:54 +0000 (01:27 +0000)]
Merge "Include what you use."
am: c6ce733d24

Change-Id: I2a032e8ed6d10a02a96bc241cbe8805df73265f1

7 years agoMerge "TV Input target-side test"
TreeHugger Robot [Sat, 28 Jan 2017 01:26:48 +0000 (01:26 +0000)]
Merge "TV Input target-side test"

7 years agoMerge "Include what you use."
Treehugger Robot [Sat, 28 Jan 2017 01:25:53 +0000 (01:25 +0000)]
Merge "Include what you use."

7 years agoMerge "Enable loading of treble-based plugins"
Jeff Tinker [Sat, 28 Jan 2017 01:22:18 +0000 (01:22 +0000)]
Merge "Enable loading of treble-based plugins"

7 years agoMerge "Vehicle HAL: add wheeltick property"
TreeHugger Robot [Sat, 28 Jan 2017 00:58:45 +0000 (00:58 +0000)]
Merge "Vehicle HAL: add wheeltick property"

7 years agoFixed typos and incorrect types am: f346766c0c am: cca4aa5b18 am: ed15637786
Jack Yu [Sat, 28 Jan 2017 00:56:34 +0000 (00:56 +0000)]
Fixed typos and incorrect types am: f346766c0c am: cca4aa5b18 am: ed15637786
am: a28e0d5c69

Change-Id: I7342b6d30418f28c8531960e9aad682e625debb9

7 years agoMerge "Removed TODOs from radio hal." am: c5447fce20 am: ca1388166a am: b2cdacaa6e
Sanket Padawe [Sat, 28 Jan 2017 00:56:22 +0000 (00:56 +0000)]
Merge "Removed TODOs from radio hal." am: c5447fce20 am: ca1388166a am: b2cdacaa6e
am: 1ef858b769

Change-Id: I1d7da242ff8297b01241e6de1a0c549924f56f08

7 years agoFixed typos and incorrect types am: f346766c0c am: cca4aa5b18
Jack Yu [Sat, 28 Jan 2017 00:54:03 +0000 (00:54 +0000)]
Fixed typos and incorrect types am: f346766c0c am: cca4aa5b18
am: ed15637786

Change-Id: I5a3a4cc527008a323ebd8b0ed4873a3e0e49bf81

7 years agoMerge "Removed TODOs from radio hal." am: c5447fce20 am: ca1388166a
Sanket Padawe [Sat, 28 Jan 2017 00:53:51 +0000 (00:53 +0000)]
Merge "Removed TODOs from radio hal." am: c5447fce20 am: ca1388166a
am: b2cdacaa6e

Change-Id: Ie26aded569367bb5046011d4b4393dddc501bd08

7 years agoFixed typos and incorrect types am: f346766c0c
Jack Yu [Sat, 28 Jan 2017 00:51:32 +0000 (00:51 +0000)]
Fixed typos and incorrect types am: f346766c0c
am: cca4aa5b18

Change-Id: Iebc365f57c86db42ea6f724af639a56ab1182555

7 years agoMerge "Removed TODOs from radio hal." am: c5447fce20
Sanket Padawe [Sat, 28 Jan 2017 00:51:21 +0000 (00:51 +0000)]
Merge "Removed TODOs from radio hal." am: c5447fce20
am: ca1388166a

Change-Id: Ifd295cd847a1540075ff493d32cf39ea9a5bb1b4

7 years agoFixed typos and incorrect types
Jack Yu [Sat, 28 Jan 2017 00:49:04 +0000 (00:49 +0000)]
Fixed typos and incorrect types
am: f346766c0c

Change-Id: I1f768df471c89783b783684d77fa8f5c6f47b476

7 years agoMerge "Removed TODOs from radio hal."
Sanket Padawe [Sat, 28 Jan 2017 00:48:52 +0000 (00:48 +0000)]
Merge "Removed TODOs from radio hal."
am: c5447fce20

Change-Id: Ib97124740651fbbe7c8dfb205129bbcc7f6ef04f

7 years agoFixed typos and incorrect types
Jack Yu [Fri, 20 Jan 2017 23:36:56 +0000 (15:36 -0800)]
Fixed typos and incorrect types

Fixed typos, incorrect types for bitmap, and comment
alignment.

Test: Build
Merged-In: I51a99fa71877cfe168ee2cf31de702f36f57d013
Change-Id: I51a99fa71877cfe168ee2cf31de702f36f57d013

7 years agoMerge "Removed TODOs from radio hal."
Treehugger Robot [Sat, 28 Jan 2017 00:44:35 +0000 (00:44 +0000)]
Merge "Removed TODOs from radio hal."

7 years agoTV Input target-side test
Shubang [Tue, 24 Jan 2017 23:51:10 +0000 (15:51 -0800)]
TV Input target-side test

Test: make vts; vts-tradefed; run -m HalTvInputHidlTargetTest
Change-Id: Ifd8a178c9d1dde9b8e87ba0ff06aad75a811b420

7 years agoAdding VMS message type and a structure to the VMS messages.
asafro [Thu, 26 Jan 2017 19:37:39 +0000 (11:37 -0800)]
Adding VMS message type and a structure to the VMS messages.

Test: will add set/get values to DefaultHalImpl
Bug: 34465596
Change-Id: I9fded644dc482a5ed429ba1766d9d01b083f9d87

7 years agoMerge "vibrator HAL uses "default" service name"
Steven Moreland [Fri, 27 Jan 2017 23:02:19 +0000 (23:02 +0000)]
Merge "vibrator HAL uses "default" service name"

7 years agovibrator HAL uses "default" service name
Chris Phoenix [Thu, 26 Jan 2017 17:28:58 +0000 (09:28 -0800)]
vibrator HAL uses "default" service name

The getService() and registerAsService() methods of interface objects
now have default parameters of "default" for the service name. HALs
will not have to use any service name unless they want to register
more than one service.

Test: service registers correctly as default

Bug: 33844934
Change-Id: Ic0e9ff98b16bfb66e67222054653b7347442bacb

7 years agoskip on 64-bit ABI
Keun Soo Yim [Fri, 27 Jan 2017 22:01:03 +0000 (14:01 -0800)]
skip on 64-bit ABI

Test: make vts -j30 BUILD_GOOGLE_VTS=true TARGET_PRODUCT=aosp_arm64 &&
vts-tradefed run commandAndExit vts --skip-all-system-status-check
--skip-preconditions --module HalSoundTriggerHidlTargetBasicTest -l INFO
Bug: 34256132

Change-Id: I87a6be02d1d05e06cfce84975d7bcc42434dbc90

7 years agoMerge "remove unused include subdir line from Android.mk file at leaf directory"
TreeHugger Robot [Fri, 27 Jan 2017 01:59:41 +0000 (01:59 +0000)]
Merge "remove unused include subdir line from Android.mk file at leaf directory"

7 years agoAudio HAL: extensions for new SoC features
Mikhail Naganov [Mon, 23 Jan 2017 18:44:14 +0000 (10:44 -0800)]
Audio HAL: extensions for new SoC features

Extend audio channel mask.

Added AC4 format.

Change-Id: I8d365d60127eeea2939fcf6094c5306fa36ab648
Test: make

7 years agoMerge "Use HIDL's memory for shared memory and add wrapper interfaces for IGraphicBuf...
Pawin Vongmasa [Fri, 27 Jan 2017 01:16:32 +0000 (01:16 +0000)]
Merge "Use HIDL's memory for shared memory and add wrapper interfaces for IGraphicBufferProducer."

7 years agoMerge "Add logic to actually read OBD2 sensor properties to VehicleHidlTest"
Enrico Granata [Fri, 27 Jan 2017 01:00:12 +0000 (01:00 +0000)]
Merge "Add logic to actually read OBD2 sensor properties to VehicleHidlTest"

7 years agoremove unused include subdir line from Android.mk file at leaf directory
Yuexi Ma [Fri, 27 Jan 2017 00:04:15 +0000 (16:04 -0800)]
remove unused include subdir line from Android.mk file at leaf directory

Bug: 34695422
Test: make vts
Change-Id: I1f7bcacdd8790f3bb13bc6aa7d80e485db4a4dc4

7 years agoInclude what you use.
Dan Albert [Thu, 26 Jan 2017 23:33:15 +0000 (15:33 -0800)]
Include what you use.

Test: mm
Bug: http://b/34740564
Change-Id: I75cf88b79faf68764f1223e39595d0320d7b682a

7 years agoAdd logic to actually read OBD2 sensor properties to VehicleHidlTest
Enrico Granata [Thu, 19 Jan 2017 23:01:26 +0000 (15:01 -0800)]
Add logic to actually read OBD2 sensor properties to VehicleHidlTest

Test: make vts BUILD_GOOGLE_VTS=true -j32 && vts-tradefed run commandAndExit vts --skip-all-system-status-check --primary-abi-only --skip-preconditions --module VehicleHidlTest -l INFO

Change-Id: I0817823ea00354b27c90bdd412012320868b9e8f

7 years agoEnable loading of treble-based plugins
Jeff Tinker [Tue, 24 Jan 2017 14:58:26 +0000 (06:58 -0800)]
Enable loading of treble-based plugins

Test: gtests passing

bug: 34507158
Change-Id: I712dea8e211e83b36cb103d913405521d55123f5