Home
last modified time | relevance | path

Searched refs:secureOnly (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_mdpcomp.h195 bool secureOnly);
199 bool secureOnly);
232 bool secureOnly, FrameInfo& frame);
Dhwc_mdpcomp.cpp1318 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/
Dhwc_mdpcomp.h188 bool secureOnly);
215 bool secureOnly);
Dhwc_mdpcomp.cpp976 const bool secureOnly = true; in tryVideoOnly() local
977 return videoOnlyComp(ctx, list, not secureOnly) or in tryVideoOnly()
978 videoOnlyComp(ctx, list, secureOnly); in tryVideoOnly()
982 hwc_display_contents_1_t* list, bool secureOnly) { in videoOnlyComp() argument
989 updateYUV(ctx, list, secureOnly); in videoOnlyComp()
999 if(!isSecurePresent(ctx, mDpy) && secureOnly){ in videoOnlyComp()
1245 bool secureOnly) { in updateYUV() argument
1259 if(!secureOnly || isSecureBuffer(hnd)) { in updateYUV()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_mdpcomp.h192 bool secureOnly);
219 bool secureOnly);
Dhwc_mdpcomp.cpp1155 const bool secureOnly = true; in tryVideoOnly() local
1156 return videoOnlyComp(ctx, list, not secureOnly) or in tryVideoOnly()
1157 videoOnlyComp(ctx, list, secureOnly); in tryVideoOnly()
1161 hwc_display_contents_1_t* list, bool secureOnly) { in videoOnlyComp() argument
1168 updateYUV(ctx, list, secureOnly); in videoOnlyComp()
1178 if(!isSecurePresent(ctx, mDpy) && secureOnly){ in videoOnlyComp()
1423 bool secureOnly) { in updateYUV() argument
1437 if(!secureOnly || isSecureBuffer(hnd)) { in updateYUV()