summaryrefslogtreecommitdiff
path: root/libs/input/PointerController.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-30 14:06:27 +0000
commitc793afe3bd45cd5e5a820e67e681483b2c14b8fb (patch)
tree0c5acebee05d6bfaa2d54f54cea2b27bbb773c3e /libs/input/PointerController.cpp
parent4db8abcc7a3917b2a384ed3fa496ee0935729d2e (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. Fix: 305655839 Test: atest DisplayContentTests#testRemoteDisplayChange Merged-In: I64897baeaa0b5d81c904d75f2b1e17c0eefec3bf Change-Id: I64897baeaa0b5d81c904d75f2b1e17c0eefec3bf
Diffstat (limited to 'libs/input/PointerController.cpp')
0 files changed, 0 insertions, 0 deletions