OSDN Git Service

android-x86/hardware-interfaces.git
7 years agoMerge "Fix typos in IEvsEnumerator descriptive comment" into oc-dev am: fd8da20eca
Scott Randolph [Fri, 26 May 2017 00:28:07 +0000 (00:28 +0000)]
Merge "Fix typos in IEvsEnumerator descriptive comment" into oc-dev am: fd8da20eca
am: 34d7fe47aa

Change-Id: I0b64b1fb1c4c87d7d2ede832c20fa8d173440a2c

7 years agoMerge "Fix typos in IEvsEnumerator descriptive comment" into oc-dev
Scott Randolph [Fri, 26 May 2017 00:25:42 +0000 (00:25 +0000)]
Merge "Fix typos in IEvsEnumerator descriptive comment" into oc-dev
am: fd8da20eca

Change-Id: I0c1dcb81b0f2afb2d7065ceee72125af9d7980ee

7 years agoMerge "Fix typos in IEvsEnumerator descriptive comment" into oc-dev
TreeHugger Robot [Fri, 26 May 2017 00:14:46 +0000 (00:14 +0000)]
Merge "Fix typos in IEvsEnumerator descriptive comment" into oc-dev

7 years agoCamera: Silence log spam am: 207867716a
Shuzhen Wang [Thu, 25 May 2017 23:16:58 +0000 (23:16 +0000)]
Camera: Silence log spam am: 207867716a
am: 6ccc129e91

Change-Id: Ida70914135764b034aff9c09b288df5a31cb9c60

7 years agoCamera: Silence log spam
Shuzhen Wang [Thu, 25 May 2017 22:57:13 +0000 (22:57 +0000)]
Camera: Silence log spam
am: 207867716a

Change-Id: I697d551878713f56ed5845b3ebd87db76e1b513e

7 years agoMerge "Omx vts test."
Zhuoyao Zhang [Thu, 25 May 2017 21:21:02 +0000 (21:21 +0000)]
Merge "Omx vts test."

7 years agoMerge "libhwbinder test: Android.mk -> Android.bp" am: 154040c0ca am: e7d4e66030...
Steven Moreland [Thu, 25 May 2017 21:18:09 +0000 (21:18 +0000)]
Merge "libhwbinder test: Android.mk -> Android.bp" am: 154040c0ca am: e7d4e66030 am: ce443e0b23
am: e5a50aa9d2

Change-Id: Id279641092ad7585d4c250d407907144f5ef850f

7 years agoMerge "libhwbinder test: Android.mk -> Android.bp" am: 154040c0ca am: e7d4e66030
Steven Moreland [Thu, 25 May 2017 21:03:20 +0000 (21:03 +0000)]
Merge "libhwbinder test: Android.mk -> Android.bp" am: 154040c0ca am: e7d4e66030
am: ce443e0b23

Change-Id: I2b63cd362403db78159f05f5dbf4a13d7a0d7d79

7 years agoMerge "libhwbinder test: Android.mk -> Android.bp" am: 154040c0ca
Steven Moreland [Thu, 25 May 2017 20:58:18 +0000 (20:58 +0000)]
Merge "libhwbinder test: Android.mk -> Android.bp" am: 154040c0ca
am: e7d4e66030

Change-Id: Idbc4dbf3a9fbc7e1cbc865355d9c67550b14e8b5

7 years agoMerge "libhwbinder test: Android.mk -> Android.bp"
Steven Moreland [Thu, 25 May 2017 20:54:18 +0000 (20:54 +0000)]
Merge "libhwbinder test: Android.mk -> Android.bp"
am: 154040c0ca

Change-Id: Ibaebc42be2d02322984ee205342e6b848a9d73bb

7 years agoMerge "libhwbinder test: Android.mk -> Android.bp"
Treehugger Robot [Thu, 25 May 2017 20:47:47 +0000 (20:47 +0000)]
Merge "libhwbinder test: Android.mk -> Android.bp"

7 years agoCamera: Silence log spam
Shuzhen Wang [Thu, 25 May 2017 17:34:13 +0000 (10:34 -0700)]
Camera: Silence log spam

HAL is allowed to return captureResult from different thread contexts.
Do not do ALOGW if this is the case.

Test: Run camera and check logspam is gone
Bug: 62068207
Change-Id: I86e77fc578953cefecf10ebc4d395edf33627e8c

7 years agoMerge "Fix more radio VTS test." into oc-dev am: 3cc7c4e314
Sanket Padawe [Thu, 25 May 2017 17:16:33 +0000 (17:16 +0000)]
Merge "Fix more radio VTS test." into oc-dev am: 3cc7c4e314
am: 29687c4bf4

Change-Id: I2c676fd849b1a18c0dfe6a46fd2ef35067643d64

7 years agoMerge "Fix more radio VTS test." into oc-dev
Sanket Padawe [Thu, 25 May 2017 17:14:04 +0000 (17:14 +0000)]
Merge "Fix more radio VTS test." into oc-dev
am: 3cc7c4e314

