summaryrefslogtreecommitdiff
path: root/libs/androidfw/AssetManager.cpp
diff options
context:
space:
mode:
author Santiago Seifert <aquilescanta@google.com> 2024-05-17 23:26:02 +0000
committer Santiago Seifert <aquilescanta@google.com> 2024-05-17 23:33:00 +0000
commitbeb94220c3224ef2e707a8c370d7e00476d2ee1b (patch)
tree63188dd71856faafd5a35677c4417768659795e6 /libs/androidfw/AssetManager.cpp
parent26724a4c6940d27b5df7eac9ecb62dccb192dc69 (diff)
Make MR2ProviderServiceProxy take looper by param
The functionality doesn't change, because the calling function is already running on the looper that the constructor gets. But this may save someone from being bitten by the call to myLooper in the future. Note that we avoid sharing the handler instance. Otherwise, one class could inadvertently remove a message posted by the other class. And sharing it would mean this change is no longer non-functional. Bug: b/205124386 Test: Added logs to verify that myLooper was already the MediaRouterService looper thread. Flag: EXEMPT refactor Change-Id: Ia7f8dd472caa97162e61c28f56ef7e5fa8659309
Diffstat (limited to 'libs/androidfw/AssetManager.cpp')
0 files changed, 0 insertions, 0 deletions