Searched refs:hasPrefix (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | OmxInfoBuilder.cpp | 55 bool hasPrefix(const hidl_string& s, const char* prefix) { in hasPrefix() function 66 if (hasPrefix(attribute.key, "feature-") && in queryCapabilities() 67 !hasPrefix(attribute.key, "feature-bitrate-modes")) { in queryCapabilities() 72 hasPrefix(attribute.value, "1") ? 1 : 0); in queryCapabilities() 151 bool isAudio = hasPrefix(role.type, "audio/"); in buildMediaCodecList() 152 bool isVideoOrImage = hasPrefix(role.type, "video/") || hasPrefix(role.type, "image/"); in buildMediaCodecList() 164 bool isSoftware = hasPrefix(nodeName, "OMX.google"); in buildMediaCodecList()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2InfoBuilder.cpp | 60 bool hasPrefix(const std::string& s, const char* prefix) { in hasPrefix() function 342 if (!hasPrefix(v.first, "media-type-") in buildMediaCodecList() 343 && !hasPrefix(v.first, "domain-") in buildMediaCodecList() 344 && !hasPrefix(v.first, "variant-")) { in buildMediaCodecList() 396 if (hasPrefix(canonName, "c2.vda.")) { in buildMediaCodecList() 399 if (hasPrefix(canonName, "c2.android.")) { in buildMediaCodecList() 413 if (hasPrefix(canonName, "c2.vda.")) { in buildMediaCodecList() 416 if (hasPrefix(canonName, "c2.android.")) { in buildMediaCodecList() 427 if (hasPrefix(canonName, "c2.android.")) { in buildMediaCodecList()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | AppSmsManager.java | 254 if (fullMessage.trim().contains(token) && hasPrefix(token, fullMessage)) { in findAppRequestInfoSmsIntentLocked() 267 private boolean hasPrefix(String token, String message) { in hasPrefix() method in AppSmsManager
|
/frameworks/base/core/java/android/text/util/ |
D | Linkify.java | 618 boolean hasPrefix = false; in makeUrl() 622 hasPrefix = true; in makeUrl() 633 if (!hasPrefix && prefixes.length > 0) { in makeUrl()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBDescriptor.m | 735 if ((name.length <= prefixLen) || ![name hasPrefix:name_] ||
|