Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableScheduler.h97 std::shared_ptr<VSyncTracker> tracker, PhysicalDisplayId activeDisplayId) { in registerDisplay() argument
107 activeDisplayId); in registerDisplay()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp128 PhysicalDisplayId activeDisplayId) { in registerDisplay() argument
136 activeDisplayId); in registerDisplay()
142 PhysicalDisplayId activeDisplayId) { in registerDisplayInternal() argument
157 return std::make_pair(promotePacesetterDisplayLocked(activeDisplayId, promotionParams), in registerDisplayInternal()
171 void Scheduler::unregisterDisplay(PhysicalDisplayId displayId, PhysicalDisplayId activeDisplayId) { in unregisterDisplay() argument
172 LOG_ALWAYS_FATAL_IF(displayId == activeDisplayId, "Cannot unregister the active display!"); in unregisterDisplay()
189 pacesetterVsyncSchedule = promotePacesetterDisplayLocked(activeDisplayId, kPromotionParams); in unregisterDisplay()
DScheduler.h110 PhysicalDisplayId activeDisplayId) REQUIRES(kMainThreadContext)
112 void unregisterDisplay(PhysicalDisplayId, PhysicalDisplayId activeDisplayId)
410 PhysicalDisplayId activeDisplayId) REQUIRES(kMainThreadContext)