Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:ISurfaceComposerClient

88     if (flags & ISurfaceComposerClient::eHidden)
91 if (flags & ISurfaceComposerClient::eNonPremultiplied)
190 mSecure = (flags & ISurfaceComposerClient::eSecure) ? true : false;
191 mProtectedByApp = (flags & ISurfaceComposerClient::eProtectedByApp) ? true : false;
192 mOpaqueLayer = (flags & ISurfaceComposerClient::eOpaque);