Searched refs:isProtected (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/sm8150/display/gpu_tonemapper/ |
D | EGLImageBuffer.cpp | 32 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/ |
D | EGLImageBuffer.cpp | 32 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/ |
D | EGLImageBuffer.cpp | 32 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/ |
D | EGLImageBuffer.cpp | 32 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/ |
D | EGLImageBuffer.cpp | 32 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/ |
D | TwtSession.aidl | 74 boolean isProtected;
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/ |
D | TwtSession.aidl | 45 boolean isProtected;
|
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/ |
D | TwtSession.aidl | 45 boolean isProtected;
|
/hardware/google/graphics/common/libacryl/ |
D | acrylic.cpp | 175 prot = prot || layer->isProtected(); in validateAllLayers() 178 if (prot && !mCanvas.isProtected()) { in validateAllLayers()
|
D | acrylic_layer.cpp | 520 if (other.isProtected()) in importLayer()
|
D | acrylic_g2d.cpp | 649 if (layer.isProtected()) in prepareImage()
|
/hardware/google/graphics/common/libacryl/include/hardware/exynos/ |
D | acryl.h | 576 bool isProtected() { return !!(mAttributes & ATTR_PROTECTED); } in isProtected() function
|
/hardware/interfaces/wifi/aidl/default/ |
D | aidl_struct_util.cpp | 3733 aidl_twt_session->isProtected = twt_session.is_protected; in convertLegacyHalTwtSessionToAidl()
|