Commit graph

1050 commits

Author SHA1 Message Date
Felipe Leme
6a276ba842 Passing title to libdumpstateutil functions.
BUG: 31982882

Test: built and ran it

Change-Id: Icf09ca272b072c78794855157f13be8cafdb6a47
2016-11-28 13:44:30 -08:00
Steven Moreland
acdce90fdd Merge "Update makefiles for logging." am: 2fe5762cae am: 007e4f5516 am: 2a523150df
am: 80a06a35e3

Change-Id: I17ad0b71f001a3db89656743dc49680578e98a1a
2016-11-25 18:26:17 +00:00
Steven Moreland
80a06a35e3 Merge "Update makefiles for logging." am: 2fe5762cae am: 007e4f5516
am: 2a523150df

Change-Id: I93446fa1ff57c08d1a408d577862f1843796c9e6
2016-11-25 18:22:45 +00:00
Steven Moreland
2a523150df Merge "Update makefiles for logging." am: 2fe5762cae
am: 007e4f5516

Change-Id: I9b6d00eafd4223a8ce82f0d2da89aec720f354a0
2016-11-25 18:20:50 +00:00
Steven Moreland
007e4f5516 Merge "Update makefiles for logging."
am: 2fe5762cae

Change-Id: I2f85a37a4cb7178aecd48eb63ca6fa7e7d715917
2016-11-25 18:18:50 +00:00
Treehugger Robot
2fe5762cae Merge "Update makefiles for logging." 2016-11-24 16:41:20 +00:00
Keun Soo Yim
80336410ed Merge "use svc nfc enable/disable which is always the same." 2016-11-24 15:43:00 +00:00
Martijn Coenen
85a8ffe943 Add liblog to gatekeeper.
Bug: 32943424
Test: mma
Change-Id: Ia543c20230967aa768266d31d058fc2330e4962d
2016-11-24 13:41:27 +01:00
Keun Soo Yim
84b91e04f8 Merge "increase the thermal hal timeout to 5m" 2016-11-24 01:26:31 +00:00
Keun Soo Yim
e977d80bb0 use svc nfc enable/disable which is always the same.
Test: run vts-hal-hidl
Change-Id: I347ff0ad92dfc39c9b97fefb8afb4d05aa883aa5
2016-11-23 22:44:05 +00:00
Colin Cross
94a069e8dc Use newly introduced hidl_handle in DumpstateDefault
The dumpstate hal passes a hild_handle, but DumpstateDefault was
expecting a native_handle_t*.  This was exposed when
Id7dbc646b50f132e240bfbba719a2d36585ccc35 caused the Android.mk
file to be picked up.

Bug: 31982882
Bug: 32089785
Test: builds
Change-Id: I48c84b6d19a93ceb0641be517f378fd6aba45962
2016-11-22 21:33:24 -08:00
TreeHugger Robot
59fa619e21 Merge "Update makefiles for logging." 2016-11-23 04:07:23 +00:00
Alexey Polyudov
16e6755d51 Merge changes from topic 'hidl-gk'
* changes:
  gatekeeper HIDL HAL definition
  vts: make sure all Android.mk are found
2016-11-23 02:37:57 +00:00
TreeHugger Robot
e1a02944a8 Merge "Functional tests for lights hal." 2016-11-23 02:03:20 +00:00
Steven Moreland
52b91c045b Update makefiles for logging.
Bug: 32943424
Test: pass
Change-Id: I1fc84c8f7b634bd3a6cfeb6c38c76842f90ac656
2016-11-22 17:59:33 -08:00
Steven Moreland
eccc0081c8 Remove HIDL_GENERATED from things written by hand. am: 33e87b8a76 am: 8b6a886d60 am: 35460073b3
am: 6817b001f1

Change-Id: Ied2a612dbeac019fa764eeb8375d6e68f0ff7e66
2016-11-23 01:51:19 +00:00
Steven Moreland
6817b001f1 Remove HIDL_GENERATED from things written by hand. am: 33e87b8a76 am: 8b6a886d60
am: 35460073b3

Change-Id: Iae652c54907c7aee1f1663bea2a48233fa7630de
2016-11-23 01:43:44 +00:00
Steven Moreland
35460073b3 Remove HIDL_GENERATED from things written by hand. am: 33e87b8a76
am: 8b6a886d60

