Searched defs:supportsProtectedContent (Results 1 – 9 of 9) sorted by relevance
46 virtual bool supportsProtectedContent() const override { return false; }; in supportsProtectedContent() function
369 bool SkiaGLRenderEngine::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::skia::SkiaGLRenderEngine
119 const bool supportsProtectedContent; member
1134 const bool supportsProtectedContent = renderEngine.supportsProtectedContent(); in updateProtectedContentState() local1228 const bool supportsProtectedContent = renderEngine.supportsProtectedContent(); in composeSurfaces() local1314 …bool supportsProtectedContent, ui::Dataspace outputDataspace, std::vector<LayerFE*>& outLayerFEs) { in generateClientCompositionRequests()
264 bool RenderEngineThreaded::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::threaded::RenderEngineThreaded
317 bool RenderEngineThreaded::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::threaded::RenderEngineThreaded
968 bool GLESRenderEngine::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::gl::GLESRenderEngine
1028 bool GLESRenderEngine::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::gl::GLESRenderEngine
5046 constexpr bool supportsProtectedContent = true; in TEST_F() local