OSDN Git Service

android-x86/hardware-interfaces.git
7 years agoMerge "Add VTS for voice telephony apis." am: 6b8077be1b am: 89f6259553
Sanket Padawe [Thu, 9 Mar 2017 22:09:24 +0000 (22:09 +0000)]
Merge "Add VTS for voice telephony apis." am: 6b8077be1b am: 89f6259553
am: 452a9dff53

Change-Id: Ie2f973da848eae1b8adcef3efbe7fef2be6d3417

7 years agoMerge "Add VTS for voice telephony apis." am: 6b8077be1b
Sanket Padawe [Thu, 9 Mar 2017 21:54:46 +0000 (21:54 +0000)]
Merge "Add VTS for voice telephony apis." am: 6b8077be1b
am: 89f6259553

Change-Id: I5f7611d361abe225a5141639c7527da1a55e9bf4

7 years agoMerge "Add VTS for voice telephony apis."
Sanket Padawe [Thu, 9 Mar 2017 21:49:04 +0000 (21:49 +0000)]
Merge "Add VTS for voice telephony apis."
am: 6b8077be1b

Change-Id: I40bcd56f02fe1c0a7641aec82065a518665473b1

7 years agoMerge "Add VTS for voice telephony apis."
Sanket Padawe [Thu, 9 Mar 2017 21:35:05 +0000 (21:35 +0000)]
Merge "Add VTS for voice telephony apis."

7 years agoBluetooth: Protect callbacks during shutdown am: 9ef1f71982 am: d222c44873
Myles Watson [Thu, 9 Mar 2017 20:39:18 +0000 (20:39 +0000)]
Bluetooth: Protect callbacks during shutdown am: 9ef1f71982 am: d222c44873
am: a6a12995e5

Change-Id: I7548d7550b7448f3ed9e1b19bc5a8b8cc6b6a553

7 years agoBluetooth: Protect callbacks during shutdown am: 9ef1f71982
Myles Watson [Thu, 9 Mar 2017 20:36:46 +0000 (20:36 +0000)]
Bluetooth: Protect callbacks during shutdown am: 9ef1f71982
am: d222c44873

Change-Id: I1516a786e6c9a561f419f9dceadb5a21f75f840f

7 years agoBluetooth: Protect callbacks during shutdown
Myles Watson [Thu, 9 Mar 2017 20:34:16 +0000 (20:34 +0000)]
Bluetooth: Protect callbacks during shutdown
am: 9ef1f71982

Change-Id: I12d75f2262ed199e42fa014d5c6c5f0270de2e18

7 years agoBluetooth: Protect callbacks during shutdown
Myles Watson [Thu, 9 Mar 2017 18:39:31 +0000 (10:39 -0800)]
Bluetooth: Protect callbacks during shutdown

- Hold the mutex during callbacks
- Disable power mode before deleting hci_

Bug: 36084266
Test: Switch users repeatedly (toggles Bluetooth)
Change-Id: I7e4d405e9028c3363c112a8b09c03b8aea652b7a

7 years agoAdd VTS for voice telephony apis.
Sanket Padawe [Thu, 9 Mar 2017 19:05:46 +0000 (11:05 -0800)]
Add VTS for voice telephony apis.

Bug: 32022332
Test: vts
Change-Id: I94f86f48d0c227f00c84051d14e6116d0bf2d1b3

7 years agoEvsCamera: %lu -> %zd for size_t print
Steven Moreland [Thu, 9 Mar 2017 06:18:47 +0000 (22:18 -0800)]
EvsCamera: %lu -> %zd for size_t print

lu causes a warning when size_t isn't 64-bit

Test: pass
Change-Id: If8f5c45273713e67478226db66ce73bd64f4e063

7 years agohidl_default to all targets.
Steven Moreland [Thu, 9 Mar 2017 00:11:32 +0000 (16:11 -0800)]
hidl_default to all targets.

find hardware/interfaces -type f -not -path "*/.git/*" \
-exec sed -i -e '/cc_[A-Za-z_]\+/ { N; s/$/\n    defaults:
\["hidl_defaults"\],/ }' {} \;
./hardware/interfaces/update-makefiles.sh

Test: pass
Bug: 35840847
Change-Id: If10c464d2f000b85c8d698fe11a4f3fc4cfad282

7 years agoSensors: fix warnings in VTS test.
Steven Moreland [Thu, 9 Mar 2017 03:31:39 +0000 (19:31 -0800)]
Sensors: fix warnings in VTS test.

Test: pass
Change-Id: I514ef2750a96e356d7b100a6e132a65c2b157d84

7 years agoCamera: remove unused variable
Steven Moreland [Thu, 9 Mar 2017 03:26:14 +0000 (19:26 -0800)]
Camera: remove unused variable

Test: pass
Change-Id: Ic382adca84ed16826fb56ebd20c573fdf8021d7b

7 years agosoundtrigger: remove warning from VTS test
Steven Moreland [Thu, 9 Mar 2017 03:24:03 +0000 (19:24 -0800)]
soundtrigger: remove warning from VTS test

Test: pass
Change-Id: I5b437980fb8003cbfb56b0ab9079993565224fa6

7 years agoPower: remove warnings from VTS test.
Steven Moreland [Thu, 9 Mar 2017 03:21:56 +0000 (19:21 -0800)]
Power: remove warnings from VTS test.

Test: pass
Change-Id: I1851d7f7e330ed2d9f92a35e29842cf04b13601f

7 years agoGNSS: remove warnings from VTS tests.
Steven Moreland [Thu, 9 Mar 2017 03:20:30 +0000 (19:20 -0800)]
GNSS: remove warnings from VTS tests.

Test: pass
Change-Id: I8f06bb4ce8d58164d2c2ebd8885daef75df45481

7 years agoVR: remove unused variable from VTS test
Steven Moreland [Thu, 9 Mar 2017 03:17:03 +0000 (19:17 -0800)]
VR: remove unused variable from VTS test

Test: pass
Change-Id: I7c39a2272b8d138acb73014497d3240cb22711a7

7 years agoCamera: remove warning from VTS test
Steven Moreland [Thu, 9 Mar 2017 03:04:25 +0000 (19:04 -0800)]
Camera: remove warning from VTS test

Test: pass
Change-Id: I8028577c5589aa7234dd55c7602aeb807f25501d

7 years agoAdd hidl_default and make modules use hidl_default. am: 691a455b9f am: 7c9f5c35d8
Steven Moreland [Thu, 9 Mar 2017 02:09:52 +0000 (02:09 +0000)]
Add hidl_default and make modules use hidl_default. am: 691a455b9f am: 7c9f5c35d8
am: a6de4ca892

Change-Id: Ie4a219330792a194bef4a983b706c5f3191761a7

7 years agoIBaz: remove unused function am: dc611e5df9 am: 1035d17739
Steven Moreland [Thu, 9 Mar 2017 02:09:49 +0000 (02:09 +0000)]
IBaz: remove unused function am: dc611e5df9 am: 1035d17739
am: 43fa10b2e6

Change-Id: I0033c817c77fb8012019ff75aa2a3140f9ec48a9

7 years agorenderscript: fix unused variable warning am: 96d2e3e9df am: 92cdf32602
Steven Moreland [Thu, 9 Mar 2017 02:09:46 +0000 (02:09 +0000)]
renderscript: fix unused variable warning am: 96d2e3e9df am: 92cdf32602
am: 834960b5b6

Change-Id: I3fca7e13e4923b3b7c135c0dc45b35e141ffcccd

7 years agoIr test: remove warnings am: c8942d898b am: 90ad6f6c74
Steven Moreland [Thu, 9 Mar 2017 02:09:44 +0000 (02:09 +0000)]
Ir test: remove warnings am: c8942d898b am: 90ad6f6c74
am: f3571b800a

Change-Id: I2fa875d6df87fab142b33757a06ecef76fc1cfb8

7 years agobluetooth: remove warnings am: 90fc274838 am: f5368cd58c
Steven Moreland [Thu, 9 Mar 2017 02:09:41 +0000 (02:09 +0000)]
bluetooth: remove warnings am: 90fc274838 am: f5368cd58c
am: b76a130f3d

Change-Id: I0db2b793718b26f523cb1f5c86bea3753ae7073b

7 years agoupdate-makefiles.sh: wifi am: 853a9b5feb am: 3b2e8921a0
Steven Moreland [Thu, 9 Mar 2017 02:09:38 +0000 (02:09 +0000)]
update-makefiles.sh: wifi am: 853a9b5feb am: 3b2e8921a0
am: d39ce5a930

Change-Id: I8c09383aafb0d7f55d65870832342a88a734f65c

7 years agoAdd hidl_default and make modules use hidl_default. am: 691a455b9f
Steven Moreland [Thu, 9 Mar 2017 02:06:50 +0000 (02:06 +0000)]
Add hidl_default and make modules use hidl_default. am: 691a455b9f
am: 7c9f5c35d8

Change-Id: I8398871171d2480875c1009a13a2f40df7b5f309

7 years agoIBaz: remove unused function am: dc611e5df9
Steven Moreland [Thu, 9 Mar 2017 02:06:48 +0000 (02:06 +0000)]
IBaz: remove unused function am: dc611e5df9
am: 1035d17739

Change-Id: I7fabbeda5c3e2236d8e661a64466324755740e86

7 years agorenderscript: fix unused variable warning am: 96d2e3e9df
Steven Moreland [Thu, 9 Mar 2017 02:06:45 +0000 (02:06 +0000)]
renderscript: fix unused variable warning am: 96d2e3e9df
am: 92cdf32602

Change-Id: I3938de6f466652b260b7db3fd3dd527ab89e3514

7 years agoIr test: remove warnings am: c8942d898b
Steven Moreland [Thu, 9 Mar 2017 02:06:43 +0000 (02:06 +0000)]
Ir test: remove warnings am: c8942d898b
am: 90ad6f6c74

Change-Id: I8960cc81d305686b75cd94e5b3a3961712a24194

7 years agobluetooth: remove warnings am: 90fc274838
Steven Moreland [Thu, 9 Mar 2017 02:06:40 +0000 (02:06 +0000)]
bluetooth: remove warnings am: 90fc274838
am: f5368cd58c

Change-Id: I5453112982dc9a16091b51b8c5d8a59483e769d9

7 years agoupdate-makefiles.sh: wifi am: 853a9b5feb
Steven Moreland [Thu, 9 Mar 2017 02:06:38 +0000 (02:06 +0000)]
update-makefiles.sh: wifi am: 853a9b5feb
am: 3b2e8921a0

Change-Id: Ide04126c9d884a25f82daebba94bf18cdf0d8198

7 years agoAdd hidl_default and make modules use hidl_default.
Steven Moreland [Thu, 9 Mar 2017 02:04:18 +0000 (02:04 +0000)]
Add hidl_default and make modules use hidl_default.
am: 691a455b9f

Change-Id: Icf44e98abe3893bb624614e7c4e51bd6835160a6

7 years agoIBaz: remove unused function
Steven Moreland [Thu, 9 Mar 2017 02:04:16 +0000 (02:04 +0000)]
IBaz: remove unused function
am: dc611e5df9

Change-Id: I1c5bd774f9510b68f575de2d4151c1bd138805ce

7 years agorenderscript: fix unused variable warning
Steven Moreland [Thu, 9 Mar 2017 02:04:14 +0000 (02:04 +0000)]
renderscript: fix unused variable warning
am: 96d2e3e9df

Change-Id: Iae4c8be1c4cb9c51942f83ebf8e422768041fb61

7 years agoIr test: remove warnings
Steven Moreland [Thu, 9 Mar 2017 02:04:12 +0000 (02:04 +0000)]
Ir test: remove warnings
am: c8942d898b

Change-Id: If05ab50ee59807ac17792f738bb5a59e214c6fbd

7 years agobluetooth: remove warnings
Steven Moreland [Thu, 9 Mar 2017 02:04:10 +0000 (02:04 +0000)]
bluetooth: remove warnings
am: 90fc274838

Change-Id: Ia9ddb703658dc9da438b6b5bc94c97c1f932e0ec

7 years agoupdate-makefiles.sh: wifi
Steven Moreland [Thu, 9 Mar 2017 02:04:07 +0000 (02:04 +0000)]
update-makefiles.sh: wifi
am: 853a9b5feb

Change-Id: Ic9def045892473ed9d265559d8341485eb8a10d9

7 years agoAdd hidl_default and make modules use hidl_default.
Steven Moreland [Wed, 8 Mar 2017 23:58:46 +0000 (15:58 -0800)]
Add hidl_default and make modules use hidl_default.

find hardware/interfaces -type f -not -path "*/.git/*" \
-exec sed -i -e '/cc_[A-Za-z_]\+/ { N; s/$/\n    defaults:
\["hidl_defaults"\],/ }' {} \;
./hardware/interfaces/update-makefiles.sh

Test: no warnings
Bug: 35840847
Change-Id: I468b76893bf3f4b62ad610d1d9603bcb8797a702

7 years agoIBaz: remove unused function
Steven Moreland [Wed, 8 Mar 2017 23:55:57 +0000 (15:55 -0800)]
IBaz: remove unused function

Test: pass
Change-Id: I5bc806b4780cfadd9f0c35df60c43203c90d7244

7 years agorenderscript: fix unused variable warning
Steven Moreland [Wed, 8 Mar 2017 23:52:50 +0000 (15:52 -0800)]
renderscript: fix unused variable warning

Test: pass
Change-Id: I1f87c4430a908a41f7fd117de0d669420d508a69

7 years agoIr test: remove warnings
Steven Moreland [Wed, 8 Mar 2017 23:50:47 +0000 (15:50 -0800)]
Ir test: remove warnings

Test: pass
Change-Id: If13d93872f0a6eae8914371f78a568f798fd5f93

7 years agobluetooth: remove warnings
Steven Moreland [Wed, 8 Mar 2017 23:45:07 +0000 (15:45 -0800)]
bluetooth: remove warnings

Remove unused variables and commented out some unused APIs.

Test: pass
Change-Id: Ic191997d7db25277776417fd0069241ee01529e0

7 years agoupdate-makefiles.sh: wifi
Steven Moreland [Wed, 8 Mar 2017 23:33:31 +0000 (15:33 -0800)]
update-makefiles.sh: wifi

Test: pass
Change-Id: If43aa789381ed43120e0a075587a89c0076c8433

7 years agoMerge "Placeholder for future implementation of VMS property in the default hal."
Antonio Cortes Perez [Wed, 8 Mar 2017 23:26:01 +0000 (23:26 +0000)]
Merge "Placeholder for future implementation of VMS property in the default hal."

7 years agoMerge "Binderized GPS - restoring Xtra service"
Wyatt Riley [Wed, 8 Mar 2017 22:13:22 +0000 (22:13 +0000)]
Merge "Binderized GPS - restoring Xtra service"

7 years agoMerge "Initial Target-side VTS tests for Short Message Service(SMS) Radio Hal Apis...
Shuo Qian [Wed, 8 Mar 2017 22:12:26 +0000 (22:12 +0000)]
Merge "Initial Target-side VTS tests for Short Message Service(SMS) Radio Hal Apis" am: bcfabe7cb4 am: e8b7bbd3cb
am: 6d41084d60

Change-Id: Ie98504fe4b055b5bfaca9b4e5bbdc99eee337511

7 years agoBinderized GPS - restoring Xtra service
Wyatt Riley [Wed, 8 Mar 2017 16:56:35 +0000 (08:56 -0800)]
Binderized GPS - restoring Xtra service

Adding group inet permission
for the GNSS HAL default implementation
for the XTRA-assisted-GPS file
(from internet) download use case

Bug: 35768061
Bug: 35757613
Bug: 34208553
Test: On Marlin - manual GPS tests
      including delete all then restats
      with xtra throttle off

Change-Id: I54090979eff53e83a267ce8f6ad84b2aceae290a

7 years agoMerge "Initial Target-side VTS tests for Short Message Service(SMS) Radio Hal Apis...
Shuo Qian [Wed, 8 Mar 2017 22:09:21 +0000 (22:09 +0000)]
Merge "Initial Target-side VTS tests for Short Message Service(SMS) Radio Hal Apis" am: bcfabe7cb4
am: e8b7bbd3cb

Change-Id: Ic3abf510134375c50379fdd2b31e103f4f436c6a

7 years agoMerge "Initial Target-side VTS tests for Short Message Service(SMS) Radio Hal Apis"
Shuo Qian [Wed, 8 Mar 2017 22:06:20 +0000 (22:06 +0000)]
Merge "Initial Target-side VTS tests for Short Message Service(SMS) Radio Hal Apis"
am: bcfabe7cb4

Change-Id: I0d9c20fcc193c4551b0e56f3d0f0e73eaf58012a

7 years agoMerge "Initial Target-side VTS tests for Short Message Service(SMS) Radio Hal Apis"
Shuo Qian [Wed, 8 Mar 2017 22:03:12 +0000 (22:03 +0000)]
Merge "Initial Target-side VTS tests for Short Message Service(SMS) Radio Hal Apis"

7 years agoMerge "supplicant(interface): Add support for get/set raw psk" am: 4da1a8bf52 am...
Roshan Pius [Wed, 8 Mar 2017 21:35:01 +0000 (21:35 +0000)]
Merge "supplicant(interface): Add support for get/set raw psk" am: 4da1a8bf52 am: cb5c9a51a8
am: b8af857a0c

Change-Id: Id8fc0b21983db503cc9e1ed96931f713df0d54c1

7 years agoMerge "supplicant(interface): Add support for get/set raw psk" am: 4da1a8bf52
Roshan Pius [Wed, 8 Mar 2017 21:32:32 +0000 (21:32 +0000)]
Merge "supplicant(interface): Add support for get/set raw psk" am: 4da1a8bf52
am: cb5c9a51a8

Change-Id: I99a42be43b2a70108064275ef2248ad076dc3e79

7 years agoMerge "supplicant(interface): Add support for get/set raw psk"
Roshan Pius [Wed, 8 Mar 2017 21:30:11 +0000 (21:30 +0000)]
Merge "supplicant(interface): Add support for get/set raw psk"
am: 4da1a8bf52

Change-Id: I6cb5cbaa3555f91a2ea977fc65610410b79c9985

7 years agoMerge "supplicant(interface): Add support for get/set raw psk"
Roshan Pius [Wed, 8 Mar 2017 21:25:00 +0000 (21:25 +0000)]
Merge "supplicant(interface): Add support for get/set raw psk"

7 years agoMerge "Test ITuner::setConfiguration against bad input."
Tomasz Wasilczyk [Wed, 8 Mar 2017 20:00:25 +0000 (20:00 +0000)]
Merge "Test ITuner::setConfiguration against bad input."

7 years agoMerge "Remove warning: vehicle RecurrentTimer_test.cpp"
TreeHugger Robot [Wed, 8 Mar 2017 18:29:02 +0000 (18:29 +0000)]
Merge "Remove warning: vehicle RecurrentTimer_test.cpp"

7 years agoMerge "Remove warning from DrmFactory.cpp"
TreeHugger Robot [Wed, 8 Mar 2017 18:28:28 +0000 (18:28 +0000)]
Merge "Remove warning from DrmFactory.cpp"

7 years agoMerge "Bring multi-channel transport into the glorious new age" am: a15a9bbadf am...
Zach Johnson [Wed, 8 Mar 2017 18:00:37 +0000 (18:00 +0000)]
Merge "Bring multi-channel transport into the glorious new age" am: a15a9bbadf am: 2296cfbe55
am: 4e504164c1

Change-Id: I761476877343bf16816298c2a75ee386e6ba83a2

7 years agoMerge "Bring multi-channel transport into the glorious new age" am: a15a9bbadf
Zach Johnson [Wed, 8 Mar 2017 17:58:06 +0000 (17:58 +0000)]
Merge "Bring multi-channel transport into the glorious new age" am: a15a9bbadf
am: 2296cfbe55

Change-Id: I1bbce71248b4005433b5cc7351bc8fbce426325e

7 years agoMerge "Bring multi-channel transport into the glorious new age"
Zach Johnson [Wed, 8 Mar 2017 17:55:38 +0000 (17:55 +0000)]
Merge "Bring multi-channel transport into the glorious new age"
am: a15a9bbadf

Change-Id: Iec27272215b8e11041c221ad9d338e8011052ae3

7 years agoMerge "Bring multi-channel transport into the glorious new age"
Treehugger Robot [Wed, 8 Mar 2017 17:49:41 +0000 (17:49 +0000)]
Merge "Bring multi-channel transport into the glorious new age"

7 years agoMerge "audio: fix IStream.createMmapBuffer()"
Eric Laurent [Wed, 8 Mar 2017 16:42:33 +0000 (16:42 +0000)]
Merge "audio: fix IStream.createMmapBuffer()"

7 years agoRemove warning: vehicle RecurrentTimer_test.cpp
Steven Moreland [Wed, 8 Mar 2017 16:34:49 +0000 (08:34 -0800)]
Remove warning: vehicle RecurrentTimer_test.cpp

0xdeadbeef is exactly 32 bits, so it is interpretted as an unsigned
integer which was causing a warning. Since it's a test value, I changed
it to 0xdead which is interpretted as a signed integer.

Test: pass
Change-Id: Ibb75b23461700d77158e2337b8a472e87629ad61

7 years agoRemove warning from DrmFactory.cpp
Steven Moreland [Wed, 8 Mar 2017 16:16:47 +0000 (08:16 -0800)]
Remove warning from DrmFactory.cpp

Test: pass
Change-Id: Ie5d37a257bfb1f4f5d9173bbe41e734161941954

7 years agosupplicant(interface): Add support for get/set raw psk
Roshan Pius [Tue, 7 Mar 2017 16:27:30 +0000 (08:27 -0800)]
supplicant(interface): Add support for get/set raw psk

Bug: 36013886
Test: Compiles
Change-Id: I2e90e3f6533d2271144404a3de3b19854b001c2f

7 years agoMerge "Add getProgramList call."
Tomasz Wasilczyk [Wed, 8 Mar 2017 15:51:30 +0000 (15:51 +0000)]
Merge "Add getProgramList call."

7 years agoMerge "Allow drm hal implementations to not require provisioning"
Jeff Tinker [Wed, 8 Mar 2017 08:13:07 +0000 (08:13 +0000)]
Merge "Allow drm hal implementations to not require provisioning"

7 years agoMerge "wifi: Fetch the gscan bucket idx from request" am: f297caedd7 am: 3f08d19f90
Roshan Pius [Wed, 8 Mar 2017 03:00:28 +0000 (03:00 +0000)]
Merge "wifi: Fetch the gscan bucket idx from request" am: f297caedd7 am: 3f08d19f90
am: b7cffe3266

Change-Id: I96cc6283ba4d9bd6ac59c67f3a9eb68a7ee59d53

7 years agosupplicant(interface): Add timedOut param in assoc reject am: 7bf6dc8193 am: 91c12e3ce6
Roshan Pius [Wed, 8 Mar 2017 02:59:48 +0000 (02:59 +0000)]
supplicant(interface): Add timedOut param in assoc reject am: 7bf6dc8193 am: 91c12e3ce6
am: f75584ca66

Change-Id: I1d515163afe03f7e2eee6940e464c39066b5f6e8

7 years agoMerge "wifi: Fetch the gscan bucket idx from request" am: f297caedd7
Roshan Pius [Wed, 8 Mar 2017 02:57:50 +0000 (02:57 +0000)]
Merge "wifi: Fetch the gscan bucket idx from request" am: f297caedd7
am: 3f08d19f90

Change-Id: I01abda5debed55f8e980578b7a36f8a402627ee3

7 years agosupplicant(interface): Add timedOut param in assoc reject am: 7bf6dc8193
Roshan Pius [Wed, 8 Mar 2017 02:57:14 +0000 (02:57 +0000)]
supplicant(interface): Add timedOut param in assoc reject am: 7bf6dc8193
am: 91c12e3ce6

Change-Id: I42cf5f23e423d90e396cbb6032e13ec862657c7d

7 years agoMerge "wifi: Fetch the gscan bucket idx from request"
Roshan Pius [Wed, 8 Mar 2017 02:55:48 +0000 (02:55 +0000)]
Merge "wifi: Fetch the gscan bucket idx from request"
am: f297caedd7

Change-Id: I3255643eec01d0a6283b247fef5cf934aa0f2d6f

7 years agosupplicant(interface): Add timedOut param in assoc reject
Roshan Pius [Wed, 8 Mar 2017 02:55:14 +0000 (02:55 +0000)]
supplicant(interface): Add timedOut param in assoc reject
am: 7bf6dc8193

Change-Id: Id3baec3ea5a222d67f06d5e51a5d45ac8d26a2c3

7 years agoMerge "wifi: Fetch the gscan bucket idx from request"
Treehugger Robot [Wed, 8 Mar 2017 02:53:30 +0000 (02:53 +0000)]
Merge "wifi: Fetch the gscan bucket idx from request"

7 years agoAdd getProgramList call.
Tomasz Wasilczyk [Wed, 1 Mar 2017 22:21:07 +0000 (14:21 -0800)]
Add getProgramList call.

Test: existing VTS tests pass, but none added.
Bug: b/34054813
Change-Id: I33891256c0b7ba7edd8ca42074e65900169e2952

7 years agosupplicant(interface): Add timedOut param in assoc reject
Roshan Pius [Tue, 7 Mar 2017 19:23:19 +0000 (11:23 -0800)]
supplicant(interface): Add timedOut param in assoc reject

This is needed to indicate if the association failed due to a timeout
instead of AP explicitly rejecting us.

Bug: 34280407
Test: Compiles
Change-Id: Ib287ea8e45c28356bf9e3271962fc015761651fd

7 years agowifi: Fetch the gscan bucket idx from request
Roshan Pius [Tue, 7 Mar 2017 19:17:08 +0000 (11:17 -0800)]
wifi: Fetch the gscan bucket idx from request

We can't rely on the ordering of these buckets to populate their
indexes. So, send them explicitly from the caller.

Bug: 35989680
Test: Compiles
Change-Id: Ife09440935eb3526636c27bfdd40c37c69c7ade2

7 years agoMerge "Move EVS HAL under automotive folder"
TreeHugger Robot [Wed, 8 Mar 2017 01:17:37 +0000 (01:17 +0000)]
Merge "Move EVS HAL under automotive folder"

7 years agoTest ITuner::setConfiguration against bad input.
Tomasz Wasilczyk [Wed, 8 Mar 2017 01:04:26 +0000 (17:04 -0800)]
Test ITuner::setConfiguration against bad input.

Bug: b/33382424
Test: VTS
Change-Id: I9c1f31e1a55e6b45e24daaec029c43c535a2e600

7 years agoMerge "wifi(implementation): Clear the chip immediately on IWifi.stop()" am: 09258a2a...
Roshan Pius [Wed, 8 Mar 2017 00:53:28 +0000 (00:53 +0000)]
Merge "wifi(implementation): Clear the chip immediately on IWifi.stop()" am: 09258a2afb am: dc74684b36
am: 547d5082cd

Change-Id: I0b3e5bd7332161d8c703704a55a074a0f83d472d

7 years agoMerge "wifi(implementation): Clear the chip immediately on IWifi.stop()" am: 09258a2afb
Roshan Pius [Wed, 8 Mar 2017 00:46:58 +0000 (00:46 +0000)]
Merge "wifi(implementation): Clear the chip immediately on IWifi.stop()" am: 09258a2afb
am: dc74684b36

Change-Id: Ib234d4f0e8b2ec1c15286878cdc173367b64b520

7 years agoMerge "wifi(implementation): Clear the chip immediately on IWifi.stop()"
Roshan Pius [Wed, 8 Mar 2017 00:42:27 +0000 (00:42 +0000)]
Merge "wifi(implementation): Clear the chip immediately on IWifi.stop()"
am: 09258a2afb

Change-Id: I992e5519459b274bc0666ee2776b4ba3b5767afe

7 years agoMerge "wifi(implementation): Clear the chip immediately on IWifi.stop()"
Roshan Pius [Wed, 8 Mar 2017 00:33:43 +0000 (00:33 +0000)]
Merge "wifi(implementation): Clear the chip immediately on IWifi.stop()"

7 years agoMerge "graphics: initialize count to 0 in initCapabilities"
TreeHugger Robot [Wed, 8 Mar 2017 00:22:56 +0000 (00:22 +0000)]
Merge "graphics: initialize count to 0 in initCapabilities"

7 years agoMerge "Move FMQ tests to hardware/interfaces" am: 96b3cce92c am: 35b5786cd7
Hridya Valsaraju [Wed, 8 Mar 2017 00:11:57 +0000 (00:11 +0000)]
Merge "Move FMQ tests to hardware/interfaces" am: 96b3cce92c am: 35b5786cd7
am: 56fbe8aef2

Change-Id: Ic97ea0e01ff430806cc96cf89c4205b4bb044778

7 years agoMerge "Move FMQ tests to hardware/interfaces" am: 96b3cce92c
Hridya Valsaraju [Wed, 8 Mar 2017 00:09:56 +0000 (00:09 +0000)]
Merge "Move FMQ tests to hardware/interfaces" am: 96b3cce92c
am: 35b5786cd7

Change-Id: Ic58fe49fb0ebe482f591174d8594ab9956e0b2f6

7 years agoMerge "Move FMQ tests to hardware/interfaces"
Hridya Valsaraju [Wed, 8 Mar 2017 00:07:25 +0000 (00:07 +0000)]
Merge "Move FMQ tests to hardware/interfaces"
am: 96b3cce92c

Change-Id: I951fc763614f1f39a622c864d1a999c4a584fced

7 years agoMerge "Move FMQ tests to hardware/interfaces"
Treehugger Robot [Wed, 8 Mar 2017 00:01:29 +0000 (00:01 +0000)]
Merge "Move FMQ tests to hardware/interfaces"

7 years agowifi(implementation): Clear the chip immediately on IWifi.stop()
Roshan Pius [Tue, 7 Mar 2017 20:45:56 +0000 (12:45 -0800)]
wifi(implementation): Clear the chip immediately on IWifi.stop()

Currently, we wait for the legacy HAL callback to complete to clear and
invalidate the chip objects and it's derivatives. This may cause us to
access the wifi legacy HAL in a indeterminate state (as it's processing stop)
on subsequent HIDL calls.
So, clear up the chip object and derivatives immediately after we
process the stop to prevent any subsequent calls from sneaking in.

Also,
Added a couple of logs when wifi HAL is started/stopped to help debug
such issues later.

Bug: 36026601
Test: Turn on/off wifi and switch to softap mode multiple times.
Change-Id: Id5c2c9a90a335b2de4ae331ac8610b1a4e7875da

7 years agographics: initialize count to 0 in initCapabilities
Chia-I Wu [Tue, 7 Mar 2017 22:44:04 +0000 (14:44 -0800)]
graphics: initialize count to 0 in initCapabilities

Be more defensive against HALs that do not initialize count.

Test: manual
Change-Id: I8b70454a1a3134c01d225be504579fc2e81ca88b

7 years agoMerge changes Iae143d11,I400c347b,I0639df17,I6d56160d
Chia-I Wu [Tue, 7 Mar 2017 22:37:25 +0000 (22:37 +0000)]
Merge changes Iae143d11,I400c347b,I0639df17,I6d56160d

* changes:
  graphics: add a basic test for IMapper::lockFlex
  graphics: clean up composer VTS tests
  graphics: clean up mapper VTS tests
  graphics: clean up allocator VTS tests

7 years agoMerge "camera/device/3.2: Add custom vendor operating modes"
TreeHugger Robot [Tue, 7 Mar 2017 22:19:47 +0000 (22:19 +0000)]
Merge "camera/device/3.2: Add custom vendor operating modes"

7 years agoBring multi-channel transport into the glorious new age
Zach Johnson [Mon, 27 Feb 2017 07:46:05 +0000 (23:46 -0800)]
Bring multi-channel transport into the glorious new age

Some devices still use MCT as their UART protocol, so
we need to bring it forward to the fresh new HAL.

Also, adding tests for H4 while I'm here.

Test: new unit tests pass and a device using MCT now
boots BT again \o/
Fixes: 34992730
Change-Id: Idb8e536a2779929ad8a0d4bac492c3011995cd79

7 years agographics: add a basic test for IMapper::lockFlex
Chia-I Wu [Tue, 28 Feb 2017 19:06:17 +0000 (11:06 -0800)]
graphics: add a basic test for IMapper::lockFlex

Bug: 32023011
Test: manual
Change-Id: Iae143d11056f6ab169d1068fdaa62e889051b16e

7 years agographics: clean up composer VTS tests
Chia-I Wu [Fri, 24 Feb 2017 22:34:02 +0000 (14:34 -0800)]
graphics: clean up composer VTS tests

Add libVtsHalGraphicsComposerUtils which provides a wrapper to
IComposer.  Port tests to be based on
libVtsHalGraphicsComposerUtils.

Test: manual
Change-Id: I400c347b54702c3d45954e6cdc101d3dc1241efd

7 years agographics: clean up mapper VTS tests
Chia-I Wu [Fri, 24 Feb 2017 18:41:35 +0000 (10:41 -0800)]
graphics: clean up mapper VTS tests

Add libVtsHalGraphicsMapperUtils which provides a wrapper to
IMapper.  Port tests to be based on libVtsHalGraphicsMapperUtils.

Test: manual
Change-Id: I0639df178fd0a94153b48733930bb13f2d0aa930

7 years agographics: clean up allocator VTS tests
Chia-I Wu [Tue, 21 Feb 2017 21:06:58 +0000 (13:06 -0800)]
graphics: clean up allocator VTS tests

Add libVtsHalGraphicsAllocatorUtils which provides a wrapper to
IAllocator.  Port tests to be based on
libVtsHalGraphicsAllocatorUtils.

Test: manual
Change-Id: I6d56160dc4fa6e5106cc55e75cdd923f15635317

7 years agoMerge "Extend configChange and tuneComplete callbacks with checking the carried value."
Tomasz Wasilczyk [Tue, 7 Mar 2017 19:57:49 +0000 (19:57 +0000)]
Merge "Extend configChange and tuneComplete callbacks with checking the carried value."

7 years agoInitial Target-side VTS tests for Short Message Service(SMS) Radio Hal Apis
Shuoq [Tue, 28 Feb 2017 00:35:56 +0000 (16:35 -0800)]
Initial Target-side VTS tests for Short Message Service(SMS) Radio Hal Apis

Test: adb shell data/local/tmp/VtsHalRadioV1_0TargetTest
Bug: 32022332

Change-Id: Ia630493e0501e75a5c327aab77d6a0af59587128

7 years agoPlaceholder for future implementation of VMS property in the default hal.
Antonio Cortes [Tue, 7 Mar 2017 16:11:46 +0000 (08:11 -0800)]
Placeholder for future implementation of VMS property in the default hal.

Test: build and flash Mojave board.
Bug: 35628104
Change-Id: I865d943b00b46ca1dd632ff3803702faec38f3f4

7 years agoMerge "Bluetooth: Watch multiple FDs with AsyncFdWatcher" am: 1143a3fec6 am: 14d63bfc76
Myles Watson [Tue, 7 Mar 2017 18:50:14 +0000 (18:50 +0000)]
Merge "Bluetooth: Watch multiple FDs with AsyncFdWatcher" am: 1143a3fec6 am: 14d63bfc76
am: 23a50f3906

Change-Id: Id641325482bf1f1ab4fd647777433fd8a9da5263