• R/O
  • HTTP
  • SSH
  • HTTPS

提交列表

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/interfaces


RSS
Rev. 时间 作者
0380d7f 2017-09-12 08:23:17 David Gross

Fix bug in the way an Event handles a bound thread.

This just keeps the (test) Event representation in sync with
the runtime Event representation, which is modified by

https://googleplex-android-review.git.corp.google.com/#/c/platform/frameworks/ml/+/2880348/

Bug: 63905942
Test: vts
Change-Id: I2a6de4397c5e31e35cb3d02e241dd21452c21ca6

ad2baeb 2017-09-12 07:06:40 Enrico Granata

Do not write initial empty values for the diagnostic properties.
There is a separate step that initializes them with meaningful values.

Change-Id: I2480a029773b62b0e77b8c52c73f2ee465caf17c
Fixes: b/65125128
Test: runtest -x packages/services/Car/tests/android_car_api_test/src/android/car/apitest/CarDiagnosticManagerTest.java

8850f4c 2017-09-11 16:23:46 android-build-team Robot

release-request-e7acb21b-1563-43e3-8840-63c103b127b9-for-git_oc-mr1-release-4327239 snap-temp-L63900000101147407

Change-Id: I9f8e5e985d2ad237a0397c9e86958ab53fc398e7

62cc79b 2017-09-11 06:39:19 Jean-Luc Brouillet

Refactor how arguments are tracked.

Use an explicit description of the lifetime of an operand
rather than relying on poolIndex to do the job.

Bug: 63905942
Test: Ran unit tests

Change-Id: I53c4c10b40fd3312232b0689b43d0f72a2818490

d6094d3 2017-09-10 16:24:24 android-build-team Robot

release-request-946c768b-83eb-4b7b-83e7-5737856fa8ec-for-git_oc-mr1-release-4326576 snap-temp-L80300000101054689

Change-Id: I584e3017fcb9e1c0934c74e1b2a903dd49b6af08

9e5c908 2017-09-10 06:58:32 TreeHugger Robot

Merge "Add FusedActivationFunc enum and renamed certain operations." into oc-mr1-dev

199aa86 2017-09-09 15:00:23 Miao Wang

Add FusedActivationFunc enum and renamed certain operations.

- Add "_2D" to CONV, DEPTHWISE_CONV, AVG_POOL, MAX_POOL, and L2_POOL,
since they are only supposed to do 2D computation.
- Remove CAST, GATHER, SPLIT.
- Also update the tests to reflect the changes.

Bug: 63905942
Test: mm
Test: NeuralNetworksTests pass for both CPU path and sample hidl driver.
Change-Id: I5bcf219c4c6cd4f866c1023d1f35cdc83ca69a85

710b708 2017-09-09 07:31:31 Chia-I Wu

Merge "graphics: discard stale data from message queue" into oc-mr1-dev

81c04d9 2017-09-09 07:14:14 Kevin Rocard

Audio VTS: remove expectation of policy configuration unicity am: 76efe01bbd
am: 6b51d9a855

Change-Id: I59bb70fbc000f424beeb938a08c1fcb24dc08037

6b51d9a 2017-09-09 07:12:14 Kevin Rocard

Audio VTS: remove expectation of policy configuration unicity
am: 76efe01bbd

Change-Id: I23948718eaed0a687cc7dbd6b4940fc8514fbe1b

48ffe28 2017-09-09 03:51:57 Chia-I Wu

graphics: discard stale data from message queue

Our use of message queues is synchronous. If there are already data
in the queue when writeQueue is called, we know they are stale and
can be discarded.

Bug: 65449888
Test: manual
Change-Id: Ie29b8a7386c9733c183a6c3569e3572efa62cbc2

76efe01 2017-09-09 03:29:32 Kevin Rocard

Audio VTS: remove expectation of policy configuration unicity

The XML audio policy configuration is expected to be located in /vendor.
Additionally for AOSP builds (no vendor) and as a fallback in case of
missing vendor configuration, the system supports loading the XML from
/system.
This fallback config is not guaranty to be compatible with the phone HAL,
but probably does for a wide range of android phones
(at least for basic use cases).

In each of those cases, there is only one configuration file, either in
/vendor or /system.
As a result, the audio policy configuration VTS test was asserting that
only one audio_policy_configuration.xml could be found.
If multiple were found, one was useless and the platform integrator
should remove it.

But VTS are now run on phone with a /system partition from an AOSP
build and a /vendor partition from a device build.
In such scenario two audio policy config are now present on the device,
thus breaking the VTS expectation.

This is not a problem for the framework because it does not look for a /system
config if one was found in /vendor.

In the future, the /system XML might be removed as boards
specific config should be found in /vendor only as per treble
requirements.

Test: Compile
Bug: 65482614
Change-Id: I7cd7eb7284c0aa52782aa591411f8a9bf2a87a76
Signed-off-by: Kevin Rocard <krocard@google.com>

