Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h300 virtual hal::HWDisplayId getPrimaryHwcDisplayId() const = 0;
510 hal::HWDisplayId getPrimaryHwcDisplayId() const override { in getPrimaryHwcDisplayId() function
516 const auto id = toPhysicalDisplayId(getPrimaryHwcDisplayId()); in getPrimaryDisplayId()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWComposer.h127 MOCK_METHOD(hal::HWDisplayId, getPrimaryHwcDisplayId, (), (const, override));
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp6958 (Mutex::Autolock(mStateLock), getHwComposer().getPrimaryHwcDisplayId()); in onTransact()