Home
last modified time | relevance | path

Searched refs:schemes (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DDrmFactory.cpp81 CryptoSchemes schemes{}; in getSupportedCryptoSchemes() local
83 schemes.uuids.push_back({uuid}); in getSupportedCryptoSchemes()
89 schemes.mimeTypes.push_back({mime, minLevel, maxLevel}); in getSupportedCryptoSchemes()
91 *_aidl_return = schemes; in getSupportedCryptoSchemes()
/frameworks/base/core/java/android/text/util/
DLinkify.java473 @Nullable String defaultScheme, @Nullable String[] schemes, in addLinks() argument
477 boolean linksAdded = addLinks(spannable, pattern, defaultScheme, schemes, matchFilter, in addLinks()
542 @Nullable String defaultScheme, @Nullable String[] schemes, in addLinks() argument
544 return addLinks(spannable, pattern, defaultScheme, schemes, matchFilter, transformFilter, in addLinks()
567 @Nullable String defaultScheme, @Nullable String[] schemes, in addLinks() argument
577 if (schemes == null || schemes.length < 1) { in addLinks()
578 schemes = EmptyArray.STRING; in addLinks()
581 schemesCopy = new String[schemes.length + 1]; in addLinks()
583 for (int index = 0; index < schemes.length; index++) { in addLinks()
584 String scheme = schemes[index]; in addLinks()
[all …]
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmFactory.cpp86 std::vector<hidl_array<uint8_t, 16>> schemes; in getSupportedCryptoSchemes() local
88 schemes.push_back(scheme); in getSupportedCryptoSchemes()
90 _hidl_cb(schemes); in getSupportedCryptoSchemes()
/frameworks/av/drm/libmediadrm/
DCryptoHalAidl.cpp154 CryptoSchemes schemes{}; in isCryptoSchemeSupportedInternal() local
155 if (mFactories[i]->getSupportedCryptoSchemes(&schemes).isOk()) { in isCryptoSchemeSupportedInternal()
156 if (std::count(schemes.uuids.begin(), schemes.uuids.end(), uuidAidl)) { in isCryptoSchemeSupportedInternal()
DDrmHalAidl.cpp419 CryptoSchemes schemes{}; in isCryptoSchemeSupported() local
420 auto err = mFactories[i]->getSupportedCryptoSchemes(&schemes); in isCryptoSchemeSupported()
421 if (!err.isOk() || !std::count(schemes.uuids.begin(), schemes.uuids.end(), uuidAidl)) { in isCryptoSchemeSupported()
426 schemes.toString().c_str(), levelAidl, mimeType.c_str()); in isCryptoSchemeSupported()
428 for (auto ct : schemes.mimeTypes) { in isCryptoSchemeSupported()
1192 status_t DrmHalAidl::getSupportedSchemes(std::vector<uint8_t> &schemes) const { in getSupportedSchemes()
1204 schemes.insert(schemes.end(), uuidObj.uuid.begin(), uuidObj.uuid.end()); in getSupportedSchemes()
DDrmHal.cpp289 status_t DrmHal::getSupportedSchemes(std::vector<uint8_t> &schemes) const { in getSupportedSchemes()
291 statusResult = mDrmHalAidl->getSupportedSchemes(schemes); in getSupportedSchemes()
293 return mDrmHalHidl->getSupportedSchemes(schemes); in getSupportedSchemes()
DDrmHalHidl.cpp1527 status_t DrmHalHidl::getSupportedSchemes(std::vector<uint8_t> &schemes) const { in getSupportedSchemes()
1538 schemes.insert(schemes.end(), scheme.data(), scheme.data() + scheme.size()); in getSupportedSchemes()
/frameworks/base/core/proto/android/server/
Dintentresolver.proto38 repeated ArrayMapEntry schemes = 4; field
/frameworks/av/drm/libmediadrm/include/mediadrm/
DDrmHal.h120 virtual status_t getSupportedSchemes(std::vector<uint8_t> &schemes) const;
DIDrm.h168 virtual status_t getSupportedSchemes(std::vector<uint8_t> &schemes) const = 0;
DDrmHalAidl.h108 virtual status_t getSupportedSchemes(std::vector<uint8_t> &schemes) const;
DDrmHalHidl.h187 virtual status_t getSupportedSchemes(std::vector<uint8_t> &schemes) const;
/frameworks/base/services/tests/PackageManagerServiceTests/server/assets/PackageSignaturesTest/xml/
DREADME55 so this method can only be used with signature schemes V1 and V2):
/frameworks/base/core/proto/android/content/
Dintent.proto80 // content: and file: schemes are assumed.
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/fuzzer/
DclearkeyV1.4_fuzzer.cpp650 [&](const hidl_vec<hidl_array<uint8_t, 16>> &schemes) { in invokeDrmFactory() argument
651 for (const auto &scheme : schemes) { in invokeDrmFactory()
/frameworks/base/core/java/android/content/
DIntentFilter.java1607 final ArrayList<String> schemes = mDataSchemes; in matchData() local
1611 if (!wildcardWithMimegroups && types == null && schemes == null) { in matchData()
1616 if (schemes != null) { in matchData()
1617 if (schemes.contains(scheme != null ? scheme : "") in matchData()
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal53 * defined integers, referring to board-specific numbering schemes.
/frameworks/base/packages/SystemUI/docs/
Dbroadcasts.md22 * The `IntentFilter` **does not** contain data types, data schemes, data authorities or data paths.
/frameworks/proto_logging/stats/
Datoms.proto3873 * referring to board-specific numbering schemes.