Lines Matching full:secureonly
1298 const bool secureOnly = true;
1299 return videoOnlyComp(ctx, list, not secureOnly) or
1300 videoOnlyComp(ctx, list, secureOnly);
1304 hwc_display_contents_1_t* list, bool secureOnly) {
1312 if(secureOnly) {
1326 updateYUV(ctx, list, secureOnly, mCurrentFrame);
1367 const bool secureOnly = true;
1368 return mdpOnlyLayersComp(ctx, list, not secureOnly) or
1369 mdpOnlyLayersComp(ctx, list, secureOnly);
1374 hwc_display_contents_1_t* list, bool secureOnly) {
1383 if(secureOnly) {
1404 updateYUV(ctx, list, secureOnly, mCurrentFrame);
1696 bool secureOnly, FrameInfo& frame) {
1714 if(!secureOnly || isSecureBuffer(hnd)) {