Home
last modified time | relevance | path

Searched refs:DisplayConnectionType (Results 1 – 24 of 24) sorted by relevance

/frameworks/native/libs/ui/include_vndk/ui/
DDisplayInfo.h26 enum class DisplayConnectionType { Internal, External }; enum
30 DisplayConnectionType connectionType = DisplayConnectionType::Internal;
/frameworks/native/libs/ui/include/ui/
DDisplayInfo.h26 enum class DisplayConnectionType { Internal, External }; enum
30 DisplayConnectionType connectionType = DisplayConnectionType::Internal;
/frameworks/native/include/ui/
DDisplayInfo.h26 enum class DisplayConnectionType { Internal, External }; enum
30 DisplayConnectionType connectionType = DisplayConnectionType::Internal;
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h74 std::optional<DisplayConnectionType> getConnectionType() const { return mConnectionType; } in getConnectionType()
168 const std::optional<DisplayConnectionType> mConnectionType;
190 DisplayConnectionType type;
226 std::optional<DisplayConnectionType> connectionType;
DDisplayDevice.cpp258 type = *mConnectionType == DisplayConnectionType::Internal ? "internal" : "external"; in getDebugName()
DSurfaceFlinger.cpp867 info->density = info->connectionType == DisplayConnectionType::Internal in getDisplayInfo()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DDisplayCreationArgs.h40 DisplayConnectionType type;
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp373 DisplayConnectionType HWComposer::getDisplayConnectionType(DisplayId displayId) const { in getDisplayConnectionType()
374 RETURN_IF_INVALID_DISPLAY(displayId, DisplayConnectionType::Internal); in getDisplayConnectionType()
377 DisplayConnectionType type; in getDisplayConnectionType()
381 ? DisplayConnectionType::Internal in getDisplayConnectionType()
382 : DisplayConnectionType::External; in getDisplayConnectionType()
DHWC2.cpp385 Error Display::getConnectionType(android::DisplayConnectionType* outType) const { in getConnectionType()
388 using ConnectionType = Hwc2::IComposerClient::DisplayConnectionType; in getConnectionType()
396 ? android::DisplayConnectionType::Internal in getConnectionType()
397 : android::DisplayConnectionType::External; in getConnectionType()
DHWComposer.h201 virtual DisplayConnectionType getDisplayConnectionType(DisplayId) const = 0;
342 DisplayConnectionType getDisplayConnectionType(DisplayId) const override;
DHWC2.h190 android::DisplayConnectionType*) const = 0;
273 hal::Error getConnectionType(android::DisplayConnectionType*) const override;
DComposerHal.h224 Display display, IComposerClient::DisplayConnectionType* outType) = 0;
472 IComposerClient::DisplayConnectionType* outType) override;
DComposerHal.cpp1226 IComposerClient::DisplayConnectionType* outType) { in getDisplayConnectionType()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplay.h97 MOCK_CONST_METHOD1(getConnectionType, hal::Error(android::DisplayConnectionType*));
DMockComposer.h127 V2_4::Error(Display, IComposerClient::DisplayConnectionType*));
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h93 MOCK_CONST_METHOD1(getDisplayConnectionType, DisplayConnectionType(DisplayId));
DDisplayTest.cpp166 .setPhysical({DEFAULT_DISPLAY_ID, DisplayConnectionType::Internal}) in getDisplayCreationArgsForPhysicalHWCDisplay()
260 .setPhysical({DEFAULT_DISPLAY_ID, DisplayConnectionType::Internal}) in TEST_F()
281 .setPhysical({DEFAULT_DISPLAY_ID, DisplayConnectionType::External}) in TEST_F()
1007 .setPhysical({DEFAULT_DISPLAY_ID, DisplayConnectionType::Internal})
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp274 {DEFAULT_DISPLAY_ID, DisplayConnectionType::Internal}) in injectDefaultInternalDisplay()
280 FakeDisplayDeviceInjector(mFlinger, compositionDisplay, DisplayConnectionType::Internal, in injectDefaultInternalDisplay()
376 static constexpr std::optional<DisplayConnectionType> value;
381 static constexpr std::optional<DisplayConnectionType> value = PhysicalDisplay::CONNECTION_TYPE;
437 ceDisplayArgs.setPhysical({*displayId, DisplayConnectionType::Internal}); in makeFakeExistingDisplayInjector()
570 PhysicalDisplay::CONNECTION_TYPE == DisplayConnectionType::Internal in setupHwcHotplugCallExpectations()
571 ? IComposerClient::DisplayConnectionType::INTERNAL in setupHwcHotplugCallExpectations()
572 : IComposerClient::DisplayConnectionType::EXTERNAL; in setupHwcHotplugCallExpectations()
641 static constexpr auto CONNECTION_TYPE = DisplayConnectionType::Internal;
651 static constexpr auto CONNECTION_TYPE = DisplayConnectionType::External;
DTestableSurfaceFlinger.h563 std::optional<DisplayConnectionType> connectionType, in FakeDisplayDeviceInjector()
DCompositionTest.cpp295 .setPhysical({DEFAULT_DISPLAY_ID, DisplayConnectionType::Internal}) in setupPreconditions()
309 DisplayConnectionType::Internal, HWC_DISPLAY, in setupPreconditions()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp60 args.physical ? args.physical->type == DisplayConnectionType::Internal in setConfiguration()
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.h231 Display display, V2_4::IComposerClient::DisplayConnectionType* outType) override;
DFakeComposerClient.cpp708 Display /*display*/, V2_4::IComposerClient::DisplayConnectionType* /*outType*/) { in getDisplayConnectionType() argument
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp894 info.connectionType == DisplayConnectionType::Internal); in nativeGetDisplayInfo()