/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | DisplayColorProfile.h | 38 MOCK_CONST_METHOD0(getSupportedPerFrameMetadata, int32_t());
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | DisplayColorProfile.h | 70 virtual int32_t getSupportedPerFrameMetadata() const = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | DisplayColorProfile.h | 48 int32_t getSupportedPerFrameMetadata() const override;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | DisplayColorProfile.cpp | 237 int32_t DisplayColorProfile::getSupportedPerFrameMetadata() const { in getSupportedPerFrameMetadata() function in android::compositionengine::impl::DisplayColorProfile 393 dumpVal(out, "metadata", getSupportedPerFrameMetadata()); in dump()
|
D | OutputLayer.cpp | 671 getOutput().getDisplayColorProfile()->getSupportedPerFrameMetadata(); in writeBufferStateToHWC()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 366 int DisplayDevice::getSupportedPerFrameMetadata() const { in getSupportedPerFrameMetadata() function in android::DisplayDevice 367 return mCompositionDisplay->getDisplayColorProfile()->getSupportedPerFrameMetadata(); in getSupportedPerFrameMetadata()
|
D | DisplayDevice.h | 140 int32_t getSupportedPerFrameMetadata() const;
|
D | SurfaceFlinger.cpp | 3746 creationArgs.supportedPerFrameMetadata = getHwComposer().getSupportedPerFrameMetadata(*id); in setupNewDisplayDeviceInternal()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 79 MOCK_CONST_METHOD1(getSupportedPerFrameMetadata, int32_t(HalDisplayId));
|
D | DisplayColorProfileTest.cpp | 186 EXPECT_EQ(0, profile.getSupportedPerFrameMetadata()); in TEST_F() 192 EXPECT_EQ(123, profile.getSupportedPerFrameMetadata()); in TEST_F()
|
D | OutputLayerTest.cpp | 843 EXPECT_CALL(mDisplayColorProfile, getSupportedPerFrameMetadata()) in OutputLayerWriteStateToHWCTest()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 195 virtual int32_t getSupportedPerFrameMetadata(HalDisplayId) const = 0; 398 int32_t getSupportedPerFrameMetadata(HalDisplayId) const override;
|
D | HWC2.h | 114 [[nodiscard]] virtual int32_t getSupportedPerFrameMetadata() const = 0; 209 int32_t getSupportedPerFrameMetadata() const override;
|
D | HWComposer.cpp | 737 int32_t HWComposer::getSupportedPerFrameMetadata(HalDisplayId displayId) const { in getSupportedPerFrameMetadata() function in android::impl::HWComposer 739 return mDisplayData.at(displayId).hwcDisplay->getSupportedPerFrameMetadata(); in getSupportedPerFrameMetadata()
|
D | HWC2.cpp | 201 int32_t Display::getSupportedPerFrameMetadata() const in getSupportedPerFrameMetadata() function in android::HWC2::impl::Display
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockHWC2.h | 47 MOCK_METHOD(int32_t, getSupportedPerFrameMetadata, (), (const, override));
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp | 292 device->getSupportedPerFrameMetadata()); in setupNewDisplayDeviceInternalTest()
|