Asaf Rosenfeld
0e1b7f5cf7
Merge "Adding a property for a communicating Vehicle Maps Data Service messages. The message will be a protobuf preceded by a some routing data, so using Bytes as type until hybrid types are supported."
2016-12-22 01:09:18 +00:00
Keun Soo Yim
3eb292dee9
Merge "regen makefiles and delete old vts driver build rules"
2016-12-21 22:56:01 +00:00
Jeff Tinker
d06fbd40a5
Merge "Follow up on "Treble HAL interfaces for drm+crypto""
2016-12-21 22:47:03 +00:00
Keun Soo Yim
516e8193b3
regen makefiles and delete old vts driver build rules
...
Test: mma
Change-Id: I71c4fd68ea6d7a2fac2457b87c82c10490dfb05e
2016-12-21 13:25:46 -08:00
Yifan Hong
4162ceee43
Merge "Add test for Java GC for binder objects." am: eb0db2c920 am: b96d0d1f68 am: 92f29042a3
...
am: 7092c9f249
Change-Id: Ia2857326f6e7c74fd49c453bbab2111db25e5ade
2016-12-21 18:53:11 +00:00
asafro
804864f3bf
Adding a property for a communicating Vehicle Maps Data Service messages.
...
The message will be a protobuf preceded by a some routing data, so using
Bytes as type until hybrid types are supported.
Test: it compiles
Change-Id: If98ae0b842b455648e980a474a07a2cee51ef382
2016-12-21 10:34:44 -08:00
Yifan Hong
7092c9f249
Merge "Add test for Java GC for binder objects." am: eb0db2c920 am: b96d0d1f68
...
am: 92f29042a3
Change-Id: I139e031bddeb772c751267f77cf591ec0c697f4e
2016-12-21 18:33:13 +00:00
Yifan Hong
92f29042a3
Merge "Add test for Java GC for binder objects." am: eb0db2c920
...
am: b96d0d1f68
Change-Id: I86d4ba6a9869fd2e0441a7daa823f8758811c2cd
2016-12-21 18:27:12 +00:00
Yifan Hong
b96d0d1f68
Merge "Add test for Java GC for binder objects."
...
am: eb0db2c920
Change-Id: I0e86df487d113d1ff5138732d766c9b67f9e4441
2016-12-21 18:22:12 +00:00
Yifan Hong
eb0db2c920
Merge "Add test for Java GC for binder objects."
2016-12-21 18:17:19 +00:00
Eric Laurent
f6b8df28cf
Merge changes I64f56526,I65c5c7ba
...
* changes:
audio treble HAL: implement methods and structures for stream in MMAP mode
audio: add methods and structures for streamin MMAP mode
2016-12-21 16:30:31 +00:00
Eino-Ville Talvala
f1685e49cc
Merge "camera.device@3.2: Minor updates"
2016-12-21 10:35:51 +00:00
TreeHugger Robot
eb7ef72c87
Merge "Remove VehiclePermisionMode from VHAL"
2016-12-21 02:07:03 +00:00
Yuexi Ma
36148edac4
Merge "update vts driver for vehicle hal"
2016-12-21 01:29:56 +00:00
Eino-Ville Talvala
5e9a175bb1
camera.device@3.2: Minor updates
...
- All usage fields should be bitfields, as should dataspace.
- Remove Stream::maxBuffers. It was accidentally duplicated in the inbound
stream configuration; it's only meant to be set by the HAL in the
output HalStream structures.
- Clarify overrideFormat and usage field documentation.
Test: Compiles
Bug: 32991603
Change-Id: Iac922b439fafc6726ebb6cea5bc0b3dd8921bfa8
2016-12-20 17:28:22 -08:00
Connor O'Brien
f4779d3548
Merge "Add code coverage for boot VTS tests"
2016-12-21 00:24:15 +00:00
Eric Laurent
7deb7dad39
audio treble HAL: implement methods and structures for stream in MMAP mode
...
Bug: 33398120
Test: make marlin-eng with ENABLE_TREBLE true
Change-Id: I64f56526c7c775b03191439188545171b565ef31
2016-12-20 16:18:34 -08:00
Connor O'Brien
4fb7ea5238
Merge "Fix Power VTS test setup code"
2016-12-20 23:20:32 +00:00
TreeHugger Robot
f938ff2124
Merge "Change FMQ header location"
2016-12-20 23:14:42 +00:00
Pavel Maltsev
a833eba9ba
Remove VehiclePermisionMode from VHAL
...
It's not used.
Fix: b/33670724
Test: removed unused code
Change-Id: Ief883ed07639b06ab7a2356583cbe5053f360e68
2016-12-20 14:46:07 -08:00
Connor O'Brien
e1c9075c4c
Merge "Add code coverage for power VTS tests"
2016-12-20 22:25:51 +00:00
Connor O'Brien
a6e34f36c0
Fix Power VTS test setup code
...
Bug: 33757678
Test: make vts; vts-tradefed run vts -m HalPowerHidlTargetTest
Change-Id: Ia6d5073d7df858a5799270f364f989d7fc26690b
Signed-off-by: Connor O'Brien <connoro@google.com >
2016-12-20 13:44:53 -08:00
Eino-Ville Talvala
28308364ca
Merge "camera.device@3.2: Add missing field name to NotifyMsg"
2016-12-20 21:41:59 +00:00
Connor O'Brien
68e9c8e813
Merge "Remove length arg from transmit() in IR HAL" am: 9b37defc5d am: f8d00e309e am: ddd75512f9
...
am: 5dff87853f -s ours
Change-Id: I5f93566d8b354c3dafd29a3f5160a85037ec31a4
2016-12-20 21:30:49 +00:00
Connor O'Brien
5dff87853f
Merge "Remove length arg from transmit() in IR HAL" am: 9b37defc5d am: f8d00e309e
...
am: ddd75512f9
Change-Id: I711fbdd67f8470bd1d28a4152b9a106a8ddf1142
2016-12-20 21:17:47 +00:00
Jeff Tinker
35594ec178
Follow up on "Treble HAL interfaces for drm+crypto"
...
Responding to post-submit feedback on previous CL.
b/32815560
Change-Id: Iaf412dc5c39c0595a0486a1220caf4e1c844e824
Tests: Make completes successfully
2016-12-20 13:13:58 -08:00
Connor O'Brien
ddd75512f9
Merge "Remove length arg from transmit() in IR HAL" am: 9b37defc5d
...
am: f8d00e309e
Change-Id: I4329e73f0773f0b6fa1e6f96dab549c7e8fce025
2016-12-20 20:55:25 +00:00
Eric Laurent
ed9fa0ed01
audio: add methods and structures for streamin MMAP mode
...
Bug: 33398120
Test: make marlin-eng with ENABLE_TREBLE true
Change-Id: I65c5c7ba0a94ba47dca78ace38ef3ae75ea7e3bf
2016-12-20 12:43:18 -08:00
Connor O'Brien
7422ab7e23
Add code coverage for boot VTS tests
...
Test: built and ran tests.
Bug: 32022514
Change-Id: Icec5738317ec3758f432fe0d4f80dd4b19be30ed
Signed-off-by: Connor O'Brien <connoro@google.com >
2016-12-20 12:32:14 -08:00
Connor O'Brien
fe08f754be
Add code coverage for power VTS tests
...
Bug: 32022775
Test: Built and ran tests
Change-Id: If8962d3cac793617e009c429c1c1937ba5073808
Signed-off-by: Connor O'Brien <connoro@google.com >
2016-12-20 12:32:12 -08:00
Connor O'Brien
f8d00e309e
Merge "Remove length arg from transmit() in IR HAL"
...
am: 9b37defc5d
Change-Id: Ia9993df13cfc73dec4ae5587996c2bd3dde8a34c
2016-12-20 18:51:42 +00:00
Connor O'Brien
9b37defc5d
Merge "Remove length arg from transmit() in IR HAL"
2016-12-20 18:28:47 +00:00
Yuexi Ma
392f564d13
update vts driver for vehicle hal
...
Test: local
Change-Id: I99219afc5b4dd71799676a708602ec33f9365355
2016-12-20 09:57:22 -08:00
Hridya Valsaraju
89b5e6b318
Change FMQ header location
...
Bug: 31223612 33295104
Test: make
Change-Id: Ib999317333a13fe205dfa7b198f7edbb6657734b
2016-12-20 07:34:53 -08:00
Ashutosh Joshi
ff40e1f5e8
Merge "Modify ContextHubHAL"
2016-12-20 06:55:08 +00:00
Ashutosh Joshi
81bebcef9f
Merge "Contexthub HAL default implementation and service."
2016-12-20 06:55:08 +00:00
Ashutosh Joshi
1bec86a185
Contexthub HAL default implementation and service.
...
Adds the default context hub hal implementation and service.
Test: Context Hub GTS tests still pass.
Change-Id: I7416ce9ec8efca7f98d2bb63606f030f4e8c8ead
2016-12-19 21:22:27 -08:00
Yifan Hong
d9389bb3d5
Add test for Java GC for binder objects.
...
Test: hidl_test_java
Bug: 33042939
Change-Id: I87d9de63834c617a568f7d1795c901fdd4c6f8e0
2016-12-19 18:17:33 -08:00
Connor O'Brien
d21b200cbe
Merge "Remove length arg from transmit() in IR HAL"
2016-12-20 02:12:00 +00:00
Roshan Pius
86beb71295
Merge "wifi(vts): Add framework for gtests" am: 0849baccc4 am: 5dd791bdc8 am: 0b912a2406
...
am: 3792613e34
Change-Id: I1a2b274a5551ac1c3a72c79f811c8f7ffbc30d49
2016-12-20 01:35:33 +00:00
Roshan Pius
3792613e34
Merge "wifi(vts): Add framework for gtests" am: 0849baccc4 am: 5dd791bdc8
...
am: 0b912a2406
Change-Id: Ib088b4291d687ae9cad00cf2c0879424b14bd9eb
2016-12-20 01:31:33 +00:00
Roshan Pius
0b912a2406
Merge "wifi(vts): Add framework for gtests" am: 0849baccc4
...
am: 5dd791bdc8
Change-Id: If3abee4a9d782b5aaf71ac50f13471889fc84fd8
2016-12-20 01:24:31 +00:00
Eino-Ville Talvala
f651614c69
camera.device@3.2: Add missing field name to NotifyMsg
...
NotifyMsg's message union isn't actually instantiated.
Test: Compiles
Bug: 30985004
Change-Id: I214045208b624a1777ec0bd4353f268e4033166a
2016-12-19 17:18:22 -08:00
Roshan Pius
5dd791bdc8
Merge "wifi(vts): Add framework for gtests"
...
am: 0849baccc4
Change-Id: I953505f699499a3490e5838964a3cff6dc3dcb11
2016-12-20 01:16:23 +00:00
Treehugger Robot
0849baccc4
Merge "wifi(vts): Add framework for gtests"
2016-12-20 01:07:32 +00:00
TreeHugger Robot
5cba88906c
Merge "HwcClient: Fix plane alpha"
2016-12-20 00:56:44 +00:00
Ashutosh Joshi
69e3aa3b1f
Modify ContextHubHAL
...
Change the loadNanoApp signature to take the nanoapp binary as a vector.
Add some clarifications about timing.
Remove redundant parameter hubId from callbacks.
Test: update_makefiles.sh
Change-Id: I48cc0ba0001ac80329ac83148ebefdaa7deaa8bf
2016-12-19 16:52:48 -08:00
Keun Soo Yim
90a7a42ed0
use passthough mode and specify the hwbinder service name
...
Test: mma
Bug: 33552122
Change-Id: I006f08d547facb25a91e1a785d267127faa1bd67
2016-12-20 00:39:25 +00:00
Connor O'Brien
7a4e7eb250
Remove length arg from transmit() in IR HAL
...
The length argument is not necessary since the pattern is
passed to transmit() as a hidl_vec, so remove it.
Test: Built and called new transmit() function.
Merged-in: I4bee4557c2cca6562a43df5e22a7d6b846f20bb4
Change-Id: I4bee4557c2cca6562a43df5e22a7d6b846f20bb4
Signed-off-by: Connor O'Brien <connoro@google.com >
2016-12-19 16:30:02 -08:00
Connor O'Brien
542a11b42b
Remove length arg from transmit() in IR HAL
...
The length argument is not necessary since the pattern is
passed to transmit() as a hidl_vec, so remove it.
Test: Built and called new transmit() function.
Change-Id: I4bee4557c2cca6562a43df5e22a7d6b846f20bb4
Signed-off-by: Connor O'Brien <connoro@google.com >
2016-12-19 16:23:42 -08:00