Home
last modified time | relevance | path

Searched refs:getDisplayFrames (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.h340 std::pair<nsecs_t, nsecs_t> getDisplayFrames(nsecs_t layerPeriod, nsecs_t displayPeriod) const;
DRefreshRateConfigs.cpp146 std::pair<nsecs_t, nsecs_t> RefreshRateConfigs::getDisplayFrames(nsecs_t layerPeriod, in getDisplayFrames() function in android::scheduler::RefreshRateConfigs
192 getDisplayFrames(layerPeriod, displayPeriod); in calculateNonExactMatchingLayerScoreLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java1522 displayFrames = win.getDisplayFrames(displayFrames); in layoutWindowLw()
2485 final DisplayFrames displayFrames = win.getDisplayFrames(mDisplayContent.mDisplayFrames); in getBarContentFrameForWindow()
DWindowState.java1629 DisplayFrames getDisplayFrames(DisplayFrames originalFrames) { in getDisplayFrames() method in WindowState
/frameworks/base/services/
Dart-profile58266 HSPLcom/android/server/wm/WindowState;->getDisplayFrames(Lcom/android/server/wm/DisplayFrames;)Lcom…