Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:secureOnly

838     const bool secureOnly = true;
839 return videoOnlyComp(ctx, list, not secureOnly) or
840 videoOnlyComp(ctx, list, secureOnly);
844 hwc_display_contents_1_t* list, bool secureOnly) {
848 updateYUV(ctx, list, secureOnly);
858 if(!isSecurePresent(ctx, mDpy) && secureOnly){
1101 bool secureOnly) {
1115 if(!secureOnly || isSecureBuffer(hnd)) {