/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_ad.cpp | 175 if(isSecureBuffer(hnd)) { in prepare() 176 if(!wb->setSecure(isSecureBuffer(hnd))) { in prepare() 207 if(isSecureBuffer(hnd)) { in prepare()
|
D | hwc_virtual.cpp | 181 if(isSecureBuffer(ohnd)){ in set() 226 if(!isSecureBuffer(ohnd)) { in set()
|
D | hwc_utils.h | 421 static inline bool isSecureBuffer(const private_handle_t* hnd) { in isSecureBuffer() function
|
D | hwc_utils.cpp | 861 if (isSecureBuffer(hnd)) { in setListStats() 941 if (! isSecureBuffer(hnd)) { in isSecuring() 947 if (isSecureBuffer(hnd)) { in isSecuring() 1473 if(isSecureBuffer(hnd)) { in setMdpFlags()
|
D | hwc_mdpcomp.cpp | 349 if(!isSecureBuffer(hnd) && isNonIntegralSourceCrop(layer->sourceCropf)) in isValidDimension() 1437 if(!secureOnly || isSecureBuffer(hnd)) { in updateYUV()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_ad.cpp | 179 if(isSecureBuffer(hnd)) { in prepare() 180 if(!wb->setSecure(isSecureBuffer(hnd))) { in prepare() 211 if(isSecureBuffer(hnd)) { in prepare()
|
D | hwc_virtual.cpp | 155 if(! Writeback::getInstance()->setSecure(isSecureBuffer(ohnd))) in set() 158 isSecureBuffer(ohnd)); in set() 199 if(!isSecureBuffer(ohnd)) { in set()
|
D | hwc_utils.h | 508 static inline bool isSecureBuffer(const private_handle_t* hnd) { in isSecureBuffer() function
|
D | hwc_utils.cpp | 1050 if (isSecureBuffer(hnd)) { in setListStats() 1156 if (! isSecureBuffer(hnd)) { in isSecuring() 1162 if (isSecureBuffer(hnd)) { in isSecuring() 1709 if(isSecureBuffer(hnd)) { in setMdpFlags()
|
D | hwc_mdpcomp.cpp | 407 if(!isSecureBuffer(hnd) && isNonIntegralSourceCrop(layer->sourceCropf)) in isValidDimension() 1735 if(!secureOnly || isSecureBuffer(hnd)) { in updateYUV()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_ad.cpp | 200 if(isSecureBuffer(hnd)) { in prepare() 201 if(!wb->setSecure(isSecureBuffer(hnd))) { in prepare() 232 if(isSecureBuffer(hnd)) { in prepare()
|
D | hwc_virtual.cpp | 169 if(isSecureBuffer(ohnd)){ in set()
|
D | hwc_utils.h | 398 static inline bool isSecureBuffer(const private_handle_t* hnd) { in isSecureBuffer() function
|
D | hwc_utils.cpp | 901 if (isSecureBuffer(hnd)) { in setListStats() 981 if (! isSecureBuffer(hnd)) { in isSecuring() 987 if (isSecureBuffer(hnd)) { in isSecuring() 1458 if(isSecureBuffer(hnd)) { in setMdpFlags()
|
D | hwc_mdpcomp.cpp | 324 if(!isSecureBuffer(hnd) && isNonIntegralSourceCrop(layer->sourceCropf)) in isValidDimension() 1259 if(!secureOnly || isSecureBuffer(hnd)) { in updateYUV()
|
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.h | 149 uint32_t findCachedFbId(const ExynosLayer* layer, const bool isSecureBuffer, 164 void markInuseLayerLocked(const ExynosLayer* layer, const bool isSecureBuffer) 204 uint32_t FramebufferManager::findCachedFbId(const ExynosLayer* layer, const bool isSecureBuffer, in findCachedFbId() argument 207 markInuseLayerLocked(layer, isSecureBuffer); in findCachedFbId() 209 (!isSecureBuffer) ? mCachedLayerBuffers[layer] : mCachedSecureLayerBuffers[layer]; in findCachedFbId()
|
D | ExynosDisplayDrmInterface.cpp | 184 bool isSecureBuffer = config.protection; in getBuffer() local 219 fbId = findCachedFbId(config.layer, isSecureBuffer, in getBuffer() 272 fbId = findCachedFbId(config.layer, isSecureBuffer, in getBuffer() 304 auto& cachedBuffers = (!isSecureBuffer) ? mCachedLayerBuffers[config.layer] in getBuffer() 306 auto maxCachedBufferSize = (!isSecureBuffer) ? MAX_CACHED_BUFFERS_PER_LAYER in getBuffer() 308 markInuseLayerLocked(config.layer, isSecureBuffer); in getBuffer() 372 void FramebufferManager::markInuseLayerLocked(const ExynosLayer* layer, const bool isSecureBuffer) { in markInuseLayerLocked() argument 373 if (!isSecureBuffer && mCacheShrinkPending) { in markInuseLayerLocked() 377 if (isSecureBuffer && mCacheSecureShrinkPending) { in markInuseLayerLocked()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.h | 221 static inline bool isSecureBuffer(const private_handle_t* hnd) { in isSecureBuffer() function
|
D | hwc_utils.cpp | 505 if (! isSecureBuffer(hnd)) { in isSecuring() 518 if (isSecureBuffer(hnd)) { in isSecuring() 803 if(isSecureBuffer(hnd)) { in setMdpFlags()
|