/aosp12/frameworks/native/libs/renderengine/tests/ |
H A D | RenderEngineThreadedTest.cpp | 110 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 D | LayerFE.h | 116 const bool supportsProtectedContent; member 182 lhs.supportsProtectedContent == rhs.supportsProtectedContent && 204 *os << "\n .supportsProtectedContent = " << settings.supportsProtectedContent; in PrintTo()
|
H A D | Output.h | 297 bool supportsProtectedContent, Region& clearRegion, ui::Dataspace outputDataspace) = 0;
|
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/ |
H A D | RenderEngineThreadedTest.cpp | 157 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 D | RenderEngineThreaded.cpp | 256 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 D | RenderEngineThreaded.h | 55 bool supportsProtectedContent() const override;
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | Output.cpp | 1014 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 D | RenderEngine.h | 46 MOCK_CONST_METHOD0(supportsProtectedContent, bool());
|
/aosp12/frameworks/native/libs/renderengine/skia/ |
H A D | SkiaRenderEngine.h | 46 virtual bool supportsProtectedContent() const override { return false; }; in supportsProtectedContent() function
|
H A D | SkiaGLRenderEngine.h | 66 bool supportsProtectedContent() const override;
|
H A D | SkiaGLRenderEngine.cpp | 323 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 D | RenderEngine.h | 57 MOCK_CONST_METHOD0(supportsProtectedContent, bool());
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | OutputTest.cpp | 3096 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 D | DisplayTest.cpp | 160 EXPECT_CALL(mRenderEngine, supportsProtectedContent()).WillRepeatedly(Return(false)); in DisplayTestCommon()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/threaded/ |
H A D | RenderEngineThreaded.h | 63 bool supportsProtectedContent() const override;
|
H A D | RenderEngineThreaded.cpp | 317 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 D | RenderEngine.h | 127 virtual bool supportsProtectedContent() const = 0;
|
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/ |
H A D | RenderEngine.h | 152 virtual bool supportsProtectedContent() const = 0;
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLESRenderEngine.h | 64 bool supportsProtectedContent() const override;
|
H A D | GLESRenderEngine.cpp | 1027 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 D | Output.h | 114 bool supportsProtectedContent, Region& clearRegion,
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.h | 72 bool supportsProtectedContent() const override;
|
H A D | GLESRenderEngine.cpp | 968 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 D | CachedSet.cpp | 179 .supportsProtectedContent = false, in render()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | BufferLayer.cpp | 189 const bool blackOutLayer = (isProtected() && !targetSettings.supportsProtectedContent) || in prepareClientComposition()
|