Home
last modified time | relevance | path

Searched refs:hasPrefix (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
DOmxInfoBuilder.cpp55 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/
DCodec2InfoBuilder.cpp60 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/
DAppSmsManager.java254 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/
DLinkify.java618 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/
DGPBDescriptor.m735 if ((name.length <= prefixLen) || ![name hasPrefix:name_] ||