Home
last modified time | relevance | path

Searched refs:getDisplayedContentSamplingAttributes (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/frameworks/native/libs/gui/tests/
H A DDisplayedContentSampling_test.cpp43 mComposerClient->getDisplayedContentSamplingAttributes(mDisplayToken, &format, in shouldSkipTest()
68 mComposerClient->getDisplayedContentSamplingAttributes(mDisplayToken, &format, in TEST_F()
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
H A DHwcHal.h163 Error getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() function
166 if (!mDispatch.getDisplayedContentSamplingAttributes) { in getDisplayedContentSamplingAttributes()
172 int32_t errorRaw = mDispatch.getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes()
319 &mDispatch.getDisplayedContentSamplingAttributes); in initDispatch()
407 HWC2_PFN_GET_DISPLAYED_CONTENT_SAMPLING_ATTRIBUTES getDisplayedContentSamplingAttributes; member
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/vts/
H A DComposerVts.cpp131 Error ComposerClient::getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() function in android::hardware::graphics::composer::V2_3::vts::ComposerClient
135 mClient->getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes()
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
H A DComposerClient.h122 Return<void> getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() function
129 mHal->getDisplayedContentSamplingAttributes(display, format, dataspace, componentMask); in getDisplayedContentSamplingAttributes()
H A DComposerHal.h105 virtual Error getDisplayedContentSamplingAttributes(
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/
H A DComposerVts.h69 Error getDisplayedContentSamplingAttributes(
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h178 virtual status_t getDisplayedContentSamplingAttributes(HalDisplayId, ui::PixelFormat* outFormat,
320 status_t getDisplayedContentSamplingAttributes(HalDisplayId, ui::PixelFormat* outFormat,
H A DHWC2.h109 [[clang::warn_unused_result]] virtual hal::Error getDisplayedContentSamplingAttributes(
180 hal::Error getDisplayedContentSamplingAttributes(hal::PixelFormat* outFormat,
H A DComposerHal.h197 virtual Error getDisplayedContentSamplingAttributes(Display display, PixelFormat* outFormat,
437 Error getDisplayedContentSamplingAttributes(Display display, PixelFormat* outFormat,
H A DHWC2.cpp310 Error Display::getDisplayedContentSamplingAttributes(hal::PixelFormat* outFormat, in getDisplayedContentSamplingAttributes() function in android::HWC2::impl::Display
313 auto intError = mComposer.getDisplayedContentSamplingAttributes(mId, outFormat, outDataspace, in getDisplayedContentSamplingAttributes()
H A DHWComposer.cpp743 status_t HWComposer::getDisplayedContentSamplingAttributes(HalDisplayId displayId, in getDisplayedContentSamplingAttributes() function in android::impl::HWComposer
750 .hwcDisplay->getDisplayedContentSamplingAttributes(outFormat, outDataspace, in getDisplayedContentSamplingAttributes()
H A DComposerHal.cpp990 Error Composer::getDisplayedContentSamplingAttributes(Display display, PixelFormat* outFormat, in getDisplayedContentSamplingAttributes() function in android::Hwc2::impl::Composer
1000 mClient_2_3->getDisplayedContentSamplingAttributes(display, in getDisplayedContentSamplingAttributes()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DMockHWComposer.h78 MOCK_METHOD4(getDisplayedContentSamplingAttributes,
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockHWC2.h56 MOCK_METHOD(hal::Error, getDisplayedContentSamplingAttributes,
H A DMockComposer.h112 MOCK_METHOD4(getDisplayedContentSamplingAttributes,
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerInternal.java272 public abstract DisplayedContentSamplingAttributes getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() method in DisplayManagerInternal
/aosp12/hardware/interfaces/graphics/composer/2.3/vts/functional/
H A DVtsHalGraphicsComposerV2_3TargetTest.cpp486 auto error = mComposerClient->getDisplayedContentSamplingAttributes(mPrimaryDisplay, format, in TEST_P()
524 auto error = mComposerClient->getDisplayedContentSamplingAttributes(mPrimaryDisplay, format, in TEST_P()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h314 virtual status_t getDisplayedContentSamplingAttributes(const sp<IBinder>& display,
H A DSurfaceComposerClient.h610 static status_t getDisplayedContentSamplingAttributes(const sp<IBinder>& display,
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h199 V2_1::Error getDisplayedContentSamplingAttributes(
H A DFakeComposerClient.cpp642 V2_1::Error FakeComposerClient::getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() function in FakeComposerClient
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h334 Error getDisplayedContentSamplingAttributes(
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h166 Return<void> getDisplayedContentSamplingAttributes(uint64_t display,
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp641 status_t getDisplayedContentSamplingAttributes(const sp<IBinder>& display, in getDisplayedContentSamplingAttributes() function in android::BpSurfaceComposer
1639 getDisplayedContentSamplingAttributes(display, &format, &dataspace, &component); in onTransact()
H A DSurfaceComposerClient.cpp2097 status_t SurfaceComposerClient::getDisplayedContentSamplingAttributes(const sp<IBinder>& display, in getDisplayedContentSamplingAttributes() function in android::SurfaceComposerClient
2102 ->getDisplayedContentSamplingAttributes(display, outFormat, outDataspace, in getDisplayedContentSamplingAttributes()

12