/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
H A D | DisplayColorProfile.h | 38 MOCK_CONST_METHOD0(getSupportedPerFrameMetadata, int32_t());
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | DisplayColorProfile.h | 70 virtual int32_t getSupportedPerFrameMetadata() const = 0;
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
H A D | DisplayColorProfile.h | 48 int32_t getSupportedPerFrameMetadata() const override;
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | DisplayColorProfile.cpp | 248 int32_t DisplayColorProfile::getSupportedPerFrameMetadata() const { in getSupportedPerFrameMetadata() function in android::compositionengine::impl::DisplayColorProfile 415 dumpVal(out, "metadata", getSupportedPerFrameMetadata()); in dump()
|
H A D | OutputLayer.cpp | 558 getOutput().getDisplayColorProfile()->getSupportedPerFrameMetadata(); in writeBufferStateToHWC()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | DisplayDevice.cpp | 391 int DisplayDevice::getSupportedPerFrameMetadata() const { in getSupportedPerFrameMetadata() function in android::DisplayDevice 392 return mCompositionDisplay->getDisplayColorProfile()->getSupportedPerFrameMetadata(); in getSupportedPerFrameMetadata()
|
H A D | DisplayDevice.h | 139 int32_t getSupportedPerFrameMetadata() const;
|
H A D | SurfaceFlinger.cpp | 2714 creationArgs.supportedPerFrameMetadata = getHwComposer().getSupportedPerFrameMetadata(*id); in setupNewDisplayDeviceInternal()
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HWComposer.h | 170 virtual int32_t getSupportedPerFrameMetadata(HalDisplayId) const = 0; 312 int32_t getSupportedPerFrameMetadata(HalDisplayId) const override;
|
H A D | HWC2.h | 94 [[clang::warn_unused_result]] virtual int32_t getSupportedPerFrameMetadata() const = 0; 168 int32_t getSupportedPerFrameMetadata() const override;
|
H A D | HWComposer.cpp | 718 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 D | HWC2.cpp | 184 int32_t Display::getSupportedPerFrameMetadata() const in getSupportedPerFrameMetadata() function in android::HWC2::impl::Display
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | MockHWComposer.h | 74 MOCK_CONST_METHOD1(getSupportedPerFrameMetadata, int32_t(HalDisplayId));
|
H A D | DisplayColorProfileTest.cpp | 186 EXPECT_EQ(0, profile.getSupportedPerFrameMetadata()); in TEST_F() 192 EXPECT_EQ(123, profile.getSupportedPerFrameMetadata()); in TEST_F()
|
H A D | OutputLayerTest.cpp | 775 EXPECT_CALL(mDisplayColorProfile, getSupportedPerFrameMetadata()) in OutputLayerWriteStateToHWCTest()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
H A D | MockHWC2.h | 44 MOCK_METHOD(int32_t, getSupportedPerFrameMetadata, (), (const, override));
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | SurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp | 281 device->getSupportedPerFrameMetadata()); in setupNewDisplayDeviceInternalTest()
|