Home
last modified time | relevance | path

Searched refs:onPrimaryDisplayModeChanged (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.h90 void onPrimaryDisplayModeChanged(ConnectionHandle, DisplayModePtr) EXCLUDES(mFeatureStateLock);
H A DScheduler.cpp363 void Scheduler::onPrimaryDisplayModeChanged(ConnectionHandle handle, DisplayModePtr mode) { in onPrimaryDisplayModeChanged() function in android::Scheduler
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1202 mScheduler->onPrimaryDisplayModeChanged(mAppConnectionHandle, upcomingModeInfo.mode); in setActiveModeInternal()
3210 mScheduler->onPrimaryDisplayModeChanged(mAppConnectionHandle, display->getActiveMode()); in initScheduler()
6582 mScheduler->onPrimaryDisplayModeChanged(mAppConnectionHandle, activeMode); in setDesiredDisplayModeSpecsInternal()