commit | 6cdd3fd7dab0149041ee8dd7273fe83888d2b1e3 | [log] [tgz] |
---|---|---|
author | Ady Abraham <adyabr@google.com> | Thu Sep 07 18:45:58 2023 -0700 |
committer | Ady Abraham <adyabr@google.com> | Thu Sep 14 15:54:13 2023 -0700 |
tree | d16cd080fb54219293612a4e97496e02460f6392 | |
parent | 3821b0df36c612755b711d8d5a7b63377d7cf5d9 [diff] |
libgui: plumb setFrameRate thru BufferQueue The current implementation just assumes that the Surface and BLASTBufferQueue lives in the same process and rely on inheritance to handle setFrameRate. This doesn't work for any usecase that the Surface is Parceled to a diffrent process. Bug: 281695725 Test: atest CtsGraphicsTestCases --test-filter SetFrameRateTest* Change-Id: I4e08b92b618fa7b863ca3ef4f7b46d9f1c30c775