Searched refs:PROT_CONTENT_EXT_STR (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | EGLConsumer.cpp | 35 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro 69 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in hasEglProtectedContentImpl() 71 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in hasEglProtectedContentImpl() 72 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen + 1); in hasEglProtectedContentImpl() 74 !strcmp(" " PROT_CONTENT_EXT_STR, exts + extsLen - (cropExtLen + 1)); in hasEglProtectedContentImpl() 75 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in hasEglProtectedContentImpl()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 49 #define PROT_CONTENT_EXT_STR "EGL_EXT_protected_content" macro 87 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in hasEglProtectedContentImpl() 89 bool equal = !strcmp(PROT_CONTENT_EXT_STR, exts); in hasEglProtectedContentImpl() 90 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in hasEglProtectedContentImpl() 92 !strcmp(" " PROT_CONTENT_EXT_STR, exts + extsLen - (cropExtLen+1)); in hasEglProtectedContentImpl() 93 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in hasEglProtectedContentImpl()
|