Searched refs:getPhysicalDisplayOrientation (Results 1 – 14 of 14) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 147 MOCK_METHOD(Hwc2::AidlTransform, getPhysicalDisplayOrientation, (PhysicalDisplayId),
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 303 virtual Hwc2::AidlTransform getPhysicalDisplayOrientation(PhysicalDisplayId) const = 0; 465 Hwc2::AidlTransform getPhysicalDisplayOrientation(PhysicalDisplayId) const override;
|
D | HWC2.h | 185 [[nodiscard]] virtual hal::Error getPhysicalDisplayOrientation( 278 hal::Error getPhysicalDisplayOrientation(Hwc2::AidlTransform* outTransform) const override;
|
D | AidlComposerHal.h | 238 Error getPhysicalDisplayOrientation(Display displayId,
|
D | ComposerHal.h | 294 virtual Error getPhysicalDisplayOrientation(Display displayId,
|
D | HWC2.cpp | 161 Error Display::getPhysicalDisplayOrientation(Hwc2::AidlTransform* outTransform) const { in getPhysicalDisplayOrientation() function in android::HWC2::impl::Display 162 auto error = mComposer.getPhysicalDisplayOrientation(mId, outTransform); in getPhysicalDisplayOrientation()
|
D | HidlComposerHal.h | 343 Error getPhysicalDisplayOrientation(Display displayId,
|
D | HWComposer.cpp | 1170 Hwc2::AidlTransform HWComposer::getPhysicalDisplayOrientation(PhysicalDisplayId displayId) const { in getPhysicalDisplayOrientation() function in android::impl::HWComposer 1175 const auto error = hwcDisplay->getPhysicalDisplayOrientation(&outTransform); in getPhysicalDisplayOrientation()
|
D | HidlComposerHal.cpp | 1433 Error HidlComposer::getPhysicalDisplayOrientation(Display, AidlTransform*) { in getPhysicalDisplayOrientation() function in android::Hwc2::HidlComposer
|
D | AidlComposerHal.cpp | 1593 Error AidlComposer::getPhysicalDisplayOrientation(Display displayId, in getPhysicalDisplayOrientation() function in android::Hwc2::AidlComposer
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockHWC2.h | 107 MOCK_METHOD(hal::Error, getPhysicalDisplayOrientation, (Hwc2::AidlTransform *),
|
D | MockComposer.h | 176 MOCK_METHOD2(getPhysicalDisplayOrientation, Error(Display, AidlTransform*));
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 1230 ui::Rotation getPhysicalDisplayOrientation(DisplayId, bool isPrimary) const
|
D | SurfaceFlinger.cpp | 3062 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()
|