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
116 const bool supportsProtectedContent; member
256 bool RenderEngineThreaded::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::threaded::RenderEngineThreaded
1014 const bool supportsProtectedContent = renderEngine.supportsProtectedContent(); in composeSurfaces() local1155 bool supportsProtectedContent, Region& clearRegion, ui::Dataspace outputDataspace) { in generateClientCompositionRequests()
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
1027 bool GLESRenderEngine::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::gl::GLESRenderEngine
4411 constexpr bool supportsProtectedContent = true; in TEST_F() local