Change-Id: Id8f41004922cfb7d5622e2a20aa0c7569a46efbe

7 years agoMerge "Fix more radio VTS test." into oc-dev
TreeHugger Robot [Thu, 25 May 2017 17:06:28 +0000 (17:06 +0000)]
Merge "Fix more radio VTS test." into oc-dev

7 years agoMerge "Audio: Add XML schema for audio effects configuration"
TreeHugger Robot [Thu, 25 May 2017 04:50:49 +0000 (04:50 +0000)]
Merge "Audio: Add XML schema for audio effects configuration"

7 years agoOmx vts test.
Ram Mohan M [Thu, 11 May 2017 13:22:47 +0000 (18:52 +0530)]
Omx vts test.

Bug:32023356
Test: make vts.

secure buffer allocation for secure components

As of now, we see a crash in encoder test application on secure components
This is due to nullptr access. setting property media.mediadrmservice.enable
to 1 causes a different crash sigabrt(). In decoder securebufferallocation
call passes but we havent done anything with it. This commit needs more work.

Change-Id: I19127e39ad7daf66ac5277406e3857ec45c99e0a

add debug code

This can come in handy to view the decoded/encoded content or
for computation of psnr

Change-Id: I80e60349c76c02e5098df667223a0227f59b8324

video encoder test with anw input buffer

In this commit, anw buffers are provided as input for encoding
as opposed to byte buffers. In process IOmxNode, IGraphicBufferSource api
calls are tested

Change-Id: I7ec4af0746fe59221de42e56b344852d8fadc4f2

add support for additional color formats

Change-Id: Ia88ef9c95882958a68fee5cc68e146c3502a1b48

add eos and timestamp deviation test to video encoder

Change-Id: I9ebeaa53a986ec3f8a2ef55306877aec808d2add

add metamode support for video decoders

Change-Id: I7d6d6991cdc0ed36241d0e99c7a23675664acb10

add a timeout while processing input buffers

do not wait on input buffers processing to complete for an
indefinite amount of time. wait for a predefined duration and
leave

Change-Id: Icceaf0737a52e62f47bc052367e7ddbdc1868a46

move duplicate code to a library

move routines common across audio, video, component folders to a static
library

Change-Id: I55bf21e47571490e989b52b82c48c6e9a4b23745

add end of stream test for audio encoder

add eos test for audio encoder and some more code cleanup

Change-Id: I9d670ed53f6bba5802f919ec915e67bb0fa83518

Ensure all the buffers allocated are cycled

use all buffers provided by the component (even if it is greater than the
number of buffers needed by the bitstream)

Change-Id: I83b454b999203fb94bc4cc50c91bd99f788131b3

move duplicate code to a library - II

Change-Id: I375603feb9da303adc6a2d75ef59e43a11c3bd6d

Change-Id: I83b454b999203fb94bc4cc50c91bd99f788131b3

7 years agoMerge "camera.device@3.2 wrapper: Close release fence FDs" into oc-dev am: 1c20927f43
Eino-Ville Talvala [Thu, 25 May 2017 01:58:54 +0000 (01:58 +0000)]
Merge "camera.device@3.2 wrapper: Close release fence FDs" into oc-dev am: 1c20927f43
am: 86d314012e

Change-Id: Ic036732ddbd750d47915e3f033d1384499ccea6b

7 years agoMerge "camera.device@3.2 wrapper: Close release fence FDs" into oc-dev
Eino-Ville Talvala [Thu, 25 May 2017 01:55:55 +0000 (01:55 +0000)]
Merge "camera.device@3.2 wrapper: Close release fence FDs" into oc-dev
am: 1c20927f43

Change-Id: I81840052731f509509cde33ba773b5972ed08d66

7 years agoMerge "camera.device@3.2 wrapper: Close release fence FDs" into oc-dev
TreeHugger Robot [Thu, 25 May 2017 01:50:45 +0000 (01:50 +0000)]
Merge "camera.device@3.2 wrapper: Close release fence FDs" into oc-dev

7 years agoMerge "configstore-utils: add feature to cache service handles" am: 03b02609ff am...
Jaesoo Lee [Thu, 25 May 2017 01:26:33 +0000 (01:26 +0000)]
Merge "configstore-utils: add feature to cache service handles" am: 03b02609ff am: fbb8bb0671 am: c028065f5e
am: 1c231dfdad

Change-Id: I86407072bf4bbef94dc625dede248a2e9b29719f

7 years agoMerge "configstore-utils: add feature to cache service handles" am: 03b02609ff am...
Jaesoo Lee [Thu, 25 May 2017 01:24:03 +0000 (01:24 +0000)]
Merge "configstore-utils: add feature to cache service handles" am: 03b02609ff am: fbb8bb0671
am: c028065f5e

Change-Id: I30de198a55d1a283db949498e887a06f9565bbe2

