Searched refs:getSupportedCryptoSchemes (Results 1 – 12 of 12) sorted by relevance
80 ::ndk::ScopedAStatus DrmFactory::getSupportedCryptoSchemes(CryptoSchemes* _aidl_return) { in getSupportedCryptoSchemes() function in aidl::android::hardware::drm::clearkey::DrmFactory82 for (const auto& uuid : ::aidl::android::hardware::drm::clearkey::getSupportedCryptoSchemes()) { in getSupportedCryptoSchemes()
26 std::vector<std::array<uint8_t, 16>> getSupportedCryptoSchemes();
43 std::vector<std::array<uint8_t, 16>> getSupportedCryptoSchemes() { in getSupportedCryptoSchemes() function
48 ::ndk::ScopedAStatus getSupportedCryptoSchemes(
46 auto status = factory->getSupportedCryptoSchemes(&schemes); in getDrmRemotelyProvisionedComponents()
155 if (mFactories[i]->getSupportedCryptoSchemes(&schemes).isOk()) { in isCryptoSchemeSupportedInternal()
422 auto err = mFactories[i]->getSupportedCryptoSchemes(&schemes); in isCryptoSchemeSupported()470 auto err = mFactories[i]->getSupportedCryptoSchemes(&schemes); in createPlugin()1208 auto err = mFactories[i]->getSupportedCryptoSchemes(&curSchemes); in getSupportedSchemes()
1539 factoryV1_3->getSupportedCryptoSchemes( in getSupportedSchemes()
228 public static final @NonNull List<UUID> getSupportedCryptoSchemes(){ in getSupportedCryptoSchemes() method in MediaDrm
4900 List<UUID> uuids = MediaDrm.getSupportedCryptoSchemes();
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
23288 method @NonNull public static java.util.List<java.util.UUID> getSupportedCryptoSchemes();