Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:secureOnly

971     const bool secureOnly = true;
972 return videoOnlyComp(ctx, list, not secureOnly) or
973 videoOnlyComp(ctx, list, secureOnly);
977 hwc_display_contents_1_t* list, bool secureOnly) {
984 updateYUV(ctx, list, secureOnly);
994 if(!isSecurePresent(ctx, mDpy) && secureOnly){
1240 bool secureOnly) {
1254 if(!secureOnly || isSecureBuffer(hnd)) {