No description
Find a file
Michael Butler ff7d6c5493 Relax NNAPI QoS deadline parameter
Prior to this CL, the NNAPI QoS deadline is a strict deadline: a task
with a deadline must either complete or abort by the deadline. To
avoid as much overhead as possible, it is requested for Android R to
have a relaxed deadline, where the task *may* be aborted after the
deadline has passed or when the task is estimated to take too long.

Because the deadline is now relaxed, the querying method
IDevice::supportsDeadlines can be removed.

Bug: 149766387
Test: mma
Test: VtsHalNeuralnetworksV1_3TargetTest
Change-Id: Ib9937b5bb95646c2fd82e1aa17f2b0b639e2c420
Merged-In: Ib9937b5bb95646c2fd82e1aa17f2b0b639e2c420
(cherry picked from commit 9b9a804fe4)
2020-02-26 10:36:09 +00:00
atrace/1.0 [vts-core] add VtsHalAtraceV1_0TargetTest to vts-core 2019-10-29 14:56:03 +08:00
audio Merge "Update copyHAL.sh after changes in libaudiohal" 2020-02-10 22:32:44 +00:00
authsecret/1.0 [vts-core] add VtsHalAuthSecretV1_0TargetTest to vts-core 2019-10-15 09:29:20 +00:00
automotive VHAL: fix CTS CarPropertyManagerTest#testRegisterCallback 2020-01-07 10:25:37 +08:00
biometrics Merge "[vts-core] add VtsHalBiometricsFaceV1_0TargetTest to vts-core" 2019-11-24 08:44:43 +00:00
bluetooth [vts-core] add VtsHalBluetoothV1_0TargetTest to vts-core 2020-02-06 16:21:08 +08:00
boot Move libboot_control to boot_control 1.1 2019-12-16 16:31:31 -08:00
broadcastradio Add definitions of GMOCK_RESULT_ and GMOCK_ARG_ 2020-02-10 22:09:18 +00:00
camera camer 2.5 lazy service: fix interface decls 2019-11-04 12:36:53 -08:00
cas ./update-makefiles.sh, for union changes/memory 2019-11-26 09:24:31 -08:00
compatibility_matrices power: Make AIDL HAL mandatory for new devices 2020-02-13 14:50:34 -08:00
configstore Add gettid() to SELinux policy in prep for GWP-ASan. 2019-11-13 10:45:12 -08:00
confirmationui confirmationui: Add portability test 2020-02-20 16:38:25 -08:00
contexthub/1.0 Convert VtsHalContexthubV1_0Target to be parameterized test 2019-12-16 09:45:19 -08:00
drm drm vts 1.2 refactor 2020-01-29 14:02:04 -08:00
dumpstate Clean up dumpstate HAL 1.1 VTS test. 2020-02-20 15:05:48 -08:00
fastboot/1.0 Remove libhwbinder/libhidltransport deps 2019-09-06 01:07:02 +00:00
gatekeeper/1.0 [vts-core] add VtsHalGatekeeperV1_0TargetTest to vts-core 2019-11-20 15:11:04 +08:00
gnss Stop location to avoid timing issue 2019-12-16 20:45:13 +00:00
graphics Fix VTS fail for GraphicsMapperHidlTest 2020-02-14 10:25:19 +08:00
health Remove String8(StaticLinkage) references. 2020-02-24 17:39:51 -08:00
identity Add attestation certificate generation and identity credential tags. 2020-02-21 16:02:26 -08:00
input Remove libhwbinder/libhidltransport deps 2019-09-06 01:07:02 +00:00
ir/1.0 [vts-core] add VtsHalIrV1_0TargetTest to vts-core 2019-10-25 03:42:59 +00:00
keymaster Add attestation certificate generation and identity credential tags. 2020-02-21 16:02:26 -08:00
light Add AIDL Lights HAL to support multiple lights per type 2020-02-07 01:50:36 +01:00
media OMX VTS: Move device resource files to data/local/tmp am: a54bf6ed5a 2019-08-22 18:59:54 -07:00
memtrack/1.0 ~Memtrack: don't delete hw_module_t* 2020-01-23 14:29:29 -08:00
neuralnetworks Relax NNAPI QoS deadline parameter 2020-02-26 10:36:09 +00:00
nfc Convert VtsHalNfcV1_*TargetTest to be parameterized test 2019-10-22 20:54:31 -07:00
oemlock/1.0 Convert VtsHalOemLockV1_0TargetTest to be parameterized test 2019-12-11 21:45:01 +00:00
power power: Add DPF and update imminent hints to AIDL 2020-02-13 14:49:16 -08:00
prebuilt_hashes power@1.3 is for P. 2019-04-23 12:51:21 -07:00
radio HAL changes for 1.5 setLinkCapacityReportingCriteria 2020-02-20 17:05:39 -08:00
renderscript/1.0 Convert VtsHalRenderscriptV1_0TargetTest to be parameterized test 2019-12-11 10:23:35 -08:00
secure_element Add android.hardware.secure_element@1.2 2020-01-17 14:06:27 +00:00
sensors Merge "Fix formatting errors in sensors MH2 bp files" 2020-02-05 00:23:26 +00:00
soundtrigger ./update-makefiles.sh, for union changes/memory 2019-11-26 09:24:31 -08:00
tests vibrator: use package as name 2020-01-06 14:08:01 -08:00
tetheroffload [vts-core] add VtsHalTetheroffloadControlV1_0TargetTest to vts-core 2019-12-10 16:43:53 +08:00
thermal Convert VtsHalThermalV*TargetTest to be parameterized test 2019-10-16 14:45:16 -07:00
tv Merge "Add a few type for Analog frontend" 2020-02-08 02:10:24 +00:00
usb [vts-core] add VtsHalUsbV1_1TargetTest to vts-core 2019-12-11 16:20:02 +08:00
vibrator vibrator: Deduplicate Supported Primitives Check 2020-01-29 02:06:16 +00:00
vr/1.0 [vts-core] add VtsHalVrV1_0TargetTest to vts-core 2019-10-29 16:16:55 +08:00
weaver/1.0 [vts-core] add VtsHalWeaverV1_0TargetTest to vts-core 2019-10-23 03:05:57 +00:00
wifi Remove reference of VtsHalHidlTargetTestBase 2020-02-04 03:29:50 +00:00
.clang-format Replace clang-format with symlink. 2019-01-18 14:26:33 -08:00
Android.bp libhidl_gtest_helpers -> libhidl_gtest_helper 2019-10-29 14:20:45 -07:00
CleanSpec.mk Convert audio HAL service mk to bp and rename the service 2019-11-07 14:12:30 -08:00
current.txt Relax NNAPI QoS deadline parameter 2020-02-26 10:36:09 +00:00
MODULE_LICENSE_APACHE2 Apache2 module license. 2016-08-30 11:28:36 -07:00
NOTICE Apache2 module license. 2016-08-30 11:28:36 -07:00
OWNERS Add restricted OWNERS for .hal/.aidl files. 2019-08-09 15:07:49 -07:00
PREUPLOAD.cfg PREUPLOAD.cfg: enable bpfmt 2019-12-10 09:51:58 -08:00
TEST_MAPPING s/hidl_/hal_/ for hidl_implementation_test 2020-02-04 13:36:22 -08:00
update-base-files.sh Adding Dataspace BT2020_SRGB and ColorMode BT2020_SRGB 2018-10-22 11:19:52 -07:00
update-makefiles.sh Remove update scripts for VTS makefiles. 2019-02-28 18:39:29 +00:00