commit | e1b53af498e7d3b78f00f6cb59519c2b5e3bc0ea | [log] [tgz] |
---|---|---|
author | Ilya Matyukhin <ilyamaty@google.com> | Tue Apr 20 19:32:28 2021 -0700 |
committer | Ilya Matyukhin <ilyamaty@google.com> | Mon Apr 26 16:40:36 2021 -0700 |
tree | 0898fb8c0bb986bae21c53dcf60038c2a66cd80b | |
parent | c72ac760e1e3133689e6a62611f9ccf6a5cf4f13 [diff] |
Consolidate registration of HIDL and AIDL HALs This CL establishes a single flow of registration for both HIDL and AIDL HALs. The registration of both is done on a separate thread to avoid blocking system server. Previously, only AIDL registration was done on a separate thread. Bug: 184677066 Test: atest CtsBiometricsTestCases Test: atest AuthServiceTest Test: atest Fingerprint21Test Test: atest Face10Test Change-Id: I4442db15a7b690bb34c6eb7e8793ab4411cbd6d2