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.cpp971 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/
Dhwc_mdpcomp.h192 bool secureOnly);
219 bool secureOnly);
Dhwc_mdpcomp.cpp1147 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()