Home
last modified time | relevance | path

Searched refs:seamlessRequired (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DDisplayDevice_InitiateModeChange.cpp123 .seamlessRequired = false, in TEST_F()
145 .seamlessRequired = false, in TEST_F()
/aosp12/hardware/interfaces/graphics/composer/2.4/vts/functional/
H A DVtsHalGraphicsComposerV2_4TargetTest.cpp335 constraints.seamlessRequired = false; in TEST_P()
375 constraints.seamlessRequired = false; in TEST_P()
386 constraints.seamlessRequired = false; in TEST_P()
400 constraints.seamlessRequired = true; in TEST_P()
541 .seamlessRequired = false}; in Test_setActiveConfigWithConstraints()
/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer_defs.h115 uint8_t seamlessRequired; member
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
H A DHwcHal.h156 vsync_period_change_constraints.seamlessRequired = in setActiveConfigWithConstraints()
157 vsyncPeriodChangeConstraints.seamlessRequired; in setActiveConfigWithConstraints()
/aosp12/hardware/interfaces/graphics/composer/2.4/
H A DIComposerClient.hal163 bool seamlessRequired;
253 * SEAMLESS_NOT_ALLOWED when seamlessRequired was true but config provided doesn't
255 * SEAMLESS_NOT_POSSIBLE when seamlessRequired was true but the display cannot achieve
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp383 hwc2Constraints.seamlessRequired = constraints.seamlessRequired; in setActiveConfigWithConstraints()
397 if (constraints.desiredTimeNanos > now || constraints.seamlessRequired) { in setActiveConfigWithConstraints()
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display.cpp2632 if (vsync_period_change_constraints->seamlessRequired && !AllowSeamless(config)) { in SetActiveConfigWithConstraints()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display.cpp1077 if (vsync_period_change_constraints->seamlessRequired) { in SetActiveConfigWithConstraints()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp3638 config, vsyncPeriodChangeConstraints->seamlessRequired, in setActiveConfigWithConstraints()
3649 if (vsyncPeriodChangeConstraints->seamlessRequired) { in setActiveConfigWithConstraints()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1276 constraints.seamlessRequired = false; in performSetActiveMode()