summaryrefslogtreecommitdiff
path: root/sensors/aidl/vts
AgeCommit message (Collapse)Author
2022-08-04Adds AndroidTest.xml for AIDL sensors VTS testArthur Ishiguro
Bug: 241174366 Test: run VtsAidlHalSensorsTargetTest, and verify Android app can receive sensor data after test runs Change-Id: Ie372f74f3a52decce592181c7d65624f8ec03ed1 (cherry picked from commit 8492dab99d59d4a4f171afe295149020759a10ca)
2022-06-10Support AIDL IAllocator for direct channel testsBrian Duddie
Bug: 234673324 Test: atest VtsHalSensorsV2_1TargetTest -> DirectChannelGralloc pass on device using AIDL IAllocator Change-Id: I169d3bc863f7e588f42e408f151064066b9960cc
2022-04-12Fix AIDL sensors VTS testArthur Ishiguro
- According to the AIDL backends, return values are not propagated when the status is !ok(). Update the VTS test, HAL implementation, and ISensors definition to remove the requirement that the handle is populated to -1 on failure for registerDirectChannel. - Also update VTS tests for some error code checks to reflect the actual expecataions according to the ISensors documentation. Bug: 228645167 Test: VTS passes Change-Id: I5d4d4d0af3b033b34a58d8462aa40214d89fa442
2022-01-28Updated VTS to support heading sensors.Tyler Trephan
Test: atest VtsAidlHalSensorsTargetTest Bug: 214096235 Change-Id: Id8c589c010ebd66cc33f66e08b6bdee1f7612ba3
2022-01-25Updated VTS to support limited axes IMU sensors.Tyler Trephan
Test: atest VtsAidlHalSensorsTargetTest Bug: 188012758 Change-Id: If0a2051eb0d39d8afdf7011da1371a48e4b12c44
2022-01-14VtsAidlHalSensorsTargetTest: Fix assignmentGreg Kaiser
To make this assignment have an impact outside the function, we need to assign to the dereference of the pointer. Test: TreeHugger Bug: 195593357 Change-Id: I3541735574d6ebe2f2620c2bc5fbf5dd7d97cd91
2022-01-12Implements AIDL VTS direct channel testsGrace Cheng
Bug: 195593357 Test: Compile, run tests Change-Id: I3e78050fc28c9a0d20cd18788a357bc9b82f2ced
2021-12-23Adds sensors HAL AIDL interfaceArthur Ishiguro
Bug: 195593357 Test: Compile Change-Id: I6c63a6ba2dc3fbe5b25f401728d0724df2620bef