summaryrefslogtreecommitdiff
path: root/libs/androidfw/StringPool.cpp
diff options
context:
space:
mode:
author Riddle Hsu <riddlehsu@google.com> 2023-10-27 13:57:37 +0000
committer Riddle Hsu <riddlehsu@google.com> 2023-10-31 06:50:15 +0000
commitd45c64343b4dab9e9c6f3827ad56721ed7996b9e (patch)
tree7bc706952c706bcf21ec66b7d4f56060384b710d /libs/androidfw/StringPool.cpp
parent48093eb976b8f8619e635e815b8998cafb1430ed (diff)
Consume pending display config change with multiple remote callbacks
For example: Callback1 { sendNewConfiguration } Callback2 { applySomething } If Callback1 completes first, its sendNewConfiguration won't take effect because isWaitingForRemoteDisplayChange is true by the pending Callback2. And then when Callback2 completes, it only perform its own operations. So this change provides a callback from display to make sure its pending config change can be handled when all remote callbacks are done. Bug: 305655839 Test: atest DisplayContentTests#testRemoteDisplayChange Merged-In: I64897baeaa0b5d81c904d75f2b1e17c0eefec3bf Change-Id: I64897baeaa0b5d81c904d75f2b1e17c0eefec3bf
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions