Searched refs:supportsProtectedContent (Results 1 – 5 of 5) sorted by relevance
80 MOCK_CONST_METHOD0(supportsProtectedContent, bool());
172 virtual bool supportsProtectedContent() const = 0;
84 bool supportsProtectedContent() const override;
821 bool GLESRenderEngine::supportsProtectedContent() const { in supportsProtectedContent() function in android::renderengine::gl::GLESRenderEngine1300 supportsProtectedContent()); in dump()
1213 *outSupported = getRenderEngine().supportsProtectedContent(); in getProtectedContentSupport()3328 const bool supportProtectedContent = renderEngine.supportsProtectedContent(); in doComposeSurfaces()