OSDN Git Service

android-x86/hardware-interfaces.git
7 years agoCamera: Extend Camera VTS testing
Emilian Peev [Wed, 8 Feb 2017 17:15:16 +0000 (17:15 +0000)]
Camera: Extend Camera VTS testing

Further tests concerning camera configurations. The
additional tests corver:
- The available stream configurations.
- Invalid stream parameters.
- Constrained mode if available.
- ZSL mode if available.
- Stream combinations including preview and still capture.
- Stream combinations including video and snapshot.

BUG: 32022758
Test: compile and run the gtest binary on device
Change-Id: I5111ac96b4aaa7ad9f163f990f6b0d0c229993f9

7 years agoUpdate the test binary and source file name on master.
Zhuoyao Zhang [Sat, 18 Feb 2017 02:20:58 +0000 (18:20 -0800)]
Update the test binary and source file name on 

* To confirm with Vts naming convention.

Bug: 35273456
Test: mma
Change-Id: I845da64085253cd02480465479618308045a52ed

7 years agoMerge "Bluetooth: Export AsyncFdWatcher for reuse" am: 4b9692ae04 am: 139cafe642
Myles Watson [Wed, 22 Feb 2017 04:18:58 +0000 (04:18 +0000)]
Merge "Bluetooth: Export AsyncFdWatcher for reuse" am: 4b9692ae04 am: 139cafe642
am: 7694a303e5

Change-Id: I1d14674e60aaaf0c1be861484169840654209ca4

7 years agoMerge "Bluetooth: Export AsyncFdWatcher for reuse" am: 4b9692ae04
Myles Watson [Wed, 22 Feb 2017 04:12:57 +0000 (04:12 +0000)]
Merge "Bluetooth: Export AsyncFdWatcher for reuse" am: 4b9692ae04
am: 139cafe642

Change-Id: Ia11bbc412c6838e9ead06fd3a8ff7418665ec717

7 years agoMerge "Bluetooth: Export AsyncFdWatcher for reuse"
Myles Watson [Wed, 22 Feb 2017 04:10:56 +0000 (04:10 +0000)]
Merge "Bluetooth: Export AsyncFdWatcher for reuse"
am: 4b9692ae04

Change-Id: I5934277a3a48ccf32c44c244c68436207195fe3a

7 years agoMerge "Bluetooth: Export AsyncFdWatcher for reuse"
Treehugger Robot [Wed, 22 Feb 2017 04:06:51 +0000 (04:06 +0000)]
Merge "Bluetooth: Export AsyncFdWatcher for reuse"

7 years agoMerge "Bluetooth: Check the return value of initialize()" am: f570fedcd4 am: e3bbdea832
Myles Watson [Wed, 22 Feb 2017 03:49:26 +0000 (03:49 +0000)]
Merge "Bluetooth: Check the return value of initialize()" am: f570fedcd4 am: e3bbdea832
am: 919e82e9bc

Change-Id: Ibb20f4d8075fe56426680ce51ac66b4e7587bb02

7 years agoMerge "tv_cec HAL uses "default" service name"
TreeHugger Robot [Wed, 22 Feb 2017 03:49:13 +0000 (03:49 +0000)]
Merge "tv_cec HAL uses "default" service name"

7 years agoMerge "Bluetooth: Check the return value of initialize()" am: f570fedcd4
Myles Watson [Wed, 22 Feb 2017 03:43:24 +0000 (03:43 +0000)]
Merge "Bluetooth: Check the return value of initialize()" am: f570fedcd4
am: e3bbdea832

Change-Id: Ic6d277f251bb8194330581a47896faa46f621911

7 years agoMerge "Bluetooth: Check the return value of initialize()"
Myles Watson [Wed, 22 Feb 2017 03:41:54 +0000 (03:41 +0000)]
Merge "Bluetooth: Check the return value of initialize()"
am: f570fedcd4

Change-Id: I4451755b0d9994d96d78452bc51b0f0af6ab7ebd

7 years agoMerge "Bluetooth: Check the return value of initialize()"
Treehugger Robot [Wed, 22 Feb 2017 03:36:45 +0000 (03:36 +0000)]
Merge "Bluetooth: Check the return value of initialize()"

7 years agoMerge "audio_effect HAL uses "default" service name"
TreeHugger Robot [Wed, 22 Feb 2017 03:28:06 +0000 (03:28 +0000)]
Merge "audio_effect HAL uses "default" service name"

7 years agoRemove .vts spec files. am: 81f9968c71 am: bf4702ff68
Tri Vo [Wed, 22 Feb 2017 03:13:54 +0000 (03:13 +0000)]
Remove .vts spec files. am: 81f9968c71 am: bf4702ff68
am: adaf6869eb