6fb8b93 2017-09-09 03:14:16 Sanket Padawe

Merge "Fix VTS test which turns off radio." into oc-mr1-dev

742a932 2017-09-08 16:34:47 android-build-team Robot

release-request-8cd2a23c-f767-488e-8139-390d1636483f-for-git_oc-mr1-release-4323561 snap-temp-L80400000100600189

Change-Id: Ic628b734b90c8f5b717b2d9dbb2d717eba0d398b

a24f85f 2017-09-08 08:45:42 Ram Mohan M

Merge "bug fix: handle multiple port settings change events signalled at once" into oc-dev am: f8677dcfdb
am: 37b490df35

Change-Id: I028c248ebef366eb439b369adad87047086aa07b

37b490d 2017-09-08 08:40:43 Ram Mohan M

Merge "bug fix: handle multiple port settings change events signalled at once" into oc-dev
am: f8677dcfdb

Change-Id: If65c243e72e890660fc4481b375b23ba109ae577

f8677dc 2017-09-08 08:30:17 TreeHugger Robot

Merge "bug fix: handle multiple port settings change events signalled at once" into oc-dev

e1b1788 2017-09-08 02:39:27 TreeHugger Robot

Merge "Bluetooth: Remove credit check from Loopback tests" into oc-mr1-dev

884cb32 2017-09-08 02:38:17 Chia-I Wu

Merge "graphics: ignore/reduce spurious vsync in VTS" into oc-dev am: ef3389add5 -s ours
am: b2f558e267

Change-Id: Ie634e5172b1e4ebeb98f11a43f8462db67230de0

b2f558e 2017-09-08 02:36:15 Chia-I Wu

Merge "graphics: ignore/reduce spurious vsync in VTS" into oc-dev
am: ef3389add5 -s ours

Change-Id: I9cee260396d3f24e86443afe36780894397638e1

ef3389a 2017-09-08 02:18:25 Chia-I Wu

Merge "graphics: ignore/reduce spurious vsync in VTS" into oc-dev

c7c3339 2017-09-07 22:41:58 Myles Watson

Bluetooth: Remove credit check from Loopback tests

The Bluetooth specification doesn't require data credits
to come back within a specific timeframe, so the VTS test
can not require it.

Bug: 65269854
Test: VtsHalBlueoothV1_0TargetTest with simulated chip (no credits)
Change-Id: If2fc052d3b5236f6a3097f3d5403882226561404
(cherry picked from commit 0e06a63c76f4c02ac307c6294f3d6f61ae6406e7)

b097715 2017-09-07 21:16:20 TreeHugger Robot

Merge "HAL interface libs for testing are now built as test lib" into oc-mr1-dev

6855425 2017-09-07 16:32:58 android-build-team Robot

release-request-108343c4-ad88-44f9-aaa2-24d8b8a5c176-for-git_oc-mr1-release-4321077 snap-temp-L97000000100182150

Change-Id: I611955d2ff503ad4212e85aa1060ed562c0828a7

97cba2d 2017-09-07 08:44:17 Kevin Rocard

Allow partially dynamic profile in the audio policy config am: 3092b31b14
am: 0aaff8bead -s ours

Change-Id: I04b522582d2861af37ae68729254105e701fd666

0aaff8b 2017-09-07 08:35:24 Kevin Rocard

Allow partially dynamic profile in the audio policy config
am: 3092b31b14

Change-Id: Ibafc8f571bdc32353bd974a7fce6e3fd84238711

ecc01b9 2017-09-07 06:32:30 TreeHugger Robot

Merge "Additonal usage note updates for Audio properties" into oc-mr1-dev

3092b31 2017-09-07 06:16:51 Kevin Rocard

Allow partially dynamic profile in the audio policy config

The audio policy configuration deserializer supports fully dynamic
profiles by not setting a profile in a port.
It also supports partially dynamic profile by
not setting @format, @samplingRates or @channelMasks

Nevertheless this last feature of partial dynamic profile
was mistakenly not allowed by the configuration xsd.

Bug: 63541622
Change-Id: I78f77a77a3c62bba28a7da5a0e3c8c608b5a01d9
Merged-In: I78f77a77a3c62bba28a7da5a0e3c8c608b5a01d9
Signed-off-by: Kevin Rocard <krocard@google.com>
(cherry picked from commit 43d25f2f26eee5655214cf5426a629916aece061)

a21599f 2017-09-06 16:32:01 android-build-team Robot

release-request-ee600ee1-fadc-4a92-9feb-e22548c84a75-for-git_oc-mr1-release-4318546 snap-temp-L23800000099760172

Change-Id: Ie1534b00143b085fc12b58e8ca2aa00912c72ab7

9a721b8 2017-09-06 15:46:49 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
Bug: 65230472