Home
last modified time | relevance | path

Searched refs:PromotionParams (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h384 struct PromotionParams { struct
389 void promotePacesetterDisplay(PhysicalDisplayId pacesetterId, PromotionParams) argument
399 PromotionParams)
406 void demotePacesetterDisplay(PromotionParams) REQUIRES(kMainThreadContext)
DScheduler.cpp121 constexpr PromotionParams kPromotionParams = {.toggleIdleTimer = true}; in setPacesetterDisplay()
146 const PromotionParams promotionParams = {.toggleIdleTimer = isPrimary}; in registerDisplayInternal()
176 constexpr PromotionParams kPromotionParams = {.toggleIdleTimer = false}; in unregisterDisplay()
928 void Scheduler::promotePacesetterDisplay(PhysicalDisplayId pacesetterId, PromotionParams params) { in promotePacesetterDisplay()
939 PhysicalDisplayId pacesetterId, PromotionParams params) { in promotePacesetterDisplayLocked()
979 void Scheduler::demotePacesetterDisplay(PromotionParams params) { in demotePacesetterDisplay()