7 years agoMerge "configstore-utils: add feature to cache service handles" am: 03b02609ff
Jaesoo Lee [Thu, 25 May 2017 01:21:01 +0000 (01:21 +0000)]
Merge "configstore-utils: add feature to cache service handles" am: 03b02609ff
am: fbb8bb0671

Change-Id: Ic1cd2c7010fd122e0939bb993bc4211010ff756f

7 years agoMerge "configstore-utils: add feature to cache service handles"
Jaesoo Lee [Thu, 25 May 2017 01:18:01 +0000 (01:18 +0000)]
Merge "configstore-utils: add feature to cache service handles"
am: 03b02609ff

Change-Id: Ide69ff1702216e34d2d753f2da11f52b48032092

7 years agoMerge "configstore-utils: add feature to cache service handles"
Treehugger Robot [Thu, 25 May 2017 01:13:35 +0000 (01:13 +0000)]
Merge "configstore-utils: add feature to cache service handles"

7 years agocamera.device@3.2 wrapper: Close release fence FDs
Eino-Ville Talvala [Wed, 24 May 2017 22:05:56 +0000 (15:05 -0700)]
camera.device@3.2 wrapper: Close release fence FDs

Freeing the native handle isn't enough; we need to close the fence FDs
after sending them to the camera service, since that's the behavior
that the legacy HAL interface requires.

Test: Camera CTS continues to pass.
Bug: 38482274
Change-Id: I879de566dcafecc1b899d79e68b38ea39b91a37e

7 years agolibhwbinder test: Android.mk -> Android.bp
Steven Moreland [Wed, 24 May 2017 00:23:26 +0000 (17:23 -0700)]
libhwbinder test: Android.mk -> Android.bp

Test: links

Change-Id: Iaaa27cb0f398ee4b9a273916454f3110ddee0e3b

7 years agoAudio: Add XML schema for audio effects configuration
Mikhail Naganov [Fri, 19 May 2017 00:15:44 +0000 (17:15 -0700)]
Audio: Add XML schema for audio effects configuration

The schema describes the new XML format for audio effects
configuration.

Bug: 37492580
Test: schema is parsed with xmllint with no errors
Change-Id: I5dd33c6806cace5cb66457e1a072bda51ee11294

7 years agoMerge "Check handle for nullptr"
TreeHugger Robot [Wed, 24 May 2017 15:49:06 +0000 (15:49 +0000)]
Merge "Check handle for nullptr"

7 years agoconfigstore-utils: add feature to cache service handles
Jaesoo Lee [Mon, 22 May 2017 06:53:25 +0000 (15:53 +0900)]
configstore-utils: add feature to cache service handles

Previously, the service handle for the configstore needs to be retrieved
for every calls. This change reduces the time for retrieving multiple
configstore items from a same client by caching the service handle per a
configstore interface class.

Bug: 38411900
Test: built and tested on sailfish.
Change-Id: Iaff81e9f2b026aee0bd3865f5d5ed3fb7b6056e0

7 years agoCheck handle for nullptr
Steven Moreland [Tue, 23 May 2017 23:06:04 +0000 (16:06 -0700)]
Check handle for nullptr

Test: pass
Bug: 37662706
Change-Id: Ia3ec4d8e512d18b679a9d6291a8dfdc0eb0cceec

7 years agoMerge changes from topic 'vintf_compat_mat_update' into oc-dev am: 5b14a8823e
Yifan Hong [Tue, 23 May 2017 22:43:26 +0000 (22:43 +0000)]
Merge changes from topic 'vintf_compat_mat_update' into oc-dev am: 5b14a8823e
am: e533ac83b9

Change-Id: Iee7c4cda8e1927b86d1766c076c2ee9850016d50

7 years agoUpdate framework compatibility matrix am: e2aaf8cbb8
Yifan Hong [Tue, 23 May 2017 22:43:24 +0000 (22:43 +0000)]
Update framework compatibility matrix am: e2aaf8cbb8
am: b5d9c120bb

Change-Id: I5d5d9fd68a9a0a272d0763ca264466092cc180df

7 years agoFix automotive.* hals for oc-dev am: ce3aab7bd0
Yifan Hong [Tue, 23 May 2017 22:43:21 +0000 (22:43 +0000)]
Fix automotive.* hals for oc-dev am: ce3aab7bd0
am: 2e1e33169f

Change-Id: Id80370ccdb6396cd089f2123832ca7f151dd6242

7 years agoAdd evs and vehicle hal to compatibility matrix am: 47d88d6eeb
Scott Randolph [Tue, 23 May 2017 22:43:19 +0000 (22:43 +0000)]
Add evs and vehicle hal to compatibility matrix am: 47d88d6eeb
am: e9a65c2424  -s ours

Change-Id: Ib751de1a0f29facd6ff7acabf8527bd443f83a79

7 years agoMerge changes from topic 'vintf_compat_mat_update' into oc-dev
Yifan Hong [Tue, 23 May 2017 22:41:04 +0000 (22:41 +0000)]
Merge changes from topic 'vintf_compat_mat_update' into oc-dev
am: 5b14a8823e

