platform_hardware_interfaces/neuralnetworks
Michael Butler 9c3c8642fb Quick-fail NNAPI VTS test case if driver is dead
This CL adds a check during SetUp that an NNAPI driver service is still
alive by pinging the driver service. If it is not alive, the test will
fail during SetUp. Without this quick-fail, the test case would continue
as if the driver were still active, which would result in multiple
EXPECT_* and ASSERT_* statements failing instead of a single, clear
failure message.

Bug: 197035200
Test: mma
Test: presubmit: VtsHalNeuralnetworks*TargetTest
Change-Id: Ib1b75ed20f764055699590581d5ad4e5aff4baae
2021-08-23 18:27:49 -07:00
..
1.0 Quick-fail NNAPI VTS test case if driver is dead 2021-08-23 18:27:49 -07:00
1.1 Quick-fail NNAPI VTS test case if driver is dead 2021-08-23 18:27:49 -07:00
1.2 Quick-fail NNAPI VTS test case if driver is dead 2021-08-23 18:27:49 -07:00
1.3 Quick-fail NNAPI VTS test case if driver is dead 2021-08-23 18:27:49 -07:00
aidl Quick-fail NNAPI VTS test case if driver is dead 2021-08-23 18:27:49 -07:00
utils Merge "Revert^2 "Making NN hardware interface libs "host supported""" 2021-08-12 16:01:47 +00:00
README Add README to NeuralNetworks HAL 2018-03-05 12:59:35 -08:00
TEST_MAPPING Add canonical types adapters for NNAPI AIDL interface 2021-03-16 11:57:04 -07:00

NeuralNetworks sample driver implementation is located at
frameworks/ml/nn/driver/sample.