commit | 846833639b7f1c922a63bde69dd7f35fdb26f34b | [log] [tgz] |
---|---|---|
author | Fiona Campbell <flc@google.com> | Fri Jun 09 14:44:47 2023 +0000 |
committer | Fiona Campbell <flc@google.com> | Fri Jul 14 10:18:31 2023 +0000 |
tree | 139a427a604cbeff92b71a968168021d18cd1961 | |
parent | 267f49b16862d222cd291ae9ab1c4d5bff07896f [diff] |
Put DWBC calls on handler Without DWBC calls on a handler, it was possible for DPC.stop() and therefore dwbc.disable() to be called whilst querying other dwbc data. This change puts the critical methods on the dpc/dpc2 handler, so that this issue does not occur. Bug: 283886342 Test: atest com.android.server.display Change-Id: Ia0688642189b050353b45dd31431d5f157b428b8 Merged-In: Ia0688642189b050353b45dd31431d5f157b428b8