Searched refs:inMiddle (Results 1 – 4 of 4) sorted by relevance
91 bool inMiddle = strstr(exts, " " BC_EXT_STR " ") != nullptr; in initialize() local92 if (equal || atStart || atEnd || inMiddle) { in initialize()
75 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in hasEglProtectedContentImpl() local76 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
93 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in hasEglProtectedContentImpl() local94 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
42 bool inMiddle = strstr(exts, space + extString + space); in hasEglExtension() local43 return equal || atStart || atEnd || inMiddle; in hasEglExtension()