Change-Id: I39871a4dea913f0d2165351037d049530a90ce5b

7 years agoRemove .vts spec files. am: 81f9968c71
Tri Vo [Wed, 22 Feb 2017 03:07:55 +0000 (03:07 +0000)]
Remove .vts spec files. am: 81f9968c71
am: bf4702ff68

Change-Id: Iec12e3ccdda062997c3cab6e3705a405a9d2dbf7

7 years agoRemove .vts spec files.
Tri Vo [Wed, 22 Feb 2017 03:06:24 +0000 (03:06 +0000)]
Remove .vts spec files.
am: 81f9968c71

Change-Id: I1f63ab0f3a60f9935807a2e5580a0593501e90d3

7 years agoMerge "Rename usb test according to vts convention."
TreeHugger Robot [Wed, 22 Feb 2017 02:34:58 +0000 (02:34 +0000)]
Merge "Rename usb test according to vts convention."

7 years agoMerge "AudioDevices HAL uses "default" service name"
TreeHugger Robot [Wed, 22 Feb 2017 02:25:13 +0000 (02:25 +0000)]
Merge "AudioDevices HAL uses "default" service name"

7 years agoaudio_effect HAL uses "default" service name
Chris Phoenix [Tue, 24 Jan 2017 21:45:10 +0000 (13:45 -0800)]
audio_effect 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: builds; VTS HalAudioEffectHidlTargetBasicTest passes

Bug: 33844934
Change-Id: I7796982c4cad976aeeabf7708ec0104505332cad

7 years agoBluetooth: Export AsyncFdWatcher for reuse
Myles Watson [Tue, 21 Feb 2017 21:27:01 +0000 (13:27 -0800)]
Bluetooth: Export AsyncFdWatcher for reuse

Test: Bluetooth starts/stops
Change-Id: I1dcd8684fd150b5eb27c75e5d7803070009e0bf5

7 years agoMerge "Make vehicle HAL 2.1 proprietary module"
TreeHugger Robot [Wed, 22 Feb 2017 00:22:04 +0000 (00:22 +0000)]
Merge "Make vehicle HAL 2.1 proprietary module"

7 years agoAudioDevices HAL uses "default" service name
Yifan Hong [Thu, 16 Feb 2017 23:03:53 +0000 (15:03 -0800)]
AudioDevices 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: builds

Bug: 33844934
Change-Id: I7ccbf802fcded790b4be325f36a34a3af6b42052

7 years agoRename usb test according to vts convention.
Tri Vo [Wed, 22 Feb 2017 00:03:36 +0000 (16:03 -0800)]
Rename usb test according to vts convention.

Test: make vts
Change-Id: If2e99f5510f01772e26b5867a7a0152025233715

7 years agoRemove .vts spec files.
Tri Vo [Fri, 17 Feb 2017 23:00:22 +0000 (15:00 -0800)]
Remove .vts spec files.

Test: mmma hardware/interfaces
Change-Id: Iabbcd336d37ceb58ea4cc649ee5c104424494513

7 years agoMerge "Update .vts files." am: 5fcb802c84 am: 46481011b0
Tri Vo [Tue, 21 Feb 2017 23:46:30 +0000 (23:46 +0000)]
Merge "Update .vts files." am: 5fcb802c84 am: 46481011b0
am: 48315a6e3c

Change-Id: I95b9ecda27dad75caf96ef05739d8136d86f31e9

7 years agoMerge "Update .vts files." am: 5fcb802c84
Tri Vo [Tue, 21 Feb 2017 23:40:08 +0000 (23:40 +0000)]
Merge "Update .vts files." am: 5fcb802c84
am: 46481011b0

Change-Id: I3c260fd8f2b430c4c163f6fd2109e6493cd9e810

7 years agoMerge "Update .vts files."
Tri Vo [Tue, 21 Feb 2017 23:36:37 +0000 (23:36 +0000)]
Merge "Update .vts files."
am: 5fcb802c84

Change-Id: Ia405e371738c66d166c4838a7953fd7beb9353ca

7 years agoMerge "Update .vts files."
Treehugger Robot [Tue, 21 Feb 2017 23:28:42 +0000 (23:28 +0000)]
Merge "Update .vts files."

7 years agoMerge "[AWARE] Add service support for SDEA service info" am: c8b34b1c2c am: aac3de67d3
Etan Cohen [Tue, 21 Feb 2017 22:54:35 +0000 (22:54 +0000)]
Merge "[AWARE] Add service support for SDEA service info" am: c8b34b1c2c am: aac3de67d3
am: 39354384ab

