Searched refs:startsWith (Results 1 - 25 of 208) sorted by path

123456789

/frameworks/av/include/media/stagefright/foundation/
H A DAString.h85 bool startsWith(const char *prefix) const;
/frameworks/av/media/libstagefright/
H A DACodec.cpp1438 if (haveNativeWindow && mComponentName.startsWith("OMX.google.")) {
H A DMediaCodec.cpp208 if (mimes[i].startsWith("video/")) {
871 if (mComponentName.startsWith("OMX.google.")) {
H A DMediaCodecList.cpp295 if (!filename.startsWith("media_codecs_") ||
H A DUtils.cpp481 if (mime.startsWith("video/")) {
516 } else if (mime.startsWith("audio/")) {
552 if (mime.startsWith("video/")) { // do we need to be stricter than this?
559 } else if (mime.startsWith("audio/")) {
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp326 bool AString::startsWith(const char *prefix) const { function in class:android::AString
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp553 if (line.startsWith("#EXT-X-TARGETDURATION")) {
558 } else if (line.startsWith("#EXT-X-MEDIA-SEQUENCE")) {
563 } else if (line.startsWith("#EXT-X-KEY")) {
568 } else if (line.startsWith("#EXT-X-ENDLIST")) {
570 } else if (line.startsWith("#EXT-X-PLAYLIST-TYPE:EVENT")) {
572 } else if (line.startsWith("#EXTINF")) {
577 } else if (line.startsWith("#EXT-X-DISCONTINUITY")) {
585 } else if (line.startsWith("#EXT-X-STREAM-INF")) {
591 } else if (line.startsWith("#EXT-X-BYTERANGE")) {
609 } else if (line.startsWith("#EX
[all...]
H A DPlaylistFetcher.cpp258 if ((!iv.startsWith("0x") && !iv.startsWith("0X"))
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h552 if (!mBaseURL.startsWith("rtsp://")) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp942 if (value.startsWith("HDCP2.0 ")) {
944 } else if (!value.startsWith("HDCP2.1 ")) {
1062 if (method.startsWith("RTSP/")) {
1174 if (transport.startsWith("RTP/AVP/TCP;")) {
1204 } else if (transport.startsWith("RTP/AVP;unicast;")
1205 || transport.startsWith("RTP/AVP/UDP;unicast;")) {
1256 if (!(uri.startsWith("rtsp://") && uri.endsWith("/wfd1.0/streamid=0"))) {
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
H A DAppWidget.java112 if (TextUtils.isEmpty(value) || value.startsWith(ARGUMENT_PREFIX)) {
/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java76 if (arg.startsWith("-")) {
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java371 if (TextUtils.isEmpty(value) || value.startsWith(ARGUMENT_PREFIX)) {
/frameworks/base/cmds/ime/src/com/android/commands/ime/
H A DIme.java191 if (!arg.startsWith("-")) {
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java786 if (fieldName.startsWith("INSTALL_FAILED_") ||
787 fieldName.startsWith("INSTALL_PARSE_FAILED_")) {
1751 if (!arg.startsWith("-")) {
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java167 if (!arg.startsWith("-")) {
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java68 else if (!arg.startsWith("-")) {
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java267 if (previousCaller.getClassName().startsWith(UIAUTOMATOR_PACKAGE)) {
H A DUiSelector.java706 .startsWith(getString(criterion).toLowerCase())) {
732 .startsWith(getString(criterion).toLowerCase())) {
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCaseFilter.java33 (method.getName().startsWith("test")) &&
/frameworks/base/core/java/android/app/
H A DActivity.java4990 if (!cls.startsWith(pkg) || cls.length() <= packageLen
H A DLauncherActivity.java218 if (word.startsWith(prefixString)) {
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java390 if (filePath.startsWith(cacheDir)
391 || filePath.startsWith(libDir)
392 || filePath.startsWith(nbFilesDir)) {
399 if (filePath.startsWith(dbDir)) {
402 } else if (filePath.startsWith(spDir)) {
405 } else if (filePath.startsWith(filesDir)) {
408 } else if (filePath.startsWith(mainDir)) {
411 } else if ((efDir != null) && filePath.startsWith(efDir)) {
558 if (outPath.startsWith(basePath + File.separatorChar)) {
H A DRecentsBackupHelper.java90 if (key.startsWith(RECENTS_TASK_KEY)) {
94 } else if (key.startsWith(RECENTS_IMAGE_KEY)) {
/frameworks/base/core/java/android/content/
H A DClipData.java471 } else if (type.startsWith("text/")) {

Completed in 398 milliseconds

123456789