Android-x86
Fork

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-interfaces: コミット一覧

hardware/interfaces


RSS
Rev. 日時 作者
3d52261 oreo-x86 2017-10-27 23:50:01 android-build-team Robot

Merge cherrypicks of [3134552, 3130583, 3131953, 3131954, 3131955, 3131956, 3131957, 3131958, 3131959, 3132062, 3132336, 3131074, 3133939, 3131024, 3131025, 3131026, 3130584, 3130879, 3130880] into oc-mr1-release

Change-Id: I06faeaf1e282dbf73aaa082e2944c5ea563f45fa

7d47ed7 2017-10-27 23:48:02 Lorenzo Colitti

Don't expect stopOffload to succeed if interface doesn't exist.

The AdditionalStopsWithInitReturnFalse test inits offload and
then checks that stopOffload returns true. However, the HAL is
allowed to return false to stopOffload if no upstream was ever
successfully programmed.

To ensure this test doesn't fail in the common case that the
interface is not up, don't expect stopOffload to return true in
this case.

Bug: 67439856
Test: VtsHalTetheroffloadControlV1_0TargetTest passes with and without mobile data connection
Change-Id: I245f9e3e4376a7799572a3b3967e2bf6c52b5e4d
(cherry picked from commit 3189d9de81c937d495482fa3dacc196878cfcda1)

6f11e98 2017-10-23 11:35:04 android-build-team Robot

Snap for 4411005 from d97f8714f07a762efe5a48747454fb4bdd51be8b to oc-mr1-release

Change-Id: I51e8c1630d4e0f432237b3c6a093754828723122

d97f871 2017-10-20 18:33:40 Erik Kline

Fixup netlink socket creation to make corresponding fix in JNI

Corresponding JNI fix is:

aosp/516339
oc-mr1-dev:3102743

Test: as follows
- built
- flashed
- booted
- make vts -j30 BUILD_GOOGLE_VTS=true && \
vts-tradefed run commandAndExit vts --skip-all-system-status-check --primary-abi-only --skip-preconditions --module VtsHalTetherOffloadControlV1_0Target -l DEBUG

10-20 17:48:28 I/ResultReporter: Invocation finished in 5m 32s. PASSED: 38, FAILED: 0, MODULES: 1 of 1

Bug: 68018148

Change-Id: I5aa019d708abaff61387b83a857e9e8226709842

bd20194 2017-10-19 15:15:47 android-build-team Robot

Snap for 4404534 from a555e04f8c37db86c5016218d5b7ab37cccc29c6 to oc-mr1-release

Change-Id: Ie01a467265b5abca5b1b4795e79d384adf35321a

a555e04 2017-10-19 08:57:54 Sanket Padawe

Fix VTS test which turns off radio. am: 536818d17a
am: 340619c703 -s ours

Change-Id: I4d4c0998ac28fabef207dfb0ce8fae8f08c0afd4

340619c 2017-10-19 08:56:12 Sanket Padawe

Fix VTS test which turns off radio.
am: 536818d17a

Change-Id: I74ebfa3894e27bdf0e02671cbeccac83b1917424

536818d 2017-10-19 08:41:05 Sanket Padawe

Fix VTS test which turns off radio.

Since the purpose of most of the test cases in current VTS is to check
if proper errors are returned and there is no crash seen in vendor code,
updating setRadioPower test case to turn on the radio instead of
turning off. We want to avoid test cases which turn off
radio or leads to modem shut down as those test cases affect other tests.

Test: VTS
Change-Id: I4fb9f18884f7ef21162015a0032c4431444f7025
Merged-In: I4fb9f18884f7ef21162015a0032c4431444f7025
Bug: 65230472
(cherry picked from commit 9a721b808743069fc26d6cf226595e2823e347a6)

fe1889b 2017-10-18 16:22:41 android-build-team Robot

Snap for 4402249 from b70f1bda1f34fd63a9c9f5ad8307c8677a2f1f4d to oc-mr1-release

Change-Id: Ibfb2886719cbdebb901dbf908e9826fcb66a5819

b70f1bd 2017-10-18 12:35:42 TreeHugger Robot

Merge "Add REQUEST_NOT_SUPPORTED / SIM_ABSENT for vts tests" into oc-mr1-dev

bc1c929 2017-10-18 08:02:04 sqian

Add REQUEST_NOT_SUPPORTED / SIM_ABSENT for vts tests

Bug: 65230472
Test: run vts
Change-Id: I1fab6f49f04a04a7f1cd3b613fe7049f927171d1

ae62942 2017-10-18 07:37:56 TreeHugger Robot

Merge "bug fix: during fatal fails bypass freeNode() calls" into oc-mr1-dev

a069842 2017-10-17 20:34:30 Ram Mohan M

bug fix: during fatal fails bypass freeNode() calls

If test application undergoes a fatal failure bypass all the omx
api calls till the application safely returns.

Test: make vts -j99 BUILD_GOOGLE_VTS=true TARGET_PRODUCT=aosp_arm64 \
&& vts-tradefed run commandAndExit vts \
--skip-all-system-status-check --primary-abi-only \
--skip-preconditions --module VtsHalMediaOmxV1_0Host \
-l INFO

Bug: 63796949

Change-Id: If5a33672a31665db913e53c6f8ba8bea6cfd3ebd

6b6c02c 2017-10-17 16:24:00 android-build-team Robot

Snap for 4399693 from 15e945976b2d8a7047c2a8b87fd639c97423cf51 to oc-mr1-release

Change-Id: Icf8e4608c71a03f30cf0a2ae4fd9524bfacc8c73

15e9459 2017-10-16 19:19:26 Erik Kline

tetheroffload VTS: fix stopOffload test conditions

The tetheroffload HAL is somewhat...and over- and under-specified.
A not unreasonable interpretation is that stopOffload() doesn't have
return success unless offload was actually started (via a call to
setUpstreamParameters()), and that after initOffload() and before
setUpstreamParameters() not actual "offload" has been engaged.

Precision in this matter is not required for the test case:

OffloadControlHidlTestBase.AdditionalInitsWithoutStopReturnFalse

But for the test case:

OffloadControlHidlTestBase.AdditionalStopsWithInitReturnFalse

we want to ensure the "matching" stopOffload call succeeds. For this
test we add in a call to setUpstreamParameters() for good measure.

Test: as follows
prompt$ make vts -j30 BUILD_GOOGLE_VTS=true && \
vts-tradefed run commandAndExit vts \
--skip-all-system-status-check \
--primary-abi-only \
--skip-preconditions \
--module VtsHalTetherOffloadControlV1_0Target \
-l DEBUG

Observed:
10-16 19:17:17 I/ResultReporter: Invocation finished in 1m 2s. PASSED: 38, FAILED: 0, MODULES: 1 of 1

Bug: 65270149
Bug: 65612227
Bug: 65612332
Change-Id: I924d41f5a20f07707e3d6991cb59d9c6b2b02339

78d1715 2017-10-13 16:30:18 android-build-team Robot

Snap for 4393674 from 213c36d71d099b53e9846d320968a36d56b12ef3 to oc-mr1-release

Change-Id: I89cf086fca843d73ea1c4dd2fbc56ac8d5581e7b

213c36d 2017-10-13 02:05:02 Peng Xu

Enlarge buffer size for direct report testing am: 3c01fef56c
am: b0fe06a06b

Change-Id: I06edfcd55eaa52c962f5ff6bda4060d3df9c4efe

b0fe06a 2017-10-13 02:04:03 Peng Xu

Enlarge buffer size for direct report testing
am: 3c01fef56c

Change-Id: I9fce07b88a1ddb12a91554b823d9290c2571eaef

1a9614e 2017-10-12 16:23:07 android-build-team Robot

Snap for 4391495 from 2528c405f3164c24f6dbf351b904f27265a5e9a8 to oc-mr1-release

Change-Id: Ia14cba21c9fc20ab05d5ee78091a1855251d7fda

3c01fef 2017-10-12 09:26:12 Peng Xu

Enlarge buffer size for direct report testing

This change is part of "Sensor direct report test - gralloc support".

Bug: 67439052
Test: vts test no longer fail on sailfish device
Change-Id: Id67a2a181b2d8847e2b1b9dbe46f5186e97e8563
Merged-In: Ibe1d076c24dc2cfe61dfd19aa5055c9075aa9e14

2528c40 2017-10-12 03:33:25 TreeHugger Robot

Merge "Added VTS tests for requiresSecureDecoderComponent and release API" into oc-mr1-dev

b72c872 2017-10-11 16:21:12 android-build-team Robot

Snap for 4388906 from 0b9f25d5c9eadb5eda353f5cc01a8bd2d05cf5f2 to oc-mr1-release

Change-Id: I4d9f66c09a4eaa9bb2237ab1cceddc5914e18f76

0b9f25d 2017-10-11 10:35:02 Mikhail Naganov

Audio VTS: Allow 4GB buffer prepareToWrite/Read to succeed on 64 bits am: ce607879ba
am: 5b122a7408 -s ours

Change-Id: Ib60918524329e9ab8c4d07a0c52f5cb2f79c7dd5

5b122a7 2017-10-11 10:33:25 Mikhail Naganov

Audio VTS: Allow 4GB buffer prepareToWrite/Read to succeed on 64 bits
am: ce607879ba

Change-Id: I6869d49ab5ceb12e1b0d3e50e0952094c34b3c07

de05222 2017-10-11 09:55:43 TreeHugger Robot

Merge "cas-vts: use MemoryDealer to allocate shared memory" into oc-mr1-dev

0f65d6e 2017-10-11 08:43:35 TreeHugger Robot

Merge "Legacy wrapper: Use arbitrary limit on buffer size" into oc-mr1-dev

ce60787 2017-10-11 06:30:00 Mikhail Naganov

Audio VTS: Allow 4GB buffer prepareToWrite/Read to succeed on 64 bits

Because on oc-dev the runtime image can not be modified and that this is
not a bug but a test and implementation misalignment,
allow prepareForWrite/Read(UINT32_MAX, UINT32_MAX) to succeed on oc-dev.

MR1 will have a better fix where the HAL will always reject > 1GiB
buffers independently of the architecture.

Test: vts-tradefed run commandAndExit vts --module VtsHalAudioV2_0Target
Bug: 67030516
Change-Id: I10a5ee3868c67c45ed5297d9c5c89129d762c7cd
Merged-In: I4cc3efda9bb66e6dae8b4e6785f52d9e51440aee
Signed-off-by: Kevin Rocard <krocard@google.com>

704d586 2017-10-11 05:09:32 Chong Zhang

cas-vts: use MemoryDealer to allocate shared memory

cas hal can't (and doesn't need to) use hidl_memory allocated by
hidl allocator. All real clients (MediaDescrambler jni, ACodec)
are using MemoryDealer-allocated ashmem only. Modify the test
to cover these cases.

bug: 67603039
test:
> make vts -j64
> vts-tradefed run vts -m VtsHalCasV1_0Target

Change-Id: Ib9563abc1a14c34781a28d15c7766c6c160d288a

0564edd 2017-10-11 01:27:46 Iris Chang

VTS: fix VtsHalKeymasterV3_0Target issue am: 926a8e7440
am: 7b770a8d70

Change-Id: I0bee7c1bdf4e40a2024fadc0b510ca002806c65e

7b770a8 2017-10-11 01:22:34 Iris Chang

VTS: fix VtsHalKeymasterV3_0Target issue
am: 926a8e7440

Change-Id: I762f63b3f239169d93b33f7164d4eb3f9bd8f3d9

旧リポジトリブラウザで表示