Searched refs:inMiddle (Results 1 – 4 of 4) sorted by relevance
99 bool inMiddle = strstr(exts, " " BC_EXT_STR " ") != nullptr; in initialize() local100 if (equal || atStart || atEnd || inMiddle) { in initialize()
118 bool inMiddle = strstr(exts, " " CROP_EXT_STR " "); in hasEglAndroidImageCropImpl() local119 return equal || atStart || atEnd || inMiddle; in hasEglAndroidImageCropImpl()138 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in hasEglProtectedContentImpl() local139 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
41 bool inMiddle = strstr(exts, space + extString + space); in hasEglExtension() local42 return equal || atStart || atEnd || inMiddle; in hasEglExtension()
650 bool inMiddle = strstr(exts, " " CROP_EXT_STR " "); in TEST_F() local651 bool hasEglAndroidImageCrop = equal || atStart || atEnd || inMiddle; in TEST_F()