Home
last modified time | relevance | path

Searched refs:getPhysicalDisplayOrientation (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h147 MOCK_METHOD(Hwc2::AidlTransform, getPhysicalDisplayOrientation, (PhysicalDisplayId),
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h303 virtual Hwc2::AidlTransform getPhysicalDisplayOrientation(PhysicalDisplayId) const = 0;
465 Hwc2::AidlTransform getPhysicalDisplayOrientation(PhysicalDisplayId) const override;
DHWC2.h185 [[nodiscard]] virtual hal::Error getPhysicalDisplayOrientation(
278 hal::Error getPhysicalDisplayOrientation(Hwc2::AidlTransform* outTransform) const override;
DAidlComposerHal.h238 Error getPhysicalDisplayOrientation(Display displayId,
DComposerHal.h294 virtual Error getPhysicalDisplayOrientation(Display displayId,
DHWC2.cpp161 Error Display::getPhysicalDisplayOrientation(Hwc2::AidlTransform* outTransform) const { in getPhysicalDisplayOrientation() function in android::HWC2::impl::Display
162 auto error = mComposer.getPhysicalDisplayOrientation(mId, outTransform); in getPhysicalDisplayOrientation()
DHidlComposerHal.h343 Error getPhysicalDisplayOrientation(Display displayId,
DHWComposer.cpp1170 Hwc2::AidlTransform HWComposer::getPhysicalDisplayOrientation(PhysicalDisplayId displayId) const { in getPhysicalDisplayOrientation() function in android::impl::HWComposer
1175 const auto error = hwcDisplay->getPhysicalDisplayOrientation(&outTransform); in getPhysicalDisplayOrientation()
DHidlComposerHal.cpp1433 Error HidlComposer::getPhysicalDisplayOrientation(Display, AidlTransform*) { in getPhysicalDisplayOrientation() function in android::Hwc2::HidlComposer
DAidlComposerHal.cpp1593 Error AidlComposer::getPhysicalDisplayOrientation(Display displayId, in getPhysicalDisplayOrientation() function in android::Hwc2::AidlComposer
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h107 MOCK_METHOD(hal::Error, getPhysicalDisplayOrientation, (Hwc2::AidlTransform *),
DMockComposer.h176 MOCK_METHOD2(getPhysicalDisplayOrientation, Error(Display, AidlTransform*));
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1230 ui::Rotation getPhysicalDisplayOrientation(DisplayId, bool isPrimary) const
DSurfaceFlinger.cpp3062 ui::Rotation SurfaceFlinger::getPhysicalDisplayOrientation(DisplayId displayId, in getPhysicalDisplayOrientation() function in android::SurfaceFlinger
3071 switch (getHwComposer().getPhysicalDisplayOrientation(*id)) { in getPhysicalDisplayOrientation()
3761 getPhysicalDisplayOrientation(compositionDisplay->getId(), creationArgs.isPrimary); in setupNewDisplayDeviceInternal()