Home
last modified time | relevance | path

Searched defs:supportsProtectedContent (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutput.cpp1284 const bool supportsProtectedContent = renderEngine.supportsProtectedContent(); in updateProtectedContentState() local
1358 const bool supportsProtectedContent = renderEngine.supportsProtectedContent(); in composeSurfaces() local
1485bool supportsProtectedContent, ui::Dataspace outputDataspace, std::vector<LayerFE*>& outLayerFEs) { in generateClientCompositionRequests()
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DScreenCaptureOutput.cpp109 bool supportsProtectedContent, ui::Dataspace outputDataspace, in generateClientCompositionRequests()
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaRenderEngine.h77 bool supportsProtectedContent() const override { in supportsProtectedContent() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrRecordingContext.cpp179 bool GrRecordingContext::supportsProtectedContent() const { in supportsProtectedContent() function in GrRecordingContext
H A DGrCaps.h423 bool supportsProtectedContent() const { return fSupportsProtectedContent; } in supportsProtectedContent() function
/aosp_15_r20/frameworks/native/libs/renderengine/threaded/
H A DRenderEngineThreaded.cpp217 bool RenderEngineThreaded::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::threaded::RenderEngineThreaded
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/threaded/
H A DRenderEngineThreaded.cpp317 bool RenderEngineThreaded::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::threaded::RenderEngineThreaded
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DContext.cpp824 bool Context::supportsProtectedContent() const { in supportsProtectedContent() function in skgpu::graphite::Context
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp968 bool GLESRenderEngine::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::gl::GLESRenderEngine
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp5273 constexpr bool supportsProtectedContent = true; in TEST_F() local