Change-Id: I1498ceaf5bd43822cc7c77011dceec87ee26ba09

7 years agoMerge "[AWARE] Add service support for SDEA service info" am: c8b34b1c2c
Etan Cohen [Tue, 21 Feb 2017 22:52:03 +0000 (22:52 +0000)]
Merge "[AWARE] Add service support for SDEA service info" am: c8b34b1c2c
am: aac3de67d3

Change-Id: I581633ef0b6393a281b2ca3c47ba85b0743760c2

7 years agoMerge "[AWARE] Add service support for SDEA service info"
Etan Cohen [Tue, 21 Feb 2017 22:50:03 +0000 (22:50 +0000)]
Merge "[AWARE] Add service support for SDEA service info"
am: c8b34b1c2c

Change-Id: I433a08ac78cbf565f7c82d70dda0461f4fb2d67d

7 years agoMerge "VTS: USB: vts target test for USB HAL."
Badhri Jagan Sridharan [Tue, 21 Feb 2017 22:48:34 +0000 (22:48 +0000)]
Merge "VTS: USB: vts target test for USB HAL."

7 years agoMerge "[AWARE] Add service support for SDEA service info"
Etan Cohen [Tue, 21 Feb 2017 22:47:25 +0000 (22:47 +0000)]
Merge "[AWARE] Add service support for SDEA service info"

7 years agoUpdate .vts files.
Tri Vo [Tue, 21 Feb 2017 21:53:03 +0000 (13:53 -0800)]
Update .vts files.

Test: make vts
Change-Id: Ie8526df051b631797b9f9b75acbeab8807f904d7

7 years agoMerge changes from topic 'rs_hidl_impl' am: e43d46f059 am: a77e9c6399
Miao Wang [Tue, 21 Feb 2017 21:16:04 +0000 (21:16 +0000)]
Merge changes from topic 'rs_hidl_impl' am: e43d46f059 am: a77e9c6399
am: 58ab9c1468  -s ours

Change-Id: Ia891856c751a473f9928165f6d759087c6d85cad

7 years agoRenderScript HIDL HAL definition and server-side implementation. am: b78b2f4ee6 am...
Miao Wang [Tue, 21 Feb 2017 21:16:01 +0000 (21:16 +0000)]
RenderScript HIDL HAL definition and server-side implementation. am: b78b2f4ee6 am: 14368080be
am: c830282799  -s ours

Change-Id: Id7a9d4b24f8b089a8c507c527f6e3163d9a069e5

7 years agoMerge changes from topic 'rs_hidl_impl' am: e43d46f059
Miao Wang [Tue, 21 Feb 2017 21:14:03 +0000 (21:14 +0000)]
Merge changes from topic 'rs_hidl_impl' am: e43d46f059
am: a77e9c6399

Change-Id: Iac7c22c33979ec5b2881af9f03f91b6fef8c950b

7 years agoRenderScript HIDL HAL definition and server-side implementation. am: b78b2f4ee6
Miao Wang [Tue, 21 Feb 2017 21:14:01 +0000 (21:14 +0000)]
RenderScript HIDL HAL definition and server-side implementation. am: b78b2f4ee6
am: 14368080be

Change-Id: I88d58f5832e1aa5d8d6be0815224d0eccb455672

7 years agoMerge changes from topic 'rs_hidl_impl'
Miao Wang [Tue, 21 Feb 2017 21:12:06 +0000 (21:12 +0000)]
Merge changes from topic 'rs_hidl_impl'
am: e43d46f059

Change-Id: Ie5c9182f95644013ed452ee0c485b9db9d927453

7 years agoRenderScript HIDL HAL definition and server-side implementation.
Miao Wang [Tue, 21 Feb 2017 21:12:02 +0000 (21:12 +0000)]
RenderScript HIDL HAL definition and server-side implementation.
am: b78b2f4ee6

Change-Id: I4f8e553b08e8a3d86c13d9b2704cf93bb44d9ef7

7 years agoMerge changes from topic 'rs_hidl_impl'
Miao Wang [Tue, 21 Feb 2017 21:07:29 +0000 (21:07 +0000)]
Merge changes from topic 'rs_hidl_impl'

* changes:
  Fix mips-related build breakage.
  RenderScript HIDL HAL definition and server-side implementation.

7 years agoMerge "Buffer transfer and locking workarounds for EVS"
TreeHugger Robot [Tue, 21 Feb 2017 21:00:03 +0000 (21:00 +0000)]
Merge "Buffer transfer and locking workarounds for EVS"