Change-Id: I42509f2741042366e0c5bd138ffc6855a72794dc

7 years agoUpdate framework compatibility matrix
Yifan Hong [Tue, 23 May 2017 22:41:00 +0000 (22:41 +0000)]
Update framework compatibility matrix
am: e2aaf8cbb8

Change-Id: Ib7b3d362e4e45e910c062f907f0acafef3bcbef3

7 years agoFix automotive.* hals for oc-dev
Yifan Hong [Tue, 23 May 2017 22:40:56 +0000 (22:40 +0000)]
Fix automotive.* hals for oc-dev
am: ce3aab7bd0

Change-Id: I8537a6f59ff572780814b1f513d957c4b642905d

7 years agoAdd evs and vehicle hal to compatibility matrix
Scott Randolph [Tue, 23 May 2017 22:40:52 +0000 (22:40 +0000)]
Add evs and vehicle hal to compatibility matrix
am: 47d88d6eeb

Change-Id: Id61586007d132ed62a0391f000a9c359326884e4

7 years agoMerge changes from topic 'vintf_compat_mat_update' into oc-dev
Yifan Hong [Tue, 23 May 2017 22:35:10 +0000 (22:35 +0000)]
Merge changes from topic 'vintf_compat_mat_update' into oc-dev

* changes:
  Add <kernel> entry to framework compat mat
  Update framework compatibility matrix
  Fix automotive.* hals for oc-dev
  Add evs and vehicle hal to compatibility matrix

7 years agoMerge "audiohal: Prevent logspam when calling get_presentation_position"
TreeHugger Robot [Tue, 23 May 2017 22:34:12 +0000 (22:34 +0000)]
Merge "audiohal: Prevent logspam when calling get_presentation_position"

7 years agoMerge "Temporary disable tests failing tests for O" into oc-dev am: ed8c71e480
Kevin Rocard [Tue, 23 May 2017 21:53:19 +0000 (21:53 +0000)]
Merge "Temporary disable tests failing tests for O" into oc-dev am: ed8c71e480
am: b7e2957ad5

Change-Id: I639e310bbcd1da5f12263d39dbec54e7aa8ebe0d

7 years agoMerge "Temporary disable tests failing tests for O" into oc-dev
Kevin Rocard [Tue, 23 May 2017 21:48:04 +0000 (21:48 +0000)]
Merge "Temporary disable tests failing tests for O" into oc-dev
am: ed8c71e480

Change-Id: Ib0681b212b0e9e568004c6b07e66a61bb31ea371

7 years agoMerge "Temporary disable tests failing tests for O" into oc-dev
TreeHugger Robot [Tue, 23 May 2017 21:39:10 +0000 (21:39 +0000)]
Merge "Temporary disable tests failing tests for O" into oc-dev

7 years agoaudiohal: Prevent logspam when calling get_presentation_position
Mikhail Naganov [Fri, 19 May 2017 23:46:28 +0000 (16:46 -0700)]
audiohal: Prevent logspam when calling get_presentation_position

get_presentation_position can return ENODATA if the stream
has stopped but the write is still querying the position.

Bug: 38376424
Change-Id: I9d516a19fb347843a8ec8e8e9a0f5eab0b0798e6
Test: no log messages from StreamHAL about get_presentation_position

7 years agoMerge "Increase poll max size, avoid performance issue when batching" into oc-dev...
Peng Xu [Tue, 23 May 2017 20:57:23 +0000 (20:57 +0000)]
Merge "Increase poll max size, avoid performance issue when batching" into oc-dev am: 538fa39cf8
am: 2d2257faae  -s ours

Change-Id: I1af3a999dd6e04ec155ec6d1a833157ae831ce08

7 years agoMerge "Increase poll max size, avoid performance issue when batching" into oc-dev
Peng Xu [Tue, 23 May 2017 20:48:21 +0000 (20:48 +0000)]
Merge "Increase poll max size, avoid performance issue when batching" into oc-dev
am: 538fa39cf8

Change-Id: I834c6e72498963bbe48299903e12f79b29a7479b

7 years agoFix more radio VTS test.
Sanket Padawe [Wed, 10 May 2017 18:29:33 +0000 (11:29 -0700)]
Fix more radio VTS test.

+ Increase timeout to 65s to fix some tests failing because of timeouts.

Bug: 35800570
Test: vts
Change-Id: Idf0204908592eac5f2a954d4425123df75999b1c

7 years agoMerge "Increase poll max size, avoid performance issue when batching" into oc-dev
Peng Xu [Tue, 23 May 2017 20:33:28 +0000 (20:33 +0000)]
Merge "Increase poll max size, avoid performance issue when batching" into oc-dev

7 years agoAdd <kernel> entry to framework compat mat
Yifan Hong [Tue, 16 May 2017 01:04:06 +0000 (18:04 -0700)]
Add <kernel> entry to framework compat mat

3.18, 4.4 and 4.9 are the supported kernels in O.

Test: builds
Test: adb shell vintf (RuntimeInfo is compatible with
 framework compat mat)

Bug: 38324908
Change-Id: I8b2c98e8168af651215a309c8b0b93d3c342f97d

7 years agoUpdate framework compatibility matrix
Yifan Hong [Tue, 23 May 2017 00:35:52 +0000 (17:35 -0700)]
Update framework compatibility matrix

Test: builds (compat check passes with assemble_vintf)

Change-Id: I23a8b3ab1db2344c8f246349aabd99ed42a4ac92

7 years agoMerge "graphics: set maxThreads to 4 for the allocator"
TreeHugger Robot [Tue, 23 May 2017 19:52:02 +0000 (19:52 +0000)]
Merge "graphics: set maxThreads to 4 for the allocator"

7 years agoIncrease poll max size, avoid performance issue when batching
Peng Xu [Thu, 4 May 2017 23:36:37 +0000 (16:36 -0700)]
Increase poll max size, avoid performance issue when batching

Vts polls sensor events with max size of 1, which can cause
performance issue when batching. Increase it to 64 to help eliminate
potential performance issue.

Note this CL has no change in behavior of test.

Test: VTS target test pass on several devices
Bug: 62027156
Change-Id: I04a6791f407ec0a54eb6cd8df4d4ef41e8a89c12
Merged-In: I04a6791f407ec0a54eb6cd8df4d4ef41e8a89c12
(cherry picked from commit e337dfe3d250dabcbdc9d4c8e9620f76b96b4562)

7 years agoFix automotive.* hals for oc-dev
Yifan Hong [Tue, 23 May 2017 18:16:20 +0000 (11:16 -0700)]
Fix automotive.* hals for oc-dev

Test: builds
Change-Id: I12795a37d3bbd1508e059a79bb61e1b4bc1a9a3f

7 years agoAdd evs and vehicle hal to compatibility matrix
Scott Randolph [Thu, 11 May 2017 17:16:12 +0000 (10:16 -0700)]
Add evs and vehicle hal to compatibility matrix

Test: builds
Change-Id: I61dcc985d1d4dde4b4b53e36b0de1d4dcff8d3f4
Merged-In: I61dcc985d1d4dde4b4b53e36b0de1d4dcff8d3f4

7 years agoFixed flaky RenderScript VTS Test am: 076f69aa2b am: c12c5abf68 am: abb2a62271
Michael Butler [Tue, 23 May 2017 18:07:57 +0000 (18:07 +0000)]
Fixed flaky RenderScript VTS Test am: 076f69aa2b am: c12c5abf68 am: abb2a62271
am: 3b8250a93a

Change-Id: Ia4d1cd30343045ce7a230dbad529100898102872

7 years agoFixed flaky RenderScript VTS Test am: 076f69aa2b am: c12c5abf68
Michael Butler [Tue, 23 May 2017 17:52:57 +0000 (17:52 +0000)]
Fixed flaky RenderScript VTS Test am: 076f69aa2b am: c12c5abf68
am: abb2a62271

Change-Id: Icc6c8ea54f3e61a54ef7faa5f37e3f209035ee6d

7 years agoFixed flaky RenderScript VTS Test am: 076f69aa2b
Michael Butler [Tue, 23 May 2017 17:50:47 +0000 (17:50 +0000)]
Fixed flaky RenderScript VTS Test am: 076f69aa2b
am: c12c5abf68

Change-Id: Iffca0f29077c804125d3bf185e165e453a206c72

7 years agoFixed flaky RenderScript VTS Test
Michael Butler [Tue, 23 May 2017 17:48:43 +0000 (17:48 +0000)]
Fixed flaky RenderScript VTS Test
am: 076f69aa2b

Change-Id: I17ae8017893c4c9d374a956417e7e18f06188a39

7 years agoMerge "wifi(vts): Add retry for HAL start" into oc-dev am: 4197ba0208
Roshan Pius [Tue, 23 May 2017 00:54:47 +0000 (00:54 +0000)]
Merge "wifi(vts): Add retry for HAL start" into oc-dev am: 4197ba0208
am: 647d7a8aec

Change-Id: I43f2d5f90c8e5bba71753cdb8587f5fd59233e30

7 years agoMerge "Move media_profiles_V1_0.dtd to hardware/interfaces" into oc-dev am: daa038e99...
Pawin Vongmasa [Tue, 23 May 2017 00:54:31 +0000 (00:54 +0000)]
Merge "Move media_profiles_V1_0.dtd to hardware/interfaces" into oc-dev am: daa038e999  -s ours
am: da19736f7a  -s ours

Change-Id: I6e8bc05f7cfc7eaba1473c530c47704b408e6385

7 years agoMerge "wifi(vts): Add retry for HAL start" into oc-dev
Roshan Pius [Tue, 23 May 2017 00:45:05 +0000 (00:45 +0000)]
Merge "wifi(vts): Add retry for HAL start" into oc-dev
am: 4197ba0208

Change-Id: I6552049f92cafa2544bd5d24e806f5dd45ea9627

7 years agoMerge "Move media_profiles_V1_0.dtd to hardware/interfaces" into oc-dev
Pawin Vongmasa [Tue, 23 May 2017 00:44:48 +0000 (00:44 +0000)]
Merge "Move media_profiles_V1_0.dtd to hardware/interfaces" into oc-dev
am: daa038e999  -s ours

Change-Id: I1680ef5a697825ce2639e5bc29e80a35d4bd01cc

7 years agoFixed flaky RenderScript VTS Test
Michael Butler [Tue, 23 May 2017 00:01:24 +0000 (17:01 -0700)]
Fixed flaky RenderScript VTS Test

Added missing synchronization before context destroy

Bug: 38385848
Test: make vts, does not fail with multiple tests
Change-Id: Ib0d038969e9a1d6f5ea555ccb60fed55b69e05dc

7 years agoMerge "wifi(vts): Add retry for HAL start" into oc-dev
TreeHugger Robot [Tue, 23 May 2017 00:25:30 +0000 (00:25 +0000)]
Merge "wifi(vts): Add retry for HAL start" into oc-dev

7 years agoMove media_profiles_V1_0.dtd to hardware/interfaces am: d30c749adb -s ours
Pawin Vongmasa [Tue, 23 May 2017 00:14:43 +0000 (00:14 +0000)]
Move media_profiles_V1_0.dtd to hardware/interfaces am: d30c749adb  -s ours
am: b0938a1224  -s ours

Change-Id: I1f8e5af9b12e98f84f62a61ea02851946f51e437

7 years agoMove media_profiles_V1_0.dtd to hardware/interfaces
Pawin Vongmasa [Tue, 23 May 2017 00:06:18 +0000 (00:06 +0000)]
Move media_profiles_V1_0.dtd to hardware/interfaces
am: d30c749adb  -s ours

Change-Id: I5e55718118df98a6936bcb2ca56b446ecf2ebb32

7 years agoFix typos in IEvsEnumerator descriptive comment
Scott Randolph [Mon, 22 May 2017 23:35:39 +0000 (16:35 -0700)]
Fix typos in IEvsEnumerator descriptive comment

IEvsEnumerator::openCamera had a typo and the incorrect name of a related
interface in one of the descriptive comments.  This fixes those issues
and updates the checksum for the interface.

Bug: 38508696
Test: build evs_app and evs default driver.
Change-Id: I24f3ca2bc3652711a4ee2ea9a37428d4bdafc509

7 years agoMerge "Move media_profiles_V1_0.dtd to hardware/interfaces" into oc-dev
TreeHugger Robot [Mon, 22 May 2017 23:53:33 +0000 (23:53 +0000)]
Merge "Move media_profiles_V1_0.dtd to hardware/interfaces" into oc-dev

7 years agowifi(vts): Add retry for HAL start
Roshan Pius [Mon, 22 May 2017 21:16:06 +0000 (14:16 -0700)]
wifi(vts): Add retry for HAL start

Port of the retry logic added in HalDeviceManager for temporary IWifi.start()
failures when invoked immediately after IWifi.stop().

Bug: 38342536
Test: Run VTS tests
Change-Id: Ie58a08c45979bafa0c61fa1c8536a2c0a0cd8ed9

7 years agoUpdate makefiles. (2/2) am: 76cfb84140
Steven Moreland [Mon, 22 May 2017 17:29:04 +0000 (17:29 +0000)]
Update makefiles. (2/2) am: 76cfb84140
am: f203167814

Change-Id: I1f13401266f3c2f78c627088b09c79cd7c8d0276

7 years agoUpdate makefiles. am: e4d318948a -s ours
Steven Moreland [Mon, 22 May 2017 17:29:01 +0000 (17:29 +0000)]
Update makefiles. am: e4d318948a  -s ours
am: 855dde3b9a  -s ours

Change-Id: I1e8af8e118bd977b11b462dc0f5c9e408abd8918

7 years agoUpdate makefiles. (2/2)
Steven Moreland [Mon, 22 May 2017 17:15:20 +0000 (17:15 +0000)]
Update makefiles. (2/2)
am: 76cfb84140

Change-Id: I24d21438a5b2f447d2160929c6ff6e17b2b66820

7 years agoUpdate makefiles.
Steven Moreland [Mon, 22 May 2017 17:15:19 +0000 (17:15 +0000)]
Update makefiles.
am: e4d318948a  -s ours

Change-Id: I3bc995be0dbcaedceac63f9dee9120288a84a2e4

7 years agoMerge "Move media_profiles_V1_0.dtd to hardware/interfaces" into oc-dev-plus-aosp
Pawin Vongmasa [Sat, 20 May 2017 04:08:59 +0000 (04:08 +0000)]
Merge "Move media_profiles_V1_0.dtd to hardware/interfaces" into oc-dev-plus-aosp
am: b56e3fa494

Change-Id: Id44d5e78f1c83ad45845e62d00f28a2dedfde919

7 years agoMerge "Move media_profiles_V1_0.dtd to hardware/interfaces" into oc-dev-plus-aosp
TreeHugger Robot [Sat, 20 May 2017 04:05:37 +0000 (04:05 +0000)]
Merge "Move media_profiles_V1_0.dtd to hardware/interfaces" into oc-dev-plus-aosp

7 years agoMerge "Revert "Figure out what error returned in getLastCallFailCause""
TreeHugger Robot [Sat, 20 May 2017 01:15:04 +0000 (01:15 +0000)]
Merge "Revert "Figure out what error returned in getLastCallFailCause""

7 years agoMerge "Update makefiles." am: 9119d4ccd1 am: 242b2288d7 am: c6da54569f
Steven Moreland [Sat, 20 May 2017 00:22:03 +0000 (00:22 +0000)]
Merge "Update makefiles." am: 9119d4ccd1 am: 242b2288d7 am: c6da54569f
am: 67b9ae7d9c

Change-Id: I8462abc85f4f87840c4cee13361290e42746ce82

7 years agoMerge "Update makefiles." am: 9119d4ccd1 am: 242b2288d7
Steven Moreland [Sat, 20 May 2017 00:19:40 +0000 (00:19 +0000)]
Merge "Update makefiles." am: 9119d4ccd1 am: 242b2288d7
am: c6da54569f

Change-Id: Ib7f7a9cdb64985d545443edac5bb8e9c169fc592

7 years agoMerge "Update makefiles." am: 9119d4ccd1
Steven Moreland [Sat, 20 May 2017 00:17:07 +0000 (00:17 +0000)]
Merge "Update makefiles." am: 9119d4ccd1
am: 242b2288d7

Change-Id: I2fbb70483533b0f9be4c2c661c44986ea2dd6850

7 years agoMerge "Update makefiles."
Steven Moreland [Sat, 20 May 2017 00:13:11 +0000 (00:13 +0000)]
Merge "Update makefiles."
am: 9119d4ccd1

Change-Id: Icf060b16975695c0d8b6bbf2ba2d20f1c728eb65

7 years agoMerge "Update makefiles."
Treehugger Robot [Sat, 20 May 2017 00:05:49 +0000 (00:05 +0000)]
Merge "Update makefiles."

7 years agoUpdate makefiles. (2/2)
Steven Moreland [Fri, 19 May 2017 22:52:22 +0000 (15:52 -0700)]
Update makefiles. (2/2)

Adds default configuration for all hals.

Bug: 38415912
Test: pass
Change-Id: Idd1f3a2b7b16ad956d31784a513e93a066cdd02e

7 years agoUpdate makefiles.
Steven Moreland [Thu, 18 May 2017 23:14:16 +0000 (16:14 -0700)]
Update makefiles.

Adds default configuration to all hals.

Test: pass
Merged-In: Icdf6b56df82c4b7b7de815e7febea9a07ab96856
Change-Id: Icdf6b56df82c4b7b7de815e7febea9a07ab96856

7 years agoRevert "Figure out what error returned in getLastCallFailCause"
Shuo Qian [Fri, 19 May 2017 21:15:11 +0000 (21:15 +0000)]
Revert "Figure out what error returned in getLastCallFailCause"

This reverts commit 3bfbed5a07de59c8c0120baf17dac8144f7d4e30.

Change-Id: I8020844be7ce737ff4f76fe8ef4d60492ad32804

7 years agoMerge "VTS Audio Effect: Allow 'NOT_SUPPORTED' from IEffect::offload method" into...
Mikhail Naganov [Fri, 19 May 2017 20:40:49 +0000 (20:40 +0000)]
Merge "VTS Audio Effect: Allow 'NOT_SUPPORTED' from IEffect::offload method" into oc-dev am: 2bb2add8a9
am: 2d6f470495

Change-Id: Ibc558b4ca5af3e03c7eddff43450779c2026b118

7 years agoMerge "VTS Audio Effect: Allow 'NOT_SUPPORTED' from IEffect::offload method" into...
Mikhail Naganov [Fri, 19 May 2017 20:35:34 +0000 (20:35 +0000)]
Merge "VTS Audio Effect: Allow 'NOT_SUPPORTED' from IEffect::offload method" into oc-dev
am: 2bb2add8a9

Change-Id: I4002f571964e615ec0e8357468cbf037fbdb0a43

7 years agoMerge "VTS Audio Effect: Allow 'NOT_SUPPORTED' from IEffect::offload method" into...
TreeHugger Robot [Fri, 19 May 2017 20:28:08 +0000 (20:28 +0000)]
Merge "VTS Audio Effect: Allow 'NOT_SUPPORTED' from IEffect::offload method" into oc-dev

7 years agoVTS Audio Effect: Allow 'NOT_SUPPORTED' from IEffect::offload method
Mikhail Naganov [Fri, 19 May 2017 17:55:17 +0000 (10:55 -0700)]
VTS Audio Effect: Allow 'NOT_SUPPORTED' from IEffect::offload method

HAL may not support offloading, and a call to IEffect::offload
is allowed to return an error code.

Update the test to accept either OK or NOT_SUPPORTED.

Bug: 38437110
Test: still passes
Change-Id: I1822010eed73f61bb0e0ae1852739b47fa72eade

7 years agoMerge "Add <interface> / <instance> to fwk compat mat" into oc-dev am: 0fefa392f7
Yifan Hong [Fri, 19 May 2017 16:47:44 +0000 (16:47 +0000)]
Merge "Add <interface> / <instance> to fwk compat mat" into oc-dev am: 0fefa392f7
am: 8c25616954

Change-Id: I66e3b7be3dff6d156e6667856369374335860a19

7 years agoMerge "Add <interface> / <instance> to fwk compat mat" into oc-dev
Yifan Hong [Fri, 19 May 2017 16:41:46 +0000 (16:41 +0000)]
Merge "Add <interface> / <instance> to fwk compat mat" into oc-dev
am: 0fefa392f7

Change-Id: I4f698299be7e3b4fdf94aa5497c9eb748c419e45

7 years agoMerge "Add <interface> / <instance> to fwk compat mat" into oc-dev
Yifan Hong [Fri, 19 May 2017 16:36:14 +0000 (16:36 +0000)]
Merge "Add <interface> / <instance> to fwk compat mat" into oc-dev

7 years agoMerge "[WIFI] Remove dependency on vendor-specific library" am: 294340e1d4 am: ee9e5b...
Etan Cohen [Fri, 19 May 2017 16:12:16 +0000 (16:12 +0000)]
Merge "[WIFI] Remove dependency on vendor-specific library" am: 294340e1d4 am: ee9e5b843a am: 664584f74e
am: b45e3db44d  -s ours

Change-Id: Ib72bb0d680f9a20436c39f6579595fae1e61426b

7 years agoMerge "[WIFI] Remove dependency on vendor-specific library" am: 294340e1d4 am: ee9e5b843a
Etan Cohen [Fri, 19 May 2017 16:07:18 +0000 (16:07 +0000)]
Merge "[WIFI] Remove dependency on vendor-specific library" am: 294340e1d4 am: ee9e5b843a
am: 664584f74e

Change-Id: Ie99267431e980e008b3b27b1f93a58377d94e648

7 years agoMerge "[WIFI] Remove dependency on vendor-specific library" am: 294340e1d4
Etan Cohen [Fri, 19 May 2017 16:02:25 +0000 (16:02 +0000)]
Merge "[WIFI] Remove dependency on vendor-specific library" am: 294340e1d4
am: ee9e5b843a

Change-Id: If233628bbc5e269353c1fd5c130d4391cb66fa61

7 years agoMerge "[WIFI] Remove dependency on vendor-specific library"
Etan Cohen [Fri, 19 May 2017 15:58:47 +0000 (15:58 +0000)]
Merge "[WIFI] Remove dependency on vendor-specific library"
am: 294340e1d4

Change-Id: I9af0a65579ce93ff59357e8df9848f40a94e0211

7 years agoMerge "[WIFI] Remove dependency on vendor-specific library"
Etan Cohen [Fri, 19 May 2017 15:52:18 +0000 (15:52 +0000)]
Merge "[WIFI] Remove dependency on vendor-specific library"

7 years agoMove media_profiles_V1_0.dtd to hardware/interfaces
Pawin Vongmasa [Thu, 18 May 2017 11:07:59 +0000 (04:07 -0700)]
Move media_profiles_V1_0.dtd to hardware/interfaces

Test: media_profiles_V1_0.dtd exists in system/etc
Bug: 36430270
Merged-In: I43d6eb68cc866a280cbe24fcf0f0af75a3c3ae67
Change-Id: I43d6eb68cc866a280cbe24fcf0f0af75a3c3ae67

7 years agoMove media_profiles_V1_0.dtd to hardware/interfaces
Pawin Vongmasa [Thu, 18 May 2017 11:07:59 +0000 (04:07 -0700)]
Move media_profiles_V1_0.dtd to hardware/interfaces

Test: media_profiles_V1_0.dtd exists in system/etc
Bug: 36430270
Merged-In: I43d6eb68cc866a280cbe24fcf0f0af75a3c3ae67
Change-Id: I43d6eb68cc866a280cbe24fcf0f0af75a3c3ae67

7 years agoUpdate makefiles.
Steven Moreland [Thu, 18 May 2017 23:14:16 +0000 (16:14 -0700)]
Update makefiles.

Adds default configuration to all hals.

Test: pass
Change-Id: Icdf6b56df82c4b7b7de815e7febea9a07ab96856