/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLImage.cpp | 32 static std::vector<EGLint> buildAttributeList(bool isProtected) { in buildAttributeList() 55 bool GLImage::setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected) { in setNativeWindowBuffer()
|
D | GLImage.h | 42 bool isProtected() const { return mProtected; } in isProtected() function
|
D | GLFramebuffer.cpp | 44 bool GLFramebuffer::setNativeWindowBuffer(ANativeWindowBuffer* nativeBuffer, bool isProtected, in setNativeWindowBuffer()
|
D | GLESRenderEngine.h | 71 bool isProtected() const override { return mInProtectedContext; } in isProtected() function
|
D | GLESRenderEngine.cpp | 988 bool isProtected, in createFramebufferImageIfNeeded()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | DisplayCreationArgs.h | 47 bool isProtected = false; member 86 DisplayCreationArgsBuilder& setIsProtected(bool isProtected) { in setIsProtected()
|
D | LayerFE.h | 100 const bool isProtected; member
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | RenderSurface.h | 52 bool isProtected() const override { return mProtected; } in isProtected() function
|
/frameworks/native/services/surfaceflinger/ |
D | ScreenCaptureRenderSurface.h | 54 bool isProtected() const override { return mBuffer->getUsage() & GRALLOC_USAGE_PROTECTED; } in isProtected() function
|
D | ScreenCaptureOutput.h | 44 bool isProtected = false; member
|
D | DisplayDevice.h | 307 bool isProtected = false; member
|
D | SurfaceFlinger.cpp | 7725 const bool isProtected = hasProtectedLayer && allowProtected && supportsProtected; in captureScreenCommon() local 7842 bool regionSampling, bool grayscale, bool isProtected, in captureScreenshot() 7899 bool regionSampling, bool grayscale, bool isProtected, ScreenCaptureResults& captureResults, in renderScreenImpl()
|
/frameworks/base/libs/hostgraphics/include/gui/ |
D | BufferItemConsumer.h | 42 status_t setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected()
|
/frameworks/base/libs/hostgraphics/ |
D | HostBufferQueue.cpp | 27 virtual status_t setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected()
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaRenderEngine.h | 102 bool isProtected() const { return mInProtectedContext; } in isProtected() function
|
D | SkiaGLRenderEngine.cpp | 321 bool SkiaGLRenderEngine::useProtectedContextImpl(GrProtected isProtected) { in useProtectedContextImpl()
|
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | RequestedLayerState.cpp | 670 bool RequestedLayerState::isProtected() const { in isProtected() function in android::surfaceflinger::frontend::RequestedLayerState
|
/frameworks/native/libs/gui/ |
D | BufferQueueConsumer.cpp | 894 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in releaseBuffer()
|
D | ConsumerBase.cpp | 487 status_t ConsumerBase::setConsumerIsProtected(bool isProtected) {
|
/frameworks/base/core/jni/ |
D | android_graphics_SurfaceTexture.cpp | 75 EGLint isProtected = EGL_FALSE; in isProtectedContext() local
|
/frameworks/av/media/libstagefright/renderfright/threaded/ |
D | RenderEngineThreaded.cpp | 302 bool RenderEngineThreaded::isProtected() const { in isProtected() function in android::renderengine::threaded::RenderEngineThreaded
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Output.cpp | 1294 bool isProtected; in updateProtectedContentState() local 1556 bool isProtected = supportsProtectedContent; in generateClientCompositionRequests() local
|