Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/native/libs/gui/
DSyncFeatures.cpp43 if (strstr(exts, "EGL_ANDROID_native_fence_sync")) { in SyncFeatures()
49 if (strstr(exts, "EGL_KHR_fence_sync")) { in SyncFeatures()
52 if (strstr(exts, "EGL_KHR_wait_sync")) { in SyncFeatures()
/frameworks/av/media/libstagefright/renderfright/
DRenderEngine.cpp73 if (strstr(exts, "EGL_ANDROID_native_fence_sync")) { in SyncFeatures()
79 if (strstr(exts, "EGL_KHR_fence_sync")) { in SyncFeatures()
82 if (strstr(exts, "EGL_KHR_wait_sync")) { in SyncFeatures()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerFactory.cpp188 if (strstr(url,"m3u8")) { in scoreFactory()
192 if ((len >= 4 && !strcasecmp(".sdp", &url[len - 4])) || strstr(url, ".sdp?")) { in scoreFactory()
DMediaPlayerService.cpp642 if (strstr(buffer, " /storage/") || in dump()
643 strstr(buffer, " /system/sounds/") || in dump()
644 strstr(buffer, " /data/") || in dump()
645 strstr(buffer, " /system/media/")) { in dump()
678 if (strstr(linkto, "/storage/") == linkto || in dump()
679 strstr(linkto, "/system/sounds/") == linkto || in dump()
680 strstr(linkto, "/data/") == linkto || in dump()
681 strstr(linkto, "/system/media/") == linkto) { in dump()
/frameworks/av/media/libaudioclient/
DToneGenerator.cpp1017 if (strlen(value) == 1 && strstr(value, ",") != NULL) { in ToneGenerator()
1021 if (strstr(value, "us") != NULL || in ToneGenerator()
1022 strstr(value, "ca") != NULL) { in ToneGenerator()
1024 } else if (strstr(value, "jp") != NULL) { in ToneGenerator()
1026 } else if (strstr(value, "gb") != NULL) { in ToneGenerator()
1028 } else if (strstr(value, "au") != NULL) { in ToneGenerator()
1030 } else if (strstr(value, "sg") != NULL) { in ToneGenerator()
1032 } else if (strstr(value, "hk") != NULL) { in ToneGenerator()
1034 } else if (strstr(value, "ie") != NULL) { in ToneGenerator()
1036 } else if (strstr(value, "in") != NULL) { in ToneGenerator()
[all …]
/frameworks/base/core/jni/
Dandroid_os_Debug.cpp286 (namesz > 4 && strstr(name.c_str(), ".dex") != nullptr)) { in load_maps()
293 if ((strstr(name.c_str(), "@boot") != nullptr) || in load_maps()
294 (strstr(name.c_str(), "/boot") != nullptr) || in load_maps()
295 (strstr(name.c_str(), "/apex") != nullptr)) { in load_maps()
307 if ((strstr(name.c_str(), "@boot") != nullptr) || in load_maps()
308 (strstr(name.c_str(), "/boot") != nullptr) || in load_maps()
309 (strstr(name.c_str(), "/apex") != nullptr)) { in load_maps()
Dandroid_os_UEventObserver.cpp54 if (strstr(field, match.string())) { in isMatch()
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp535 if (strstr(arg, "e") != NULL) { in main()
538 if (strstr(arg, "a") != NULL) { in main()
541 if (strstr(arg, "n") != NULL) { in main()
/frameworks/rs/driver/
DrsdGL.cpp380 dc->gl.gl.OES_texture_npot = nullptr != strstr((const char *)dc->gl.gl.extensions, in rsdGLInit()
382 dc->gl.gl.IMG_texture_npot = nullptr != strstr((const char *)dc->gl.gl.extensions, in rsdGLInit()
384 dc->gl.gl.NV_texture_npot_2D_mipmap = nullptr != strstr((const char *)dc->gl.gl.extensions, in rsdGLInit()
387 bool hasAniso = nullptr != strstr((const char *)dc->gl.gl.extensions, in rsdGLInit()
/frameworks/native/opengl/tests/lib/include/
DEGLUtils.h295 for (const char* match = strstr(exts, name); match; match = strstr(match + nameLen, name)) { in hasExtension()
/frameworks/base/tools/validatekeymaps/
DMain.cpp81 if (strstr(filename, "virtualkeys.")) { in getFileType()
/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp83 bool inMiddle = strstr(exts, " " BC_EXT_STR " ") != nullptr; in initialize()
Degl_display.cpp58 for (const char* match = strstr(exts, name); match; match = strstr(match + nameLen, name)) { in findExtension()
DLoader.cpp433 if (strstr(e->d_name, pattern.c_str()) == e->d_name) { in load_system_driver()
/frameworks/native/libs/input/
DKeyboard.cpp176 return strstr(deviceIdentifier.name.c_str(), "-keypad"); in isEligibleBuiltInKeyboard()
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp197 gArchUseSIMD = strstr(cpuinfostr, " neon") || strstr(cpuinfostr, " asimd"); in GetCpuInfo()
199 gArchUseSIMD = strstr(cpuinfostr, " ssse3"); in GetCpuInfo()
/frameworks/av/media/libstagefright/foundation/
DAString.cpp279 const char *match = strstr(mData + start, substring); in find()
/frameworks/av/media/libeffects/factory/
DEffectsConfigLoader.c121 str = strstr(lib_path_out, "/lib/soundfx/"); in checkLibraryPath()
/frameworks/native/services/surfaceflinger/tests/
DLayerTransactionTest.h263 return strstr(value, "skia") != nullptr; in deviceUsesSkiaRenderEngine()
/frameworks/base/libs/androidfw/include/androidfw/
DStringPiece.h187 return strstr(data_, rhs.data_) != nullptr; in contains()
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp97 Status doubleString(const std::string& str, std::string* strstr) override { in doubleString() argument
98 *strstr = str + str; in doubleString()
/frameworks/native/cmds/installd/
Dotapreopt.cpp691 if ((src == 0) || (src[0] != '/') || strstr(src,"..")) { in create_cache_path()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp496 const size_t schemeEnd = (strstr(baseURL, "//") - baseURL) + 2; in MakeURL()
511 const char *protocolEnd = strstr(baseURL, "//") + 2; in MakeURL()
/frameworks/native/libs/nativedisplay/surfacetexture/
DEGLConsumer.cpp75 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in hasEglProtectedContentImpl()
/frameworks/av/camera/
DCameraMetadata.cpp816 if (strstr(name, str) == name) { // name begins with the section name in getTagFromName()

12