Home
last modified time | relevance | path

Searched defs:isProtected (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLImage.cpp33 static std::vector<EGLint> buildAttributeList(bool isProtected) { in buildAttributeList()
56 bool GLImage::setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected) { in setNativeWindowBuffer()
H A DGLImage.h42 bool isProtected() const { return mProtected; } in isProtected() function
H A DGLFramebuffer.cpp46 bool GLFramebuffer::setNativeWindowBuffer(ANativeWindowBuffer* nativeBuffer, bool isProtected, in setNativeWindowBuffer()
H A DGLESRenderEngine.h63 bool isProtected() const override { return mInProtectedContext; } in isProtected() function
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLImage.cpp32 static std::vector<EGLint> buildAttributeList(bool isProtected) { in buildAttributeList()
55 bool GLImage::setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected) { in setNativeWindowBuffer()
H A DGLImage.h42 bool isProtected() const { return mProtected; } in isProtected() function
H A DGLFramebuffer.cpp44 bool GLFramebuffer::setNativeWindowBuffer(ANativeWindowBuffer* nativeBuffer, bool isProtected, in setNativeWindowBuffer()
H A DGLESRenderEngine.h71 bool isProtected() const override { return mInProtectedContext; } in isProtected() function
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DRenderSurface.h52 bool isProtected() const override { return mProtected; } in isProtected() function
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/
H A DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.h65 bool isProtected() const override { return mInProtectedContext; } in isProtected() function
H A DSkiaRenderEngine.h45 virtual bool isProtected() const override { return false; } // mInProtectedContext; } in isProtected() function
/aosp12/frameworks/base/libs/hostgraphics/
H A DHostBufferQueue.cpp25 virtual status_t setConsumerIsProtected(bool isProtected) { return OK; } in setConsumerIsProtected()
/aosp12/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
H A DLayerProtoParser.h111 bool isProtected; variable
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DMessage.java328 public boolean isProtected() { in isProtected() method in Message
/aosp12/frameworks/native/libs/gui/
H A DIGraphicBufferConsumer.cpp140 status_t setConsumerIsProtected(bool isProtected) override { in setConsumerIsProtected()
H A DBufferQueueConsumer.cpp752 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected()
/aosp12/frameworks/native/libs/renderengine/threaded/
H A DRenderEngineThreaded.cpp250 bool RenderEngineThreaded::isProtected() const { in isProtected() function in android::renderengine::threaded::RenderEngineThreaded
/aosp12/frameworks/base/core/jni/
H A Dandroid_graphics_SurfaceTexture.cpp76 EGLint isProtected = EGL_FALSE; in isProtectedContext() local
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferLayer.cpp582 bool BufferLayer::isProtected() const { in isProtected() function in android::BufferLayer

12