/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLImage.cpp | 33 static std::vector<EGLint> buildAttributeList(bool isProtected) { in buildAttributeList() 56 bool GLImage::setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected) { in setNativeWindowBuffer()
|
H A D | GLImage.h | 42 bool isProtected() const { return mProtected; } in isProtected() function
|
H A D | GLFramebuffer.cpp | 46 bool GLFramebuffer::setNativeWindowBuffer(ANativeWindowBuffer* nativeBuffer, bool isProtected, in setNativeWindowBuffer()
|
H A D | GLESRenderEngine.h | 63 bool isProtected() const override { return mInProtectedContext; } in isProtected() function
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLImage.cpp | 32 static std::vector<EGLint> buildAttributeList(bool isProtected) { in buildAttributeList() 55 bool GLImage::setNativeWindowBuffer(ANativeWindowBuffer* buffer, bool isProtected) { in setNativeWindowBuffer()
|
H A D | GLImage.h | 42 bool isProtected() const { return mProtected; } in isProtected() function
|
H A D | GLFramebuffer.cpp | 44 bool GLFramebuffer::setNativeWindowBuffer(ANativeWindowBuffer* nativeBuffer, bool isProtected, in setNativeWindowBuffer()
|
H A D | GLESRenderEngine.h | 71 bool isProtected() const override { return mInProtectedContext; } in isProtected() function
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
H A D | RenderSurface.h | 52 bool isProtected() const override { return mProtected; } in isProtected() function
|
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
|
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
|
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
|
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
|
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
|
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
|
/aosp12/frameworks/native/libs/renderengine/skia/ |
H A D | SkiaGLRenderEngine.h | 65 bool isProtected() const override { return mInProtectedContext; } in isProtected() function
|
H A D | SkiaRenderEngine.h | 45 virtual bool isProtected() const override { return false; } // mInProtectedContext; } in isProtected() function
|
/aosp12/frameworks/base/libs/hostgraphics/ |
H A D | HostBufferQueue.cpp | 25 virtual status_t setConsumerIsProtected(bool isProtected) { return OK; } in setConsumerIsProtected()
|
/aosp12/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/ |
H A D | LayerProtoParser.h | 111 bool isProtected; variable
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
H A D | Message.java | 328 public boolean isProtected() { in isProtected() method in Message
|
/aosp12/frameworks/native/libs/gui/ |
H A D | IGraphicBufferConsumer.cpp | 140 status_t setConsumerIsProtected(bool isProtected) override { in setConsumerIsProtected()
|
H A D | BufferQueueConsumer.cpp | 752 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected()
|
/aosp12/frameworks/native/libs/renderengine/threaded/ |
H A D | RenderEngineThreaded.cpp | 250 bool RenderEngineThreaded::isProtected() const { in isProtected() function in android::renderengine::threaded::RenderEngineThreaded
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_graphics_SurfaceTexture.cpp | 76 EGLint isProtected = EGL_FALSE; in isProtectedContext() local
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | BufferLayer.cpp | 582 bool BufferLayer::isProtected() const { in isProtected() function in android::BufferLayer
|