Home
last modified time | relevance | path

Searched refs:isSecureBuffer (Results 1 – 19 of 19) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_ad.cpp175 if(isSecureBuffer(hnd)) { in prepare()
176 if(!wb->setSecure(isSecureBuffer(hnd))) { in prepare()
207 if(isSecureBuffer(hnd)) { in prepare()
Dhwc_virtual.cpp181 if(isSecureBuffer(ohnd)){ in set()
226 if(!isSecureBuffer(ohnd)) { in set()
Dhwc_utils.h421 static inline bool isSecureBuffer(const private_handle_t* hnd) { in isSecureBuffer() function
Dhwc_utils.cpp861 if (isSecureBuffer(hnd)) { in setListStats()
941 if (! isSecureBuffer(hnd)) { in isSecuring()
947 if (isSecureBuffer(hnd)) { in isSecuring()
1473 if(isSecureBuffer(hnd)) { in setMdpFlags()
Dhwc_mdpcomp.cpp349 if(!isSecureBuffer(hnd) && isNonIntegralSourceCrop(layer->sourceCropf)) in isValidDimension()
1437 if(!secureOnly || isSecureBuffer(hnd)) { in updateYUV()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_ad.cpp179 if(isSecureBuffer(hnd)) { in prepare()
180 if(!wb->setSecure(isSecureBuffer(hnd))) { in prepare()
211 if(isSecureBuffer(hnd)) { in prepare()
Dhwc_virtual.cpp155 if(! Writeback::getInstance()->setSecure(isSecureBuffer(ohnd))) in set()
158 isSecureBuffer(ohnd)); in set()
199 if(!isSecureBuffer(ohnd)) { in set()
Dhwc_utils.h508 static inline bool isSecureBuffer(const private_handle_t* hnd) { in isSecureBuffer() function
Dhwc_utils.cpp1050 if (isSecureBuffer(hnd)) { in setListStats()
1156 if (! isSecureBuffer(hnd)) { in isSecuring()
1162 if (isSecureBuffer(hnd)) { in isSecuring()
1709 if(isSecureBuffer(hnd)) { in setMdpFlags()
Dhwc_mdpcomp.cpp407 if(!isSecureBuffer(hnd) && isNonIntegralSourceCrop(layer->sourceCropf)) in isValidDimension()
1735 if(!secureOnly || isSecureBuffer(hnd)) { in updateYUV()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_ad.cpp200 if(isSecureBuffer(hnd)) { in prepare()
201 if(!wb->setSecure(isSecureBuffer(hnd))) { in prepare()
232 if(isSecureBuffer(hnd)) { in prepare()
Dhwc_virtual.cpp169 if(isSecureBuffer(ohnd)){ in set()
Dhwc_utils.h398 static inline bool isSecureBuffer(const private_handle_t* hnd) { in isSecureBuffer() function
Dhwc_utils.cpp901 if (isSecureBuffer(hnd)) { in setListStats()
981 if (! isSecureBuffer(hnd)) { in isSecuring()
987 if (isSecureBuffer(hnd)) { in isSecuring()
1458 if(isSecureBuffer(hnd)) { in setMdpFlags()
Dhwc_mdpcomp.cpp324 if(!isSecureBuffer(hnd) && isNonIntegralSourceCrop(layer->sourceCropf)) in isValidDimension()
1259 if(!secureOnly || isSecureBuffer(hnd)) { in updateYUV()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h149 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()
DExynosDisplayDrmInterface.cpp184 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/
Dhwc_utils.h221 static inline bool isSecureBuffer(const private_handle_t* hnd) { in isSecureBuffer() function
Dhwc_utils.cpp505 if (! isSecureBuffer(hnd)) { in isSecuring()
518 if (isSecureBuffer(hnd)) { in isSecuring()
803 if(isSecureBuffer(hnd)) { in setMdpFlags()