/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 | 473 @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/ |
D | DrmFactory.cpp | 86 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/ |
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 | DrmHalAidl.cpp | 419 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()
|
D | DrmHal.cpp | 289 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()
|
D | DrmHalHidl.cpp | 1527 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/ |
D | intentresolver.proto | 38 repeated ArrayMapEntry schemes = 4; field
|
/frameworks/av/drm/libmediadrm/include/mediadrm/ |
D | DrmHal.h | 120 virtual status_t getSupportedSchemes(std::vector<uint8_t> &schemes) const;
|
D | IDrm.h | 168 virtual status_t getSupportedSchemes(std::vector<uint8_t> &schemes) const = 0;
|
D | DrmHalAidl.h | 108 virtual status_t getSupportedSchemes(std::vector<uint8_t> &schemes) const;
|
D | DrmHalHidl.h | 187 virtual status_t 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 | 80 // content: and file: schemes are assumed.
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/fuzzer/ |
D | clearkeyV1.4_fuzzer.cpp | 650 [&](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/ |
D | IntentFilter.java | 1607 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/ |
D | types.hal | 53 * defined integers, referring to board-specific numbering schemes.
|
/frameworks/base/packages/SystemUI/docs/ |
D | broadcasts.md | 22 * The `IntentFilter` **does not** contain data types, data schemes, data authorities or data paths.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 3873 * referring to board-specific numbering schemes.
|