No description
Find a file
lichen yu 3beaf4faca Fix VtsHalSensorsV2_0TargetTest
During VTS testing, when many sensors are quickly enabled, the load on the Sensorhub side will be too heavy, and then continue to send sensor enable instructions and Sensor Flush instructions. These instructions sent by the Kernel driver to the Sensorhub through inter-core communication cannot be responded to in a timely manner. After the Kernel side judges the timeout, it will determine that the enable fails; after the enable fails, it cannot continue to test the flush or return the expected flush data.

ten sensors is tested as a group

Bug: 339763843
Test: run vts -m VtsHalSensorsV2_0TargetTest
(cherry picked from https://android-review.googlesource.com/q/commit:09952885e441bcf0d8f0bf0834ff46608b07e0d0)
Change-Id: I6f6d36d1e3c98b85b412189c3f97163c0945a7ab
2024-06-13 00:01:10 +00:00
apexkey Add OWNERS file for apexkey 2023-09-13 21:18:46 +00:00
atrace Merge OWNERS files for atrace 2023-09-08 20:25:29 +00:00
audio Update the input duration to reduce the number of samples to process 2024-06-11 13:11:37 +00:00
authsecret Cleanup: use a shared apex_key 2023-10-10 10:30:03 +09:00
automotive Merge "Remove android.hardware.automotive@libc++fs." into main 2024-06-06 18:52:50 +00:00
biometrics Merge "Migrate Test Targets to New Android Ownership Model" into main 2024-04-22 15:01:56 +00:00
bluetooth Remove VTS test for High Quality broadcast 2024-06-07 16:59:52 +08:00
boot Merge "Revert^2 "Add bootcontrol HAL APEX"" into main 2023-10-11 04:20:38 +00:00
broadcastradio Merge Android 24Q1 Release (ab/11220357) 2024-01-30 10:36:50 -08:00
camera Merge "Camera: Fix processCaptureRequestBurstISO" into main 2024-05-07 17:45:42 +00:00
cas Merge "CAS AIDL: Start thread pool for default service" into main 2023-11-10 04:14:03 +00:00
common Revert^2 "Remove Vndk_use_version property from AIDL" 2024-06-05 07:13:06 +00:00
compatibility_matrices Convert system_compatibility_matrix.xml to soong 2024-05-27 07:54:09 +00:00
configstore Remove VNDK definition(s) 2024-04-05 02:29:07 +00:00
confirmationui Replacing manual CBOR description with CDDL. 2024-05-22 06:06:36 +00:00
contexthub Remove Arthur from owner's file 2024-04-08 17:32:45 +00:00
drm Remove unused OWNERS file 2023-10-16 15:02:54 -07:00
dumpstate Fix component ID for dumpstate OWNERS 2024-04-22 17:51:47 +00:00
fastboot UpsideDownCake is now 34 2023-04-07 23:41:20 +00:00
gatekeeper C++ AIDL on-device GateKeeper / SharedSecret impl 2024-04-11 13:53:32 -07:00
gnss Allow multiple registered GNSS HALs am: 3344506a78 am: 653221fa8e am: 7bff0ebe01 2024-02-22 22:52:05 +00:00
graphics Revert^2 "Remove Vndk_use_version property from AIDL" 2024-06-05 07:13:06 +00:00
health Annotate Health HAL test for VSR. 2024-03-29 11:45:31 -07:00
identity Remove unnecessary "_external" suffix from libcppbor 2024-03-28 20:42:34 -06:00
input Merge "[DON'T BLOCK] Test ownership migration rules" into main am: 27e97308c4 2024-02-07 01:45:21 +00:00
ir Fix the path to IR HAL 2023-12-12 18:06:34 +09:00
keymaster Replace std::basic_string<uint8_t> with std::vector 2024-02-12 20:15:47 -08:00
light Replace use of deprecated logging functions 2024-02-07 12:55:53 +01:00
macsec Define MACsec HAL and ref impl 2023-10-16 19:12:21 +00:00
media media.bufferpool2: Ensure uniqueness of connection id 2024-06-10 23:58:13 +00:00
memtrack Remove VNDK definition(s) 2024-04-05 02:29:07 +00:00
neuralnetworks Bump android.hardware.graphics.common V4->V5 2023-10-03 16:14:03 +00:00
nfc Improve OpenAfterOpen VTS test 2024-04-18 04:21:08 +00:00
oemlock Merge OWNERS files for oemlock 2023-09-08 21:06:03 +00:00
power Merge Android 24Q1 Release (ab/11220357) 2024-01-30 10:36:50 -08:00
radio Merge "Mark cellular security transparency APIs optional" into main 2024-05-13 20:48:34 +00:00
rebootescrow Add rebootescrow HAL into APEX 2023-10-23 14:52:43 +09:00
renderscript Remove VNDK definition(s) 2024-04-05 02:29:07 +00:00
scripts Add OWNERS files to support dirs 2023-09-11 17:03:06 +00:00
secure_element Tag vts module VtsHalSecureElementTargetTest with secure element sim 2024-01-04 15:51:48 +08:00
security KeyMint: version gate attestation of IMEI2 2024-06-11 15:43:12 +01:00
sensors Fix VtsHalSensorsV2_0TargetTest 2024-06-13 00:01:10 +00:00
soundtrigger Remove VNDK definition(s) 2024-04-05 02:29:07 +00:00
staging Add key parameter to deriveDicePolicyBoundKey 2024-04-09 22:53:21 +00:00
tests Fix fmq_test when HIDL is not supported 2024-03-29 16:12:51 +00:00
tetheroffload Make availability to com.android.tethering explicit 2023-12-21 23:39:41 +00:00
thermal thermal: support more temperature and cooling device type 2023-12-08 17:48:33 +00:00
threadnetwork Merge "Thread: simulate radio over Ethernet on Cuttlefish" into main 2024-05-17 03:52:14 +00:00
tv Move license metadata declarations to meta-lic.mk and remove the Android.mk file. 2024-05-15 14:38:00 -07:00
usb Usb compliance warning extension 2023-11-02 20:49:28 +00:00
uwb Merge "Update to pdl 0.3.0" into main 2024-06-04 00:26:19 +00:00
vibrator [DON'T BLOCK] Test ownership migration rules 2024-02-05 15:45:22 +00:00
vr Merge OWNERS files for vr 2023-09-11 16:32:19 +00:00
weaver [DON'T BLOCK] Test ownership migration rules 2024-02-05 15:45:22 +00:00
wifi Add @VsrTest annotations to CheckApfIsSupported 2024-06-06 16:28:15 +09:00
.clang-format Replace clang-format with symlink. 2019-01-18 14:26:33 -08:00
.gitignore Ignores vim temporary files from git 2024-01-16 14:48:57 +08:00
Android.bp Stop using group_static_libs property 2021-08-30 23:20:08 +00:00
CleanSpec.mk Clean up android.hardware.automotive.vehicle intermediates. 2023-08-25 13:29:36 -07:00
current.txt Fix inconsistencies in VehicleArea HAL documentation 2023-03-29 20:12:05 +00:00
METADATA Add METADATA to interfaces: Apache2=NOTICE 2020-05-01 10:59:55 -07:00
NOTICE Apache2 module license. 2016-08-30 11:28:36 -07:00
OWNERS remove guangzhu from OWNERS 2022-08-01 16:19:14 +00:00
PREUPLOAD.cfg Add generate_vehicle_property_enums repo hook. 2023-06-08 18:34:57 +00:00
TEST_MAPPING Add CtsStrictJavaPackagesTestCases to TEST_MAPPING presubmits 2023-12-16 00:33:37 +00:00
update-base-files.sh Generate constants from the audio HAL V7.1 enums 2022-02-14 19:08:09 +00:00
update-makefiles.sh Remove update scripts for VTS makefiles. 2019-02-28 10:32:51 -08:00