diff options
| author | 2024-01-23 12:24:30 -0500 | |
|---|---|---|
| committer | 2024-01-23 12:27:44 -0500 | |
| commit | a7be94ea77e7a61da329c0f70af309cb0a38097b (patch) | |
| tree | 30f31178bb34f45d7860b8fefaf32d6330f7e70b /libs/gui/BufferQueueProducer.cpp | |
| parent | a9c519873255af50508ba47d483b951b272c88e9 (diff) | |
Cleanup Scheduler::initVsync
Oddly, we pass a member of Scheduler to a method on Scheduler. This
method is actually on Scheduler's base class, MessageQueue, which does
not have that member. Rename the method to initVsyncInternal, and add
a new method, Scheduler::initVsync, which passes its member to
MessageQueue::initVsyncInternal. ("Internal" is needed to prevent
shadowing a virtual method.)
No change in logical behavior.
Bug: 266816604
Test: mmma -j frameworks/native/services/surfaceflinger
Change-Id: Ia7fcb9d76638bbce3051d4778defd10bd5c86ad1
Diffstat (limited to 'libs/gui/BufferQueueProducer.cpp')
0 files changed, 0 insertions, 0 deletions