summaryrefslogtreecommitdiff
path: root/libs/gui/tests/FrameRateUtilsTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* GTE frame rate compatibility needs validationRachel Lee2024-02-261-0/+2
| | | | | | | | | | Validate the GTE frame rate compatibility value, otherwise it does not reach SF. Bug: 327013543 Test: atest FrameRateUtilsTest Test: atest CtsSurfaceControlTestsStaging Change-Id: I3cb7fc7c9cbd32eb8db8e07718a89c3918b72a9f
* libgui: plumb setFrameRate thru BufferQueueAdy Abraham2023-09-141-0/+74
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