Home
last modified time | relevance | path

Searched refs:supportsProtectedContent (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/native/libs/renderengine/tests/
H A DRenderEngineThreadedTest.cpp110 EXPECT_CALL(*mRenderEngine, supportsProtectedContent()).WillOnce(Return(false)); in TEST_F()
111 status_t result = mThreadedRE->supportsProtectedContent(); in TEST_F()
116 EXPECT_CALL(*mRenderEngine, supportsProtectedContent()).WillOnce(Return(true)); in TEST_F()
117 status_t result = mThreadedRE->supportsProtectedContent(); in TEST_F()
124 EXPECT_CALL(*mRenderEngine, supportsProtectedContent()).WillOnce(Return(true)); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DLayerFE.h116 const bool supportsProtectedContent; member
182 lhs.supportsProtectedContent == rhs.supportsProtectedContent &&
204 *os << "\n .supportsProtectedContent = " << settings.supportsProtectedContent; in PrintTo()
H A DOutput.h297 bool supportsProtectedContent, Region& clearRegion, ui::Dataspace outputDataspace) = 0;
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/
H A DRenderEngineThreadedTest.cpp157 EXPECT_CALL(*mRenderEngine, supportsProtectedContent()).WillOnce(Return(false)); in TEST_F()
158 status_t result = mThreadedRE->supportsProtectedContent(); in TEST_F()
163 EXPECT_CALL(*mRenderEngine, supportsProtectedContent()).WillOnce(Return(true)); in TEST_F()
164 status_t result = mThreadedRE->supportsProtectedContent(); in TEST_F()
/aosp12/frameworks/native/libs/renderengine/threaded/
H A DRenderEngineThreaded.cpp256 bool RenderEngineThreaded::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::threaded::RenderEngineThreaded
258 return mRenderEngine->supportsProtectedContent(); in supportsProtectedContent()
263 (useProtectedContext && !supportsProtectedContent())) { in useProtectedContext()
H A DRenderEngineThreaded.h55 bool supportsProtectedContent() const override;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutput.cpp1014 const bool supportsProtectedContent = renderEngine.supportsProtectedContent(); in composeSurfaces() local
1019 if (outputState.isSecure && supportsProtectedContent) { in composeSurfaces()
1086 generateClientCompositionRequests(supportsProtectedContent, in composeSurfaces()
1155 bool supportsProtectedContent, Region& clearRegion, ui::Dataspace outputDataspace) { in generateClientCompositionRequests() argument
1224 .supportsProtectedContent = supportsProtectedContent, in generateClientCompositionRequests()
/aosp12/frameworks/native/libs/renderengine/include/renderengine/mock/
H A DRenderEngine.h46 MOCK_CONST_METHOD0(supportsProtectedContent, bool());
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaRenderEngine.h46 virtual bool supportsProtectedContent() const override { return false; }; in supportsProtectedContent() function
H A DSkiaGLRenderEngine.h66 bool supportsProtectedContent() const override;
H A DSkiaGLRenderEngine.cpp323 if (supportsProtectedContent()) { in SkiaGLRenderEngine()
369 bool SkiaGLRenderEngine::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::skia::SkiaGLRenderEngine
379 (useProtectedContext && !supportsProtectedContent())) { in useProtectedContext()
1447 supportsProtectedContent()); in dump()
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/mock/
H A DRenderEngine.h57 MOCK_CONST_METHOD0(supportsProtectedContent, bool());
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp3096 EXPECT_CALL(mRenderEngine, supportsProtectedContent()).WillRepeatedly(Return(false)); in TEST_F()
3488 EXPECT_CALL(mRenderEngine, supportsProtectedContent()).WillRepeatedly(Return(true)); in TEST_F()
3506 EXPECT_CALL(mRenderEngine, supportsProtectedContent()).WillRepeatedly(Return(true)); in TEST_F()
3518 EXPECT_CALL(mRenderEngine, supportsProtectedContent()).WillRepeatedly(Return(true)); in TEST_F()
3538 EXPECT_CALL(mRenderEngine, supportsProtectedContent()).WillRepeatedly(Return(true)); in TEST_F()
3548 EXPECT_CALL(mRenderEngine, supportsProtectedContent()).WillRepeatedly(Return(true)); in TEST_F()
3559 EXPECT_CALL(mRenderEngine, supportsProtectedContent()).WillRepeatedly(Return(true)); in TEST_F()
3570 EXPECT_CALL(mRenderEngine, supportsProtectedContent()).WillRepeatedly(Return(true)); in TEST_F()
3656 bool supportsProtectedContent, Region& clearRegion, in generateClientCompositionRequests()
4411 constexpr bool supportsProtectedContent = true; in TEST_F() local
[all …]
H A DDisplayTest.cpp160 EXPECT_CALL(mRenderEngine, supportsProtectedContent()).WillRepeatedly(Return(false)); in DisplayTestCommon()
/aosp12/frameworks/av/media/libstagefright/renderfright/threaded/
H A DRenderEngineThreaded.h63 bool supportsProtectedContent() const override;
H A DRenderEngineThreaded.cpp317 bool RenderEngineThreaded::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::threaded::RenderEngineThreaded
324 bool returnValue = instance.supportsProtectedContent(); in supportsProtectedContent()
/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DRenderEngine.h127 virtual bool supportsProtectedContent() const = 0;
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DRenderEngine.h152 virtual bool supportsProtectedContent() const = 0;
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.h64 bool supportsProtectedContent() const override;
H A DGLESRenderEngine.cpp1027 bool GLESRenderEngine::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::gl::GLESRenderEngine
1033 (useProtectedContext && !supportsProtectedContent())) { in useProtectedContext()
1589 supportsProtectedContent()); in dump()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutput.h114 bool supportsProtectedContent, Region& clearRegion,
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.h72 bool supportsProtectedContent() const override;
H A DGLESRenderEngine.cpp968 bool GLESRenderEngine::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::gl::GLESRenderEngine
1510 supportsProtectedContent()); in dump()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DCachedSet.cpp179 .supportsProtectedContent = false, in render()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferLayer.cpp189 const bool blackOutLayer = (isProtected() && !targetSettings.supportsProtectedContent) || in prepareClientComposition()

12