Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrmrkp/src/
DDrmRkpAdapter.cpp45 CryptoSchemes schemes{}; in getDrmRemotelyProvisionedComponents() local
46 auto status = factory->getSupportedCryptoSchemes(&schemes); in getDrmRemotelyProvisionedComponents()
53 if (schemes.uuids.empty()) { in getDrmRemotelyProvisionedComponents()
60 status = factory->createDrmPlugin(schemes.uuids[0], "DrmRkpAdapter", &mDrm); in getDrmRemotelyProvisionedComponents()
/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.java474 @Nullable String defaultScheme, @Nullable String[] schemes, in addLinks() argument
478 boolean linksAdded = addLinks(spannable, pattern, defaultScheme, schemes, matchFilter, in addLinks()
543 @Nullable String defaultScheme, @Nullable String[] schemes, in addLinks() argument
545 return addLinks(spannable, pattern, defaultScheme, schemes, matchFilter, transformFilter, in addLinks()
568 @Nullable String defaultScheme, @Nullable String[] schemes, in addLinks() argument
578 if (schemes == null || schemes.length < 1) { in addLinks()
579 schemes = EmptyArray.STRING; in addLinks()
582 schemesCopy = new String[schemes.length + 1]; in addLinks()
584 for (int index = 0; index < schemes.length; index++) { in addLinks()
585 String scheme = schemes[index]; in addLinks()
[all …]
/frameworks/av/drm/libmediadrm/
DDrmHalAidl.cpp421 CryptoSchemes schemes{}; in isCryptoSchemeSupported() local
422 auto err = mFactories[i]->getSupportedCryptoSchemes(&schemes); in isCryptoSchemeSupported()
423 if (!err.isOk() || !std::count(schemes.uuids.begin(), schemes.uuids.end(), uuidAidl)) { in isCryptoSchemeSupported()
428 schemes.toString().c_str(), levelAidl, mimeType.c_str()); in isCryptoSchemeSupported()
430 for (auto ct : schemes.mimeTypes) { in isCryptoSchemeSupported()
469 CryptoSchemes schemes{}; in createPlugin() local
470 auto err = mFactories[i]->getSupportedCryptoSchemes(&schemes); in createPlugin()
471 if (!err.isOk() || !std::count(schemes.uuids.begin(), schemes.uuids.end(), uuidAidl)) { in createPlugin()
1202 DrmStatus DrmHalAidl::getSupportedSchemes(std::vector<uint8_t>& schemes) const { in getSupportedSchemes()
1214 schemes.insert(schemes.end(), uuidObj.uuid.begin(), uuidObj.uuid.end()); in getSupportedSchemes()
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()
DDrmHal.cpp290 DrmStatus DrmHal::getSupportedSchemes(std::vector<uint8_t>& schemes) const { in getSupportedSchemes()
292 statusResult = mDrmHalAidl->getSupportedSchemes(schemes); in getSupportedSchemes()
294 return mDrmHalHidl->getSupportedSchemes(schemes); in getSupportedSchemes()
DDrmMetricsLogger.cpp535 DrmStatus DrmMetricsLogger::getSupportedSchemes(std::vector<uint8_t>& schemes) const { in getSupportedSchemes()
536 DrmStatus status = mImpl->getSupportedSchemes(schemes); in getSupportedSchemes()
DDrmHalHidl.cpp1531 DrmStatus DrmHalHidl::getSupportedSchemes(std::vector<uint8_t>& schemes) const { in getSupportedSchemes()
1542 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 DrmStatus getSupportedSchemes(std::vector<uint8_t> &schemes) const;
DIDrm.h178 virtual DrmStatus getSupportedSchemes(std::vector<uint8_t> &schemes) const = 0;
DDrmHalAidl.h113 virtual DrmStatus getSupportedSchemes(std::vector<uint8_t>& schemes) const;
DDrmMetricsLogger.h201 virtual DrmStatus getSupportedSchemes(std::vector<uint8_t>& schemes) const;
DDrmHalHidl.h187 virtual DrmStatus 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.proto82 // content: and file: schemes are assumed.
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal53 * defined integers, referring to board-specific numbering schemes.
/frameworks/base/core/java/android/content/
DIntentFilter.java1745 final ArrayList<String> schemes = mDataSchemes; in matchData() local
1749 if (!wildcardWithMimegroups && types == null && schemes == null) { in matchData()
1754 if (schemes != null) { in matchData()
1755 if (schemes.contains(scheme != null ? scheme : "") in matchData()
/frameworks/base/packages/SystemUI/docs/
Dbroadcasts.md22 * The `IntentFilter` **does not** contain data types, data schemes, data authorities or data paths.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/proto_logging/stats/
Datoms.proto4619 * referring to board-specific numbering schemes.