Searched refs:PROT_CONTENT_EXT_STR (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
H A DGLConsumer.cpp47 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro
131 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR);
133 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts);
134 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1);
136 !strcmp(" " PROT_CONTENT_EXT_STR, exts + extsLen - (cropExtLen+1));
137 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " ");

Completed in 318 milliseconds