Change-Id: Ic6b2701ff122159144eefd6e90d497a997978e7e
2016-11-23 01:41:44 +00:00
Steven Moreland
8b6a886d60 Remove HIDL_GENERATED from things written by hand.
am: 33e87b8a76

Change-Id: Ib5c70daafd8d5bfa8454a4a0e05c858a3e9a393a
2016-11-23 01:39:14 +00:00
Steven Moreland
33e87b8a76 Remove HIDL_GENERATED from things written by hand.
find . -name "*.h" -exec sed -i 's/HIDL_GENERATED_\(.*\)_H_/\U\1_H/g' {}
+

They now match what would be generated by -Lc++-impl. This prevents
confusion over whether or not the files are autogenerated.

Test: pass
Change-Id: I2c9d7887f6d6bdaa19a5c4bfcf02ee3d1dbc81d1
2016-11-22 15:34:39 -08:00
Steven Moreland
cbf2fa03dd Functional tests for lights hal.
Bug: 32022457
Test: light_hidl_hal_test
Change-Id: I28650ec69349dda82217e8db1b954a507cc264e5
2016-11-22 23:23:12 +00:00
Alexey Polyudov
586a32fa67 gatekeeper HIDL HAL definition
Change-Id: I8224ba28abec42cfaea26b147acbcd1a27e09a9b
Signed-off-by: Alexey Polyudov <apolyudov@google.com>
2016-11-22 14:50:13 -08:00
Alexey Polyudov
803a462836 vts: make sure all Android.mk are found
Test: build passes

Bug: 32783461
Change-Id: Id7dbc646b50f132e240bfbba719a2d36585ccc35
Signed-off-by: Alexey Polyudov <apolyudov@google.com>
2016-11-22 14:37:13 -08:00
TreeHugger Robot
a3bea86013 Merge "Initial definition of the Dumpstate HIDL interfaces." 2016-11-22 22:33:27 +00:00
Martijn Coenen
7b7a0d7e09 Use newly introduced hidl_handle. am: 403161ab73 am: 14c4d0da66 am: a01c7cd6d7
am: 85e489167b

Change-Id: Icce5cb093b14849a5676592c1fbb2c5148aa7fb2
2016-11-22 17:58:28 +00:00
Steven Moreland
bbff14d4bb Merge "Update makefiles for logging." 2016-11-22 17:25:36 +00:00
Keun Soo Yim
69431a4f68 increase the thermal hal timeout to 5m
Test: vts-tradefed; run vts-hal-hidl
Change-Id: I66e36d24a8a55b2b61797b8cadc18b5891d5a051
2016-11-22 08:58:18 -08:00
Keun Soo Yim
b74aac8107 Merge "move VTS HIDL HAL tests to the corresponding interface directories" 2016-11-22 16:41:27 +00:00
Martijn Coenen
85e489167b Use newly introduced hidl_handle. am: 403161ab73 am: 14c4d0da66
am: a01c7cd6d7

Change-Id: I1589ba4d11ffa9a8a2ef7049a763bb345498889e
2016-11-22 15:03:05 +00:00
Martijn Coenen
a01c7cd6d7 Use newly introduced hidl_handle. am: 403161ab73
am: 14c4d0da66

Change-Id: Ia6cca0328196d8b893fa99a4505efc6dfd3ef0ed
2016-11-22 15:01:04 +00:00
Martijn Coenen
14c4d0da66 Use newly introduced hidl_handle.
am: 403161ab73

Change-Id: Ic5344ae123ef0c9b233eb31e6b9cd33be2d809fc
2016-11-22 14:58:35 +00:00
Martijn Coenen
403161ab73 Use newly introduced hidl_handle.
Bug: 32089785
Test: builds
Change-Id: I27c7d3945e1fe390661bf322987011a00fe9b3fe
2016-11-22 12:17:58 +01:00
Martijn Coenen
70b9a15df0 Use newly introduced hidl_handle.
Bug: 32089785
Test: builds
Change-Id: I27c7d3945e1fe390661bf322987011a00fe9b3fe
2016-11-22 09:03:11 +01:00
Keun Soo Yim
8a36c0b01c move VTS HIDL HAL tests to the corresponding interface directories
Bug: 32783461
Test: vts-tradefed; run vts-hal-hidl
Change-Id: Iead44eaf65dcd4de2286267467c4a4a322a88205
2016-11-21 19:16:12 -08:00
Roshan Pius
c296154a2f Merge changes I7c418811,I0870eae0 am: 88fb149b8e am: df6cb83d97 am: 569b010860
am: 5157d11da1

Change-Id: Ia4254ec14739ea574e1b7384cce1a6e56877ee59
2016-11-22 02:03:41 +00:00
Roshan Pius
0acd44a1fa wifi: Add link layer stats API wrappers in WifiLegacyHal am: 7cece41299 am: db91ca1794 am: 3fab519317
am: 35a818c28e

Change-Id: Id0361a12c8881496db04a7ec302dd21cf9bdb7d8
2016-11-22 02:03:39 +00:00
Roshan Pius
37d78e6c8e wifi: Add gscan API wrappers in WifiLegacyHal am: 76ff302d57 am: 197524b157 am: a9af2aea6d
am: b5b4d50d4d

Change-Id: Ica9f45df937de3420f7833d8dfdd01ce03b43221
2016-11-22 02:03:36 +00:00
Roshan Pius
5157d11da1 Merge changes I7c418811,I0870eae0 am: 88fb149b8e am: df6cb83d97
am: 569b010860

Change-Id: I46c28be0e23eb6a2bdb54c25927a29c9d4dc6b92
2016-11-22 01:54:14 +00:00
Roshan Pius
35a818c28e wifi: Add link layer stats API wrappers in WifiLegacyHal am: 7cece41299 am: db91ca1794
am: 3fab519317

Change-Id: I8b4d9a8558b6c735bdb8b4097913c4d299a329a8
2016-11-22 01:54:12 +00:00
Roshan Pius
b5b4d50d4d wifi: Add gscan API wrappers in WifiLegacyHal am: 76ff302d57 am: 197524b157
am: a9af2aea6d

Change-Id: I98ff41aa42dafeefe97426b6b6261fc5b8ee18ad
2016-11-22 01:54:10 +00:00
Roshan Pius
569b010860 Merge changes I7c418811,I0870eae0 am: 88fb149b8e
am: df6cb83d97

Change-Id: Idd3080ebe3a6ce42cc0d2eb095b043ecac24fdb9
2016-11-22 01:48:12 +00:00
Roshan Pius
3fab519317 wifi: Add link layer stats API wrappers in WifiLegacyHal am: 7cece41299
am: db91ca1794

Change-Id: I3727bc3a2a5b4baa0400453035321a439c5150f4
2016-11-22 01:48:10 +00:00
Roshan Pius
a9af2aea6d wifi: Add gscan API wrappers in WifiLegacyHal am: 76ff302d57
am: 197524b157

Change-Id: Id7e4ec4307ea273a5b81a3539a2e8d1ff2b7849a
2016-11-22 01:48:08 +00:00
Chia-I Wu
2b31cdb289 Merge "graphics: add target-side tests for IAllocator (again)" 2016-11-22 01:39:31 +00:00
Roshan Pius
df6cb83d97 Merge changes I7c418811,I0870eae0
am: 88fb149b8e

Change-Id: Ic1b7ccb20296344bb551fc600d3d6e25fe1fe6a6
2016-11-22 01:39:03 +00:00
Roshan Pius
db91ca1794 wifi: Add link layer stats API wrappers in WifiLegacyHal
am: 7cece41299

Change-Id: Id8edce8333faa2860a7deef272858b93c6c8bef6
2016-11-22 01:39:00 +00:00
Roshan Pius
197524b157 wifi: Add gscan API wrappers in WifiLegacyHal
am: 76ff302d57

Change-Id: Ieda0e0ab4b058f342788cf39182c7a2eafafeeba
2016-11-22 01:38:57 +00:00
Treehugger Robot
88fb149b8e Merge changes I7c418811,I0870eae0
* changes:
  wifi: Add link layer stats API wrappers in WifiLegacyHal
  wifi: Add gscan API wrappers in WifiLegacyHal
2016-11-22 01:06:51 +00:00
Steven Moreland
f8d68ec855 Update makefiles for logging.
Bug: 32943424
Test: pass
Change-Id: Ic88ce6adf04e0e36db53e4cc06ac2ec5a90c011c
2016-11-21 16:28:54 -08:00
Steven Moreland
3e3a0998e0 Update makefiles for logging.
Bug: 32943424
Test: hidl_test
Change-Id: I86dc81935912861073497c07696378895a25f9ee
2016-11-21 16:19:57 -08:00