Searched refs:initiateModeChange (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayModeControllerTest.cpp | 173 TEST_F(DisplayModeControllerTest, initiateModeChange) REQUIRES(kMainThreadContext) { in TEST_F() argument 186 EXPECT_TRUE(mDmc.initiateModeChange(mDisplayId, std::move(modeRequest), constraints, timeline)); in TEST_F() 213 EXPECT_TRUE(mDmc.initiateModeChange(mDisplayId, std::move(modeRequest), constraints, timeline)); in TEST_F() 226 EXPECT_TRUE(mDmc.initiateModeChange(mDisplayId, std::move(modeRequest), constraints, timeline)); in TEST_F()
|
/frameworks/native/services/surfaceflinger/Display/ |
D | DisplayModeController.h | 89 bool initiateModeChange(PhysicalDisplayId, DisplayModeRequest&&,
|
D | DisplayModeController.cpp | 178 bool DisplayModeController::initiateModeChange(PhysicalDisplayId displayId, in initiateModeChange() function in android::display::DisplayModeController
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 1530 if (!mDisplayModeController.initiateModeChange(displayId, std::move(*desiredModeOpt), in initiateDisplayModeChanges()
|