commit | 00721dc031d27e18b319d69285a84565d6878172 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Thu Nov 10 22:45:09 2022 +0000 |
committer | Devin Moore <devinmoore@google.com> | Fri Nov 18 00:58:35 2022 +0000 |
tree | 2d5b5880d843ab755a38bc2ab7dee17ec5f8b51b | |
parent | 9ef0c60a259d863fcec843576b0cdd4b2999d5dd [diff] |
Add a convert library for sensor AIDL This is moving the conversion functions from frameworks/native/services/sensorservice/AidlSensorHalWrapper.cpp. This conversion code needs to be shared between sensorservice, a new libsensorserviceaidl, and the new VTS tests for AIDL sensorservice. It will likely also be used by vendors interacting with the new AIDL sensorservice. Test: VtsHalSensorManagerV1_0TargetTest Bug: 205764765 Change-Id: Iabb0bcf0770672671e51fd304f79e14ca94a2d15