/frameworks/av/drm/libmediadrmrkp/src/ |
D | DrmRkpAdapter.cpp | 45 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/ |
D | DrmFactory.cpp | 81 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/ |
D | Linkify.java | 474 @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/ |
D | DrmHalAidl.cpp | 421 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()
|
D | CryptoHalAidl.cpp | 154 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()
|
D | DrmHal.cpp | 290 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()
|
D | DrmMetricsLogger.cpp | 535 DrmStatus DrmMetricsLogger::getSupportedSchemes(std::vector<uint8_t>& schemes) const { in getSupportedSchemes() 536 DrmStatus status = mImpl->getSupportedSchemes(schemes); in getSupportedSchemes()
|
D | DrmHalHidl.cpp | 1531 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/ |
D | intentresolver.proto | 38 repeated ArrayMapEntry schemes = 4; field
|
/frameworks/av/drm/libmediadrm/include/mediadrm/ |
D | DrmHal.h | 120 virtual DrmStatus getSupportedSchemes(std::vector<uint8_t> &schemes) const;
|
D | IDrm.h | 178 virtual DrmStatus getSupportedSchemes(std::vector<uint8_t> &schemes) const = 0;
|
D | DrmHalAidl.h | 113 virtual DrmStatus getSupportedSchemes(std::vector<uint8_t>& schemes) const;
|
D | DrmMetricsLogger.h | 201 virtual DrmStatus getSupportedSchemes(std::vector<uint8_t>& schemes) const;
|
D | DrmHalHidl.h | 187 virtual DrmStatus getSupportedSchemes(std::vector<uint8_t> &schemes) const;
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/assets/PackageSignaturesTest/xml/ |
D | README | 55 so this method can only be used with signature schemes V1 and V2):
|
/frameworks/base/core/proto/android/content/ |
D | intent.proto | 82 // content: and file: schemes are assumed.
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 53 * defined integers, referring to board-specific numbering schemes.
|
/frameworks/base/core/java/android/content/ |
D | IntentFilter.java | 1745 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/ |
D | broadcasts.md | 22 * The `IntentFilter` **does not** contain data types, data schemes, data authorities or data paths.
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/proto_logging/stats/ |
D | atoms.proto | 4619 * referring to board-specific numbering schemes.
|