Searched refs:secureOnly (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_mdpcomp.h | 195 bool secureOnly); 199 bool secureOnly); 232 bool secureOnly, FrameInfo& frame);
|
D | hwc_mdpcomp.cpp | 1318 const bool secureOnly = true; in tryVideoOnly() local 1319 return videoOnlyComp(ctx, list, not secureOnly) or in tryVideoOnly() 1320 videoOnlyComp(ctx, list, secureOnly); in tryVideoOnly() 1324 hwc_display_contents_1_t* list, bool secureOnly) { in videoOnlyComp() argument 1332 if(secureOnly) { in videoOnlyComp() 1346 updateYUV(ctx, list, secureOnly, mCurrentFrame); in videoOnlyComp() 1387 const bool secureOnly = true; in tryMDPOnlyLayers() local 1388 return mdpOnlyLayersComp(ctx, list, not secureOnly) or in tryMDPOnlyLayers() 1389 mdpOnlyLayersComp(ctx, list, secureOnly); in tryMDPOnlyLayers() 1394 hwc_display_contents_1_t* list, bool secureOnly) { in mdpOnlyLayersComp() argument [all …]
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_mdpcomp.h | 188 bool secureOnly); 215 bool secureOnly);
|
D | hwc_mdpcomp.cpp | 971 const bool secureOnly = true; in tryVideoOnly() local 972 return videoOnlyComp(ctx, list, not secureOnly) or in tryVideoOnly() 973 videoOnlyComp(ctx, list, secureOnly); in tryVideoOnly() 977 hwc_display_contents_1_t* list, bool secureOnly) { in videoOnlyComp() argument 984 updateYUV(ctx, list, secureOnly); in videoOnlyComp() 994 if(!isSecurePresent(ctx, mDpy) && secureOnly){ in videoOnlyComp() 1240 bool secureOnly) { in updateYUV() argument 1254 if(!secureOnly || isSecureBuffer(hnd)) { in updateYUV()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.h | 192 bool secureOnly); 219 bool secureOnly);
|
D | hwc_mdpcomp.cpp | 1147 const bool secureOnly = true; in tryVideoOnly() local 1148 return videoOnlyComp(ctx, list, not secureOnly) or in tryVideoOnly() 1149 videoOnlyComp(ctx, list, secureOnly); in tryVideoOnly() 1153 hwc_display_contents_1_t* list, bool secureOnly) { in videoOnlyComp() argument 1160 updateYUV(ctx, list, secureOnly); in videoOnlyComp() 1170 if(!isSecurePresent(ctx, mDpy) && secureOnly){ in videoOnlyComp() 1415 bool secureOnly) { in updateYUV() argument 1429 if(!secureOnly || isSecureBuffer(hnd)) { in updateYUV()
|