/aosp12/frameworks/native/libs/gui/tests/ |
H A D | DisplayedContentSampling_test.cpp | 43 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 D | HwcHal.h | 163 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 D | ComposerVts.cpp | 131 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 D | ComposerClient.h | 122 Return<void> getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() function 129 mHal->getDisplayedContentSamplingAttributes(display, format, dataspace, componentMask); in getDisplayedContentSamplingAttributes()
|
H A D | ComposerHal.h | 105 virtual Error getDisplayedContentSamplingAttributes(
|
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/ |
H A D | ComposerVts.h | 69 Error getDisplayedContentSamplingAttributes(
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HWComposer.h | 178 virtual status_t getDisplayedContentSamplingAttributes(HalDisplayId, ui::PixelFormat* outFormat, 320 status_t getDisplayedContentSamplingAttributes(HalDisplayId, ui::PixelFormat* outFormat,
|
H A D | HWC2.h | 109 [[clang::warn_unused_result]] virtual hal::Error getDisplayedContentSamplingAttributes( 180 hal::Error getDisplayedContentSamplingAttributes(hal::PixelFormat* outFormat,
|
H A D | ComposerHal.h | 197 virtual Error getDisplayedContentSamplingAttributes(Display display, PixelFormat* outFormat, 437 Error getDisplayedContentSamplingAttributes(Display display, PixelFormat* outFormat,
|
H A D | HWC2.cpp | 310 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 D | HWComposer.cpp | 743 status_t HWComposer::getDisplayedContentSamplingAttributes(HalDisplayId displayId, in getDisplayedContentSamplingAttributes() function in android::impl::HWComposer 750 .hwcDisplay->getDisplayedContentSamplingAttributes(outFormat, outDataspace, in getDisplayedContentSamplingAttributes()
|
H A D | ComposerHal.cpp | 990 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 D | MockHWComposer.h | 78 MOCK_METHOD4(getDisplayedContentSamplingAttributes,
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
H A D | MockHWC2.h | 56 MOCK_METHOD(hal::Error, getDisplayedContentSamplingAttributes,
|
H A D | MockComposer.h | 112 MOCK_METHOD4(getDisplayedContentSamplingAttributes,
|
/aosp12/frameworks/base/core/java/android/hardware/display/ |
H A D | DisplayManagerInternal.java | 272 public abstract DisplayedContentSamplingAttributes getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() method in DisplayManagerInternal
|
/aosp12/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
H A D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 486 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 D | ISurfaceComposer.h | 314 virtual status_t getDisplayedContentSamplingAttributes(const sp<IBinder>& display,
|
H A D | SurfaceComposerClient.h | 610 static status_t getDisplayedContentSamplingAttributes(const sp<IBinder>& display,
|
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | FakeComposerClient.h | 199 V2_1::Error getDisplayedContentSamplingAttributes(
|
H A D | FakeComposerClient.cpp | 642 V2_1::Error FakeComposerClient::getDisplayedContentSamplingAttributes( in getDisplayedContentSamplingAttributes() function in FakeComposerClient
|
/aosp12/frameworks/native/services/vr/hardware_composer/impl/ |
H A D | vr_hwc.h | 334 Error getDisplayedContentSamplingAttributes(
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerClient.h | 166 Return<void> getDisplayedContentSamplingAttributes(uint64_t display,
|
/aosp12/frameworks/native/libs/gui/ |
H A D | ISurfaceComposer.cpp | 641 status_t getDisplayedContentSamplingAttributes(const sp<IBinder>& display, in getDisplayedContentSamplingAttributes() function in android::BpSurfaceComposer 1639 getDisplayedContentSamplingAttributes(display, &format, &dataspace, &component); in onTransact()
|
H A D | SurfaceComposerClient.cpp | 2097 status_t SurfaceComposerClient::getDisplayedContentSamplingAttributes(const sp<IBinder>& display, in getDisplayedContentSamplingAttributes() function in android::SurfaceComposerClient 2102 ->getDisplayedContentSamplingAttributes(display, outFormat, outDataspace, in getDisplayedContentSamplingAttributes()
|