Commit graph

19426 commits

Author SHA1 Message Date
Lev Proleev
6685773b29 Merge changes from topic "quant_signed_tests"
am: 714f0f5cb1

Change-Id: I137ece00b8e266da48c269e51add237dd997ec41
2020-01-07 14:07:45 -08:00
Lev Proleev
06e5ab361a Add quant8 signed generated tests
am: da779f322c

Change-Id: Ic8b4d2922e2b50bb8132677e10fe4ef82e613d9c
2020-01-07 14:07:36 -08:00
Steven Moreland
b7430e5154 Merge "*common: use package as name" 2020-01-07 21:49:22 +00:00
Treehugger Robot
714f0f5cb1 Merge changes from topic "quant_signed_tests"
* changes:
  NNAPI: Update docs for ops with signed quantization
  Add quant8 signed generated tests
2020-01-07 21:28:31 +00:00
Automerger Merge Worker
042fec3090 [automerger skipped] Merge "Add a Registration Failure indication to IRadio" am: f1a6e2e828 am: e4533e4090 am: 29352779b3 -s ours
am skip reason: Change-Id I7765a7491f807a08272b9bc8923ae9377ff3b9d1 with SHA-1 13834c4a79 is in history

Change-Id: I9732fa4183f0492b0c0f9e794c86312ac7eb0b05
2020-01-07 20:49:15 +00:00
Automerger Merge Worker
29352779b3 Merge "Add a Registration Failure indication to IRadio" am: f1a6e2e828 am: e4533e4090
Change-Id: I5fb810724abf97a833e921818b863e377f359cb4
2020-01-07 20:31:54 +00:00
Nathan Harold
e4533e4090 Merge "Add a Registration Failure indication to IRadio"
am: f1a6e2e828

Change-Id: If680ff63e106522d1a4edcf7ab05b19841163313
2020-01-07 12:11:38 -08:00
Nathan Harold
f1a6e2e828 Merge "Add a Registration Failure indication to IRadio" 2020-01-07 19:57:30 +00:00
Ahmed ElArabawy
41eb5a5f0f Merge "Wifi: IHostapd: Add 11ax parameters" 2020-01-07 17:57:23 +00:00
Automerger Merge Worker
ca673f2605 [automerger skipped] Add exceptions to the signed quantization coupling tests am: 673fdcf4e6 am: 0e2a69793e am: 882098eb90 -s ours
am skip reason: Change-Id I0f7c331c355fe61ee06605786f09bc1ca7cdef57 with SHA-1 6a1d5e405f is in history

Change-Id: I0e29beb6f49099bc7a50efb22596c7d857f4ddd9
2020-01-07 16:33:27 +00:00
Automerger Merge Worker
882098eb90 Add exceptions to the signed quantization coupling tests am: 673fdcf4e6 am: 0e2a69793e
Change-Id: Ic58310208c5336f950bdba70b110d6a722b1d56e
2020-01-07 16:20:22 +00:00
Lev Proleev
0e2a69793e Add exceptions to the signed quantization coupling tests
am: 673fdcf4e6

Change-Id: I37e76c28b8c7e2a4dbdabe439b8a1f79e78429f0
2020-01-07 08:04:56 -08:00
Lev Proleev
c9d7f1cdc4 NNAPI: Update docs for ops with signed quantization
types.hal files are generated from current types.spec.

Bug: 136735770
Test: mma
Change-Id: Ide24606f8b1d5e755a71d46f230409942d8df7e9
Merged-In: Ide24606f8b1d5e755a71d46f230409942d8df7e9
(cherry picked from commit eb7f175613)
2020-01-07 13:36:03 +00:00
Lev Proleev
da779f322c Add quant8 signed generated tests
Fixes ValidateModel test for AXIS_ALIGNED_BBOX_TRANSFORM.

Bug: 136735770
Test: VtsHalNeuralnetworksV1_3TargetTest
Change-Id: Ie2959ba7258d8106d5b3dd36970181519b75e3b3
Merged-In: Ie2959ba7258d8106d5b3dd36970181519b75e3b3
(cherry picked from commit 16e8c9cc02)
2020-01-07 13:36:00 +00:00
Lev Proleev
673fdcf4e6 Add exceptions to the signed quantization coupling tests
Main commit is in frameworks/ml/nn. This one only renames
testModel.hasQuant8AsymmOperands() to
testModel.hasQuant8CoupledOperands().

Bug: 143935412
Bug: 143934188
Bug: 143935353
Bug: 143934467
Bug: 143934184
Test: quantization coupling tests in CTS and VTS
Change-Id: I0f7c331c355fe61ee06605786f09bc1ca7cdef57
Merged-In: I0f7c331c355fe61ee06605786f09bc1ca7cdef57
(cherry picked from commit 6a1d5e405f)
2020-01-07 13:35:58 +00:00
TreeHugger Robot
6744b76ef4 Merge "NNAPI: Update docs for ops with signed quantization" 2020-01-07 09:55:01 +00:00
Jindong
70e33216a6 VHAL: fix CTS CarPropertyManagerTest#testRegisterCallback
This case asserts property PERF_VEHICLE_SPEED can have different
number event happened with different event rate:
SENSOR_RATE_NORMAL or SENSOR_RATE_FASTEST.
But CarPropertyManager.java says:
  Rate has no effect if the property has one of the following change modes
     *   CarPropertyConfig#VEHICLE_PROPERTY_CHANGE_MODE_STATIC
     *   CarPropertyConfig#VEHICLE_PROPERTY_CHANGE_MODE_ONCHANGE
So modify PERF_VEHICLE_SPEED change mode to CONTINUOUS.

Test:
run cts -m CtsCarTestCases -t android.car.cts.CarPropertyManagerTest#testRegisterCallback

Change-Id: I99e3d672d052a5cde9aaad78221caac510e81b40
Signed-off-by: Jindong <jindong.yue@nxp.com>
2020-01-07 10:25:37 +08:00
Steven Moreland
f53015c836 Merge changes from topics "vintf-rebootescrow", "vintf-vibrator"
* changes:
  vibrator: use package as name
  rebootescrow: use package as name
2020-01-07 02:19:06 +00:00
Nathan Harold
a6fc101cf7 Add a Registration Failure indication to IRadio
Add an indication to IRadio that is fired whenever
a cellular registration failure occurs.

Bug: 143187065
Test: atest VtsHalRadioV1_5TargetTest
Merged-In: I7765a7491f807a08272b9bc8923ae9377ff3b9d1
Change-Id: I7765a7491f807a08272b9bc8923ae9377ff3b9d1
(cherry picked from commit 13834c4a79)
2020-01-06 18:00:42 -08:00
TreeHugger Robot
bd0827aa2f Merge "composer: register only vsync_2_4 callback" 2020-01-07 01:01:30 +00:00
Hai Shalom
08b70226f3 [SAE] Add support to add SAE Authentication algorithm
Add support to add SAE Authentication algorithm in the
framework (public API), and in the Supplicant HAL.

Bug: 147253259
Test: Manual connection to SAE, PSK, OWE and Open APs
Test: atest WifiConfigurationTest
Change-Id: I853e816be1ba618d61ac0fcb4b116879baba4be2
2020-01-06 16:31:36 -08:00
Steven Moreland
926aa80f04 *common: use package as name
In order to provide a more descriptive name, and to be consistent
with HIDL, the stable AIDL package names are switching from
vintf-*common format to the package format
(android.hardware.*common).

Bug: N/A
Test: all build time
Change-Id: Ie1d92a50dddf7e3e1bd473e2a957279c6dadb865
2020-01-06 23:25:20 +00:00
Automerger Merge Worker
79f84e98be [automerger skipped] Merge changes from topics "dequantize_signed", "nnapi-1.3-IPreparedModel-2" am: c4ccbc1a77 am: ecdd667f41 am: c04c1b619a -s ours
am skip reason: Change-Id I1b3b0a362d3949d4e31708388100d4794846ca3a with SHA-1 2bd0b3339c is in history

Change-Id: I78bbbde4d4513029081c20a1d9b91fed55ef4354
2020-01-06 23:08:06 +00:00
Automerger Merge Worker
9c12f4c8b7 [automerger skipped] NN HAL: Upgrade IPreparedModel::executeSynchronously to 1.3. am: d4a060bb29 am: 8ebc7737a9 am: cbdbadb790 -s ours
am skip reason: Change-Id I4b74e8ac031c5d793cf7e5d66190734949367538 with SHA-1 ebd88ba8d2 is in history

Change-Id: I1cd081b8cc0b903699916c3a8f973f5d4c96edbe
2020-01-06 23:08:03 +00:00
Automerger Merge Worker
c04c1b619a Merge changes from topics "dequantize_signed", "nnapi-1.3-IPreparedModel-2" am: c4ccbc1a77 am: ecdd667f41
Change-Id: Ibc81271da97e0cfe29953d53a61440cb9607d45e
2020-01-06 22:52:12 +00:00
Automerger Merge Worker
cbdbadb790 NN HAL: Upgrade IPreparedModel::executeSynchronously to 1.3. am: d4a060bb29 am: 8ebc7737a9
Change-Id: I0c133401556f65bb3bc18ecaef36e2c2700ca481
2020-01-06 22:52:09 +00:00
Lev Proleev
ecdd667f41 Merge changes from topics "dequantize_signed", "nnapi-1.3-IPreparedModel-2"
am: c4ccbc1a77

Change-Id: I9b6d7562089a0bd2e432f4eb883c5b451f164c9e
2020-01-06 14:41:24 -08:00
Xusong Wang
8ebc7737a9 NN HAL: Upgrade IPreparedModel::executeSynchronously to 1.3.
am: d4a060bb29

Change-Id: I41acc0e984d75b8073195dc4a9c4345198f5ad7e
2020-01-06 14:41:16 -08:00
Treehugger Robot
c4ccbc1a77 Merge changes from topics "dequantize_signed", "nnapi-1.3-IPreparedModel-2"
* changes:
  Add TENSOR_QUANT8_ASYMM_SIGNED support for DEQUANTIZE
  NN HAL: Upgrade IPreparedModel::executeSynchronously to 1.3.
2020-01-06 22:22:46 +00:00
Steven Moreland
98ba8fb7f0 vibrator: use package as name
In order to provide a more descriptive name, and to be consistent
with HIDL, the stable AIDL package names are switching from
vintf-vibrator format to the package format
(android.hardware.vibrator).

Bug: N/A
Test: all build time
Change-Id: I52959482898f329ad1b3a3a5b345a0c6dc72197d
Merged-In: I52959482898f329ad1b3a3a5b345a0c6dc72197d
2020-01-06 14:08:01 -08:00
Steven Moreland
07f2694650 vibrator: use package as name
In order to provide a more descriptive name, and to be consistent
with HIDL, the stable AIDL package names are switching from
vintf-vibrator format to the package format
(android.hardware.vibrator).

Bug: N/A
Test: all build time
Change-Id: I52959482898f329ad1b3a3a5b345a0c6dc72197d
2020-01-06 13:44:22 -08:00
Steven Moreland
82cd11cc94 rebootescrow: use package as name
In order to provide a more descriptive name, and to be consistent
with HIDL, the stable AIDL package names are switching from
vintf-rebootescrow format to the package format
(android.hardware.rebootescrow).

Bug: N/A
Test: all build time
Change-Id: Ibb116e76761b751515d95ee8e515a6f7b97bb8d0
2020-01-06 13:21:52 -08:00
TreeHugger Robot
1d0c4bbee9 Merge "Enable java backend for occupant awareness iface." 2020-01-06 20:19:32 +00:00
TreeHugger Robot
8c7062f56d Merge "Add owners file for rebootescrow" 2020-01-06 19:47:52 +00:00
Chris Weir
d7e18f699d Merge "Add VTS tests for EFF/RTR" 2020-01-06 19:23:32 +00:00
Ahmed ElArabawy
c4af97a1a8 Wifi: IHostapd: Add 11ax parameters
This commit adds the 802.11ax parameters for SoftAp.

Bug: 141831296
Test: atest VtsHalWifiHostapdV1_2TargetTest
Change-Id: I7258c10c5dda040e6e05c1a8ec595072017e3ace
2020-01-06 11:21:01 -08:00
Paul Crowley
1025e9b6dc Merge "Speed up encoding" 2020-01-06 19:04:36 +00:00
Paul Crowley
47ff2dff72 Merge "Shuffle the encoding to prevent systematic errors" 2020-01-06 19:04:20 +00:00
Automerger Merge Worker
9193bd3eae Merge "Add TAG_MAC_LENGTH to EncryptionOperationsTest.AesWrongPurpose" am: a4bffdbeb0 am: 336af5783c am: c4b764ca09
Change-Id: I2847afc7dffa74a30f99a73042c7a07bd768188b
2020-01-06 19:02:05 +00:00
Automerger Merge Worker
c4b764ca09 Merge "Add TAG_MAC_LENGTH to EncryptionOperationsTest.AesWrongPurpose" am: a4bffdbeb0 am: 336af5783c
Change-Id: I89aaaf06faeb540428539e13130839490ae53d32
2020-01-06 18:46:52 +00:00
Kenny Root
e85edb9067 Add owners file for rebootescrow
Applies to the default implementation and VTS tests. The AIDL is still
managed by API review council.

Test: No functional change
Change-Id: Icb2d9182c1b3376d6b46b467388785e7180db1e9
2020-01-06 10:41:53 -08:00
Automerger Merge Worker
c3be1d3048 [automerger skipped] Add TENSOR_QUANT8_ASYMM_SIGNED support for ARG(MIN|MAX) am: 2326dd1a88 am: d08e4d8d94 am: 0c3057ff01 -s ours
am skip reason: Change-Id I4a90642f4d8500237fd41de76687fbe4c021b652 with SHA-1 e9f0b92568 is in history

Change-Id: I28b291a438aaf7917976a2e93534933c0f3bb5d4
2020-01-06 18:34:40 +00:00
Wenhao Wang
336af5783c Merge "Add TAG_MAC_LENGTH to EncryptionOperationsTest.AesWrongPurpose"
am: a4bffdbeb0

Change-Id: Ieedda624c3e48c44e3ed596ff1e2e4eb347124dc
2020-01-06 10:29:11 -08:00
Wenhao Wang
a4bffdbeb0 Merge "Add TAG_MAC_LENGTH to EncryptionOperationsTest.AesWrongPurpose" 2020-01-06 18:22:49 +00:00
Automerger Merge Worker
0c3057ff01 Add TENSOR_QUANT8_ASYMM_SIGNED support for ARG(MIN|MAX) am: 2326dd1a88 am: d08e4d8d94
Change-Id: Iada56ec615fb6a5d7559048673d8d317487d0539
2020-01-06 18:14:24 +00:00
chrisweir
f53a4e2ff3 Add VTS tests for EFF/RTR
Remote transmission request, and extended format id's require testing to
verify that the feature works correctly.

Also included is a fix which correctly sets the EFF and RTR flags of the
canfd_frame object based on the state of the CanMessage object.

A readability change is made to the types.hal which improves clarity of
the way filters are defined.

Bug: 146173498
Test: run the VTS tests in vts/functional - verify that they pass
Change-Id: I9892a2e2465b8c381774e7ee277bfa8660f25028
2020-01-06 10:05:25 -08:00
Przemyslaw Szczepaniak
d08e4d8d94 Add TENSOR_QUANT8_ASYMM_SIGNED support for ARG(MIN|MAX)
am: 2326dd1a88

Change-Id: I71380df2974e42d6b18af5aac13edec01254907d
2020-01-06 10:03:52 -08:00
Changyeon Jo
5612422f62 Merge changes from topic "evs_next"
* changes:
  Implement getPhysicalCameraInfo() method
  Update EVS VTS test cases
  Fix EVS frame handler for VTS
  Fix EVS VTS test cases
  Prerequsite changes for EVS multi-camera support
2020-01-06 18:03:42 +00:00
Lev Proleev
ae643ae705 Add TENSOR_QUANT8_ASYMM_SIGNED support for DEQUANTIZE
Add TENSOR_QUANT8_ASYMM_SIGNED to the list of exceptions when mutating
DEQUANTIZE for validation.

Bug: 143934768
Test: VtsHalNeuralnetworksV1_3TargetTest
Change-Id: I1b3b0a362d3949d4e31708388100d4794846ca3a
Merged-In: I1b3b0a362d3949d4e31708388100d4794846ca3a
(cherry picked from commit 2bd0b3339c)
2020-01-06 15:20:16 +00:00
Xusong Wang
d4a060bb29 NN HAL: Upgrade IPreparedModel::executeSynchronously to 1.3.
Bug: 143242728
Test: 1.3 VTS with sample driver
Change-Id: I4b74e8ac031c5d793cf7e5d66190734949367538
Merged-In: I4b74e8ac031c5d793cf7e5d66190734949367538
(cherry picked from commit ebd88ba8d2)
2020-01-06 15:20:14 +00:00