Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h134 MOCK_METHOD(PhysicalDisplayId, getPrimaryDisplayId, (), (const, override));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h287 virtual PhysicalDisplayId getPrimaryDisplayId() const = 0;
486 PhysicalDisplayId getPrimaryDisplayId() const override { in getPrimaryDisplayId() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1134 return getHwComposer().getPrimaryDisplayId(); in getPrimaryDisplayIdLocked()