Home
last modified time | relevance | path

Searched refs:isProtected (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/sm8150/display/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
34 isProtected ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in create_eglImage()
35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
34 isProtected ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in create_eglImage()
35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
/hardware/qcom/display/msm8998/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
34 isProtected ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in create_eglImage()
35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
/hardware/qcom/display/msm8909/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
34 isProtected ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in create_eglImage()
35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
/hardware/qcom/sm7250/display/gpu_tonemapper/
DEGLImageBuffer.cpp32 bool isProtected = (graphicBuffer->getUsage() & GRALLOC_USAGE_PROTECTED); in create_eglImage() local
34 isProtected ? EGL_PROTECTED_CONTENT_EXT : EGL_NONE, in create_eglImage()
35 isProtected ? EGL_TRUE : EGL_NONE, EGL_NONE}; in create_eglImage()
/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DTwtSession.aidl74 boolean isProtected;
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DTwtSession.aidl45 boolean isProtected;
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DTwtSession.aidl45 boolean isProtected;
/hardware/google/graphics/common/libacryl/
Dacrylic.cpp175 prot = prot || layer->isProtected(); in validateAllLayers()
178 if (prot && !mCanvas.isProtected()) { in validateAllLayers()
Dacrylic_layer.cpp520 if (other.isProtected()) in importLayer()
Dacrylic_g2d.cpp649 if (layer.isProtected()) in prepareImage()
/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h576 bool isProtected() { return !!(mAttributes & ATTR_PROTECTED); } in isProtected() function
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp3733 aidl_twt_session->isProtected = twt_session.is_protected; in convertLegacyHalTwtSessionToAidl()