7 years agoMake vehicle HAL 2.1 proprietary module
Pavel Maltsev [Tue, 21 Feb 2017 20:57:41 +0000 (12:57 -0800)]
Make vehicle HAL 2.1 proprietary module

Bug: b/34716856

Test: make -j ; manually verified Car Service is able to connect
Change-Id: I88cbc7426cf2c41a36d970c4238e5a36d0c1f926

7 years ago[AWARE] Add service support for SDEA service info
Etan Cohen [Fri, 17 Feb 2017 21:46:19 +0000 (13:46 -0800)]
[AWARE] Add service support for SDEA service info

Wire-up the SDEA service info (aka Extended Service Specific
Info) to the newly available legacy HAL.

Bug: 35193423
Test: integration (sl4a) tests
Change-Id: I2cbd82ecc4274c5137693dde34370f2b68646e19

7 years agoFix mips-related build breakage.
Stephen Hines [Fri, 17 Feb 2017 12:10:11 +0000 (04:10 -0800)]
Fix mips-related build breakage.

Bug: http://b/34396220
Test: Builds successfully.

MIPS targets predefine _mips to 1, which will conflict with the _mips
variable name that was being used in the HAL here. Rename it to _amips
instead, so that it won't conflict.

Merged-In: Id13f34b740959852dff600259e3405eb72d0983a
Change-Id: Id13f34b740959852dff600259e3405eb72d0983a

7 years agoRenderScript HIDL HAL definition and server-side implementation.
Miao Wang [Fri, 20 Jan 2017 18:30:38 +0000 (10:30 -0800)]
RenderScript HIDL HAL definition and server-side implementation.

Contains the definition and implementation of the HAL.

Bug: 34396220

Test: mm, all cts tests pass on bullhead and sailfish
Merged-In: Ic560efef34f647f441c32ba01ca29d83a3d98b69
Change-Id: Ic560efef34f647f441c32ba01ca29d83a3d98b69

7 years agoMerge "Return existing interfaces for repeated getExtension calls"
TreeHugger Robot [Tue, 21 Feb 2017 19:00:53 +0000 (19:00 +0000)]
Merge "Return existing interfaces for repeated getExtension calls"

7 years ago[AWARE] Ranging as a service discovery constraint am: c190f93111 am: 352cd441ae
Etan Cohen [Tue, 21 Feb 2017 18:00:28 +0000 (18:00 +0000)]
[AWARE] Ranging as a service discovery constraint am: c190f93111 am: 352cd441ae
am: 5b1d77085a

Change-Id: Id9185ed35738938b98873254dacf69992e2d03d5

7 years agoMerge "[AWARE] Add capability info: max subscribe addresses" am: 2bfad0cf82 am: 1265f...
Etan Cohen [Tue, 21 Feb 2017 18:00:16 +0000 (18:00 +0000)]
Merge "[AWARE] Add capability info: max subscribe addresses" am: 2bfad0cf82 am: 1265f81d3d
am: b19e68fd60

Change-Id: Iaca625bfa6753d5ab62f70c0d233fbc319700ed2

7 years ago[AWARE] Ranging as a service discovery constraint am: c190f93111
Etan Cohen [Tue, 21 Feb 2017 17:58:55 +0000 (17:58 +0000)]
[AWARE] Ranging as a service discovery constraint am: c190f93111
am: 352cd441ae

Change-Id: I510c4ab3174a815914e9b58458fe698bb1b9903f

7 years agoMerge "[AWARE] Add capability info: max subscribe addresses" am: 2bfad0cf82
Etan Cohen [Tue, 21 Feb 2017 17:58:45 +0000 (17:58 +0000)]
Merge "[AWARE] Add capability info: max subscribe addresses" am: 2bfad0cf82
am: 1265f81d3d

Change-Id: Ieeee69556c5d4462cc1b721075498d6cbf6721f9

7 years ago[AWARE] Ranging as a service discovery constraint
Etan Cohen [Tue, 21 Feb 2017 17:56:35 +0000 (17:56 +0000)]
[AWARE] Ranging as a service discovery constraint
am: c190f93111

Change-Id: Id3efd99d3f7846c1a13cda30608b8818df656337

7 years agoMerge "[AWARE] Add capability info: max subscribe addresses"
Etan Cohen [Tue, 21 Feb 2017 17:56:23 +0000 (17:56 +0000)]
Merge "[AWARE] Add capability info: max subscribe addresses"
am: 2bfad0cf82

Change-Id: I8516b98c1c989d11b45e4f3058d217fd22c5dff5

7 years agoMerge "Fix unused parameter warning and enable -Werror."
Aurimas Liutikas [Tue, 21 Feb 2017 17:20:32 +0000 (17:20 +0000)]
Merge "Fix unused parameter warning and enable -Werror."

7 years agoBluetooth: Check the return value of initialize()
Myles Watson [Fri, 17 Feb 2017 17:14:21 +0000 (09:14 -0800)]
Bluetooth: Check the return value of initialize()

Test: Test fails gracefully when initialize() fails
Change-Id: Iff7737ba911635e9974612d8d192b783cf3e213d

7 years agoReturn existing interfaces for repeated getExtension calls
Hridya Valsaraju [Thu, 16 Feb 2017 04:31:18 +0000 (20:31 -0800)]
Return existing interfaces for repeated getExtension calls

Also, reset static state in destructors of interfaces.

Until now, new interfaces were being created for each repeated
getExtension() call to the Gnss interface. This was causing
asserts to fail which were checking for multiple
simultaneous instances of these interfaces.

Death notifications should still required to be created for all
interfaces including callback interfaces.

Bug: 35391416
Test: Verified that Maps still work after forcing a system_server
crash.

Change-Id: I8ce0888016637a3d9b62db5619a3c8c569262c0d

7 years agoMerge "graphics: composer should not die with its client"
Chia-I Wu [Tue, 21 Feb 2017 06:45:27 +0000 (06:45 +0000)]
Merge "graphics: composer should not die with its client"

7 years ago[AWARE] Ranging as a service discovery constraint
Etan Cohen [Fri, 17 Feb 2017 21:06:55 +0000 (13:06 -0800)]
[AWARE] Ranging as a service discovery constraint

Ranging configuration modification: change from an
overall Aware configuration (remove from Enable/Config
structures) to a discovery session-specific configuration.

Bug: 33821639
Test: integrated (sl4a) tests
Change-Id: Ie5a8bb3701a5dd6186c15d2be16bca3ec7202f04

7 years agoMerge "[AWARE] Add capability info: max subscribe addresses"
Etan Cohen [Tue, 21 Feb 2017 05:47:02 +0000 (05:47 +0000)]
Merge "[AWARE] Add capability info: max subscribe addresses"

7 years agoFix unused parameter warning and enable -Werror.
Aurimas Liutikas [Sat, 18 Feb 2017 17:30:20 +0000 (09:30 -0800)]
Fix unused parameter warning and enable -Werror.

Test: make -j60 android.hardware.gnss@1.0-impl still compiles
Change-Id: I98256f95b77944d514971be02dc4d4b445359541

7 years agoMerge "wifi(implementation): Callback death handler" am: 10b0e0880c am: 00176aff3d
Roshan Pius [Sat, 18 Feb 2017 16:47:00 +0000 (16:47 +0000)]
Merge "wifi(implementation): Callback death handler" am: 10b0e0880c am: 00176aff3d
am: 0408b20190

Change-Id: I5c900b5bc9d6add6d886a35e27e84355cd124254

7 years agoMerge "wifi(implementation): Callback death handler" am: 10b0e0880c
Roshan Pius [Sat, 18 Feb 2017 16:43:29 +0000 (16:43 +0000)]
Merge "wifi(implementation): Callback death handler" am: 10b0e0880c
am: 00176aff3d

Change-Id: I9bc0ed731b2e87c54105371da422c6f0a669bc28

7 years agoMerge "wifi(implementation): Callback death handler"
Roshan Pius [Sat, 18 Feb 2017 16:39:59 +0000 (16:39 +0000)]
Merge "wifi(implementation): Callback death handler"
am: 10b0e0880c

Change-Id: I4b997550a6307cd13d79a4627b0725b22b65b0e6

7 years agoMerge "wifi(implementation): Callback death handler"
Treehugger Robot [Sat, 18 Feb 2017 16:36:34 +0000 (16:36 +0000)]
Merge "wifi(implementation): Callback death handler"

7 years agoMerge "wpa_supplicant(interface): Add bssid to WNM callbacs" am: 7748aa1f5d am: 8c24a...
Roshan Pius [Sat, 18 Feb 2017 04:02:24 +0000 (04:02 +0000)]
Merge "wpa_supplicant(interface): Add bssid to WNM callbacs" am: 7748aa1f5d am: 8c24a719d2
am: 69fd678d5c

Change-Id: Ie075b7965d7adcde552f67f6d85de286f4a34dce

7 years agoMerge "wpa_supplicant(interface): Add bssid to WNM callbacs" am: 7748aa1f5d
Roshan Pius [Sat, 18 Feb 2017 03:49:06 +0000 (03:49 +0000)]
Merge "wpa_supplicant(interface): Add bssid to WNM callbacs" am: 7748aa1f5d
am: 8c24a719d2

Change-Id: I57f8b3ae837e8d2d3abdb5d03d6e174dd099a255

7 years agoMerge "wpa_supplicant(interface): Add bssid to WNM callbacs"
Roshan Pius [Sat, 18 Feb 2017 03:47:07 +0000 (03:47 +0000)]
Merge "wpa_supplicant(interface): Add bssid to WNM callbacs"
am: 7748aa1f5d

Change-Id: Ibe549f938b4293e299fa8ddf02ac9a7037d6cdec

7 years agoMerge "wpa_supplicant(interface): Add bssid to WNM callbacs"
Treehugger Robot [Sat, 18 Feb 2017 03:43:52 +0000 (03:43 +0000)]
Merge "wpa_supplicant(interface): Add bssid to WNM callbacs"

7 years agoVTS: USB: vts target test for USB HAL.
Badhri Jagan Sridharan [Fri, 27 Jan 2017 23:08:14 +0000 (15:08 -0800)]
VTS: USB: vts target test for USB HAL.

Test: vts-tradefed run vts -m UsbHidlTargetTest
Change-Id: Ib2c7b2dce2c8497a28501730fd32c2cd035f9e00

7 years agoMerge "Remove unused OFF/MIN/MAX constants from HAL."
Bryan Eyler [Sat, 18 Feb 2017 00:55:00 +0000 (00:55 +0000)]
Merge "Remove unused OFF/MIN/MAX constants from HAL."

7 years agoUpdate the test binary and source file name. am: f7693eed97 am: a266d7bdeb
Zhuoyao Zhang [Sat, 18 Feb 2017 00:25:19 +0000 (00:25 +0000)]
Update the test binary and source file name. am: f7693eed97 am: a266d7bdeb
am: fbbf8ba2b1

Change-Id: I6b2b96b0f87e6fd960842f29cb1e800bd22418ca

7 years agoUpdate the test binary and source file name. am: f7693eed97
Zhuoyao Zhang [Sat, 18 Feb 2017 00:13:14 +0000 (00:13 +0000)]
Update the test binary and source file name. am: f7693eed97
am: a266d7bdeb

Change-Id: Ie6aba9314dca831fd80d022cfa79c38ac25a6544

7 years agoUpdate the test binary and source file name.
Zhuoyao Zhang [Sat, 18 Feb 2017 00:09:24 +0000 (00:09 +0000)]
Update the test binary and source file name.
am: f7693eed97

Change-Id: If5289d134a396eba76c5ac8ade133ae3576bf506

7 years agoMerge "Support multiple codecs per crypto instance The initial drm hidl hal...
Jeff Tinker [Fri, 17 Feb 2017 23:30:15 +0000 (23:30 +0000)]
Merge "Support multiple codecs per crypto instance      The initial drm hidl hal implementation assumed one codec per crypto instance, but in fact there can be multiple codecs per crypto instance. This change extends the drm hal to allow multiple memory heaps per crypto plugin. It fixes the issue of mapping memory frequently during playback."

7 years agoRemove unused OFF/MIN/MAX constants from HAL.
Bryan Eyler [Thu, 9 Feb 2017 23:15:57 +0000 (15:15 -0800)]
Remove unused OFF/MIN/MAX constants from HAL.

Change-Id: I8b2b0d94872fdfcb60d2791ee14be85cccd35129

7 years agographics: composer should not die with its client
Chia-I Wu [Fri, 17 Feb 2017 20:38:50 +0000 (12:38 -0800)]
graphics: composer should not die with its client

Fail elegantly when any of IComposerCallback method returns an
error.

Bug: 35334576
Test: manual
Change-Id: If84a265d3bfa01178ea7316d7fe3ba7941ad127f

7 years agoMerge "Regenerate make files for Vehicle HAL 2.1"
TreeHugger Robot [Fri, 17 Feb 2017 20:09:07 +0000 (20:09 +0000)]
Merge "Regenerate make files for Vehicle HAL 2.1"

7 years agoSupport multiple codecs per crypto instance
Jeff Tinker [Thu, 16 Feb 2017 20:20:30 +0000 (12:20 -0800)]
Support multiple codecs per crypto instance

The initial drm hidl hal implementation assumed one
codec per crypto instance, but in fact there can be
multiple codecs per crypto instance. This change
extends the drm hal to allow multiple memory heaps
per crypto plugin. It fixes the issue of mapping
memory frequently during playback.

bug:35275191

Test: manual verification with Play Movies on angler
and in binderized mode on marlin

Change-Id: I0ec36856248623d2ad8acb8ce9873e9274883a40

7 years agoUpdate the test binary and source file name.
Zhuoyao Zhang [Thu, 16 Feb 2017 22:58:55 +0000 (14:58 -0800)]
Update the test binary and source file name.

* To confirm with Vts naming convention.

Bug: 35273456
Test: mma
Change-Id: Ide6d9d15618e65d8cb74363f3a8acd52609cd0dd

7 years agoFix mips-related build breakage.
Stephen Hines [Fri, 17 Feb 2017 12:10:11 +0000 (04:10 -0800)]
Fix mips-related build breakage.

Bug: http://b/34396220
Test: Builds successfully.

MIPS targets predefine _mips to 1, which will conflict with the _mips
variable name that was being used in the HAL here. Rename it to _amips
instead, so that it won't conflict.

Change-Id: Id13f34b740959852dff600259e3405eb72d0983a

7 years agoMerge "Fix build because of addition of new Radio API to VTS." am: 801f78cc05 am...
Sanket Padawe [Fri, 17 Feb 2017 04:38:21 +0000 (04:38 +0000)]
Merge "Fix build because of addition of new Radio API to VTS." am: 801f78cc05 am: c75e2f8d6b am: cde49bb624
am: f92167fbf4

Change-Id: Ied80223d77825eac6c18c55aafee26222eab4841

7 years agoMerge "[AWARE] Update comments on transmit followup status codes" am: 2eff5c85fe...
Etan Cohen [Fri, 17 Feb 2017 04:37:57 +0000 (04:37 +0000)]
Merge "[AWARE] Update comments on transmit followup status codes" am: 2eff5c85fe am: 6083ae3a53 am: 9d54798e4b
am: c57bab48a2

Change-Id: If1bec255643a5afdefa3a901c547c7eae07cc2c7

7 years agoMerge "Added the new RIL request to set SIM power state" am: aefd232011 am: e23876d11...
Jack Yu [Fri, 17 Feb 2017 04:34:57 +0000 (04:34 +0000)]
Merge "Added the new RIL request to set SIM power state" am: aefd232011 am: e23876d113 am: 437d7f8b30
am: 466cb0513d  -s ours

Change-Id: Ic1100ef3449b8e3bf21740697f5d5d2059ce53b5

7 years agoMerge "Fix build because of addition of new Radio API to VTS." am: 801f78cc05 am...
Sanket Padawe [Fri, 17 Feb 2017 02:41:32 +0000 (02:41 +0000)]
Merge "Fix build because of addition of new Radio API to VTS." am: 801f78cc05 am: c75e2f8d6b
am: cde49bb624

Change-Id: I35601ea85ab1afdd254ecc0ba1ac1b3c2094bba2

7 years ago[AWARE] Add capability info: max subscribe addresses
Etan Cohen [Thu, 16 Feb 2017 21:02:43 +0000 (13:02 -0800)]
[AWARE] Add capability info: max subscribe addresses

Add capability to provide maximum number of subscribe
addresses that can be specified in a discovery session
configuration.

Bug: 34059183
Test: integration (sl4a) tests pass
Change-Id: I5aa875cf8f43a7ad215b52e2cf917dfbbb3b1195

7 years agoMerge "Fix build because of addition of new Radio API to VTS." am: 801f78cc05
Sanket Padawe [Fri, 17 Feb 2017 02:37:01 +0000 (02:37 +0000)]
Merge "Fix build because of addition of new Radio API to VTS." am: 801f78cc05
am: c75e2f8d6b

Change-Id: I543eabe7db997a0cba87b250fbcd4566455351a7

7 years agoMerge "Fix build because of addition of new Radio API to VTS."
Sanket Padawe [Fri, 17 Feb 2017 02:32:32 +0000 (02:32 +0000)]
Merge "Fix build because of addition of new Radio API to VTS."
am: 801f78cc05

Change-Id: Ia15071f76ea9a39088029dc9610a4d9aa780e0d7

7 years agoMerge "Fix build because of addition of new Radio API to VTS."
Sanket Padawe [Fri, 17 Feb 2017 02:26:01 +0000 (02:26 +0000)]
Merge "Fix build because of addition of new Radio API to VTS."

7 years agowpa_supplicant(interface): Add bssid to WNM callbacs
Roshan Pius [Fri, 17 Feb 2017 02:02:42 +0000 (18:02 -0800)]
wpa_supplicant(interface): Add bssid to WNM callbacs

Also,
Renamed the other HS2.0 callback param to |bssid|.

Bug: 35444886
Test: Compiles
Change-Id: Ic1b3f7c92fe2a9d25651c682534270e527506d88

7 years agoMerge "[AWARE] Update comments on transmit followup status codes" am: 2eff5c85fe...
Etan Cohen [Fri, 17 Feb 2017 02:15:41 +0000 (02:15 +0000)]
Merge "[AWARE] Update comments on transmit followup status codes" am: 2eff5c85fe am: 6083ae3a53
am: 9d54798e4b

Change-Id: If1785ca58a770e5554cbc6b18d744c914478225e

7 years agoFix build because of addition of new Radio API to VTS.
Sanket Padawe [Fri, 17 Feb 2017 02:11:34 +0000 (18:11 -0800)]
Fix build because of addition of new Radio API to VTS.

Test: Tested build success. mma over hardware/interfaces/radio/1.0/vts

Change-Id: Ie4258573367c7448b1689010492c34e03124384d

7 years agoMerge "[AWARE] Update comments on transmit followup status codes" am: 2eff5c85fe
Etan Cohen [Fri, 17 Feb 2017 02:11:09 +0000 (02:11 +0000)]
Merge "[AWARE] Update comments on transmit followup status codes" am: 2eff5c85fe
am: 6083ae3a53

Change-Id: Ia3e184832465c0a476307ab4dc4d2cbb37d8aa61

7 years agoMerge "[AWARE] Update comments on transmit followup status codes"
Etan Cohen [Fri, 17 Feb 2017 02:07:08 +0000 (02:07 +0000)]
Merge "[AWARE] Update comments on transmit followup status codes"
am: 2eff5c85fe

Change-Id: If40151454a51d0b41bfaa0adb74f291a98fb2770

7 years agoMerge "[AWARE] Update comments on transmit followup status codes"
Etan Cohen [Fri, 17 Feb 2017 01:58:06 +0000 (01:58 +0000)]
Merge "[AWARE] Update comments on transmit followup status codes"

7 years agoMerge "Added the new RIL request to set SIM power state" am: aefd232011 am: e23876d113
Jack Yu [Fri, 17 Feb 2017 01:41:00 +0000 (01:41 +0000)]
Merge "Added the new RIL request to set SIM power state" am: aefd232011 am: e23876d113
am: 437d7f8b30

Change-Id: Ie388f18bb77148a3e993108f46ca152b2b8e4093

7 years agoMerge "Added the new RIL request to set SIM power state" am: aefd232011
Jack Yu [Fri, 17 Feb 2017 01:31:59 +0000 (01:31 +0000)]
Merge "Added the new RIL request to set SIM power state" am: aefd232011
am: e23876d113

Change-Id: I802a63433b87d2b5e4732861dcf0afee28f64eb2

7 years agoMerge "wifi(implementation): Initialize flags before conversion" am: c00fc1ff6b am...
Roshan Pius [Fri, 17 Feb 2017 01:22:37 +0000 (01:22 +0000)]
Merge "wifi(implementation): Initialize flags before conversion" am: c00fc1ff6b am: 5298a432f6 am: 17382c1d54
am: 4a4ceca10d

Change-Id: I7dbe9edc6a46ba8db4592984f158b7dd5e85d428

7 years agoMerge "Added the new RIL request to set SIM power state"
Jack Yu [Fri, 17 Feb 2017 01:22:29 +0000 (01:22 +0000)]
Merge "Added the new RIL request to set SIM power state"
am: aefd232011

Change-Id: Ic1bb95615ad5c09110ceabce352938386356fb55

7 years agoMerge "wifi(implementation): Initialize flags before conversion" am: c00fc1ff6b am...
Roshan Pius [Fri, 17 Feb 2017 01:17:07 +0000 (01:17 +0000)]
Merge "wifi(implementation): Initialize flags before conversion" am: c00fc1ff6b am: 5298a432f6
am: 17382c1d54

Change-Id: I4e19145ca297234f9f3b9b370215f13de98801e5

7 years agoMerge "Added the new RIL request to set SIM power state"
Treehugger Robot [Fri, 17 Feb 2017 01:13:25 +0000 (01:13 +0000)]
Merge "Added the new RIL request to set SIM power state"

7 years agoMerge "wifi(implementation): Initialize flags before conversion" am: c00fc1ff6b
Roshan Pius [Fri, 17 Feb 2017 01:13:07 +0000 (01:13 +0000)]
Merge "wifi(implementation): Initialize flags before conversion" am: c00fc1ff6b
am: 5298a432f6

Change-Id: I7d738dbf72ca47ac88cb88ed1bee8f2616c2ed36