Home
last modified time | relevance | path

Searched refs:getSupportedPerFrameMetadata (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
H A DDisplayColorProfile.h38 MOCK_CONST_METHOD0(getSupportedPerFrameMetadata, int32_t());
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DDisplayColorProfile.h70 virtual int32_t getSupportedPerFrameMetadata() const = 0;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DDisplayColorProfile.h48 int32_t getSupportedPerFrameMetadata() const override;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplayColorProfile.cpp248 int32_t DisplayColorProfile::getSupportedPerFrameMetadata() const { in getSupportedPerFrameMetadata() function in android::compositionengine::impl::DisplayColorProfile
415 dumpVal(out, "metadata", getSupportedPerFrameMetadata()); in dump()
H A DOutputLayer.cpp558 getOutput().getDisplayColorProfile()->getSupportedPerFrameMetadata(); in writeBufferStateToHWC()
/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp391 int DisplayDevice::getSupportedPerFrameMetadata() const { in getSupportedPerFrameMetadata() function in android::DisplayDevice
392 return mCompositionDisplay->getDisplayColorProfile()->getSupportedPerFrameMetadata(); in getSupportedPerFrameMetadata()
H A DDisplayDevice.h139 int32_t getSupportedPerFrameMetadata() const;
H A DSurfaceFlinger.cpp2714 creationArgs.supportedPerFrameMetadata = getHwComposer().getSupportedPerFrameMetadata(*id); in setupNewDisplayDeviceInternal()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h170 virtual int32_t getSupportedPerFrameMetadata(HalDisplayId) const = 0;
312 int32_t getSupportedPerFrameMetadata(HalDisplayId) const override;
H A DHWC2.h94 [[clang::warn_unused_result]] virtual int32_t getSupportedPerFrameMetadata() const = 0;
168 int32_t getSupportedPerFrameMetadata() const override;
H A DHWComposer.cpp718 int32_t HWComposer::getSupportedPerFrameMetadata(HalDisplayId displayId) const { in getSupportedPerFrameMetadata() function in android::impl::HWComposer
720 return mDisplayData.at(displayId).hwcDisplay->getSupportedPerFrameMetadata(); in getSupportedPerFrameMetadata()
H A DHWC2.cpp184 int32_t Display::getSupportedPerFrameMetadata() const in getSupportedPerFrameMetadata() function in android::HWC2::impl::Display
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DMockHWComposer.h74 MOCK_CONST_METHOD1(getSupportedPerFrameMetadata, int32_t(HalDisplayId));
H A DDisplayColorProfileTest.cpp186 EXPECT_EQ(0, profile.getSupportedPerFrameMetadata()); in TEST_F()
192 EXPECT_EQ(123, profile.getSupportedPerFrameMetadata()); in TEST_F()
H A DOutputLayerTest.cpp775 EXPECT_CALL(mDisplayColorProfile, getSupportedPerFrameMetadata()) in OutputLayerWriteStateToHWCTest()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
H A DMockHWC2.h44 MOCK_METHOD(int32_t, getSupportedPerFrameMetadata, (), (const, override));
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp281 device->getSupportedPerFrameMetadata()); in setupNewDisplayDeviceInternalTest()