Home
last modified time | relevance | path

Searched refs:requiresSecureDecoderComponent (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DMediaDescrambler.java59 boolean requiresSecureDecoderComponent(@NonNull String mime) throws RemoteException; in requiresSecureDecoderComponent() method
93 public boolean requiresSecureDecoderComponent(@NonNull String mime) throws RemoteException { in requiresSecureDecoderComponent() method in MediaDescrambler.AidlDescrambler
155 public boolean requiresSecureDecoderComponent(@NonNull String mime) throws RemoteException { in requiresSecureDecoderComponent() method in MediaDescrambler.HidlDescrambler
156 return mHidlDescrambler.requiresSecureDecoderComponent(mime); in requiresSecureDecoderComponent()
248 public final boolean requiresSecureDecoderComponent(@NonNull String mime) { in requiresSecureDecoderComponent() method in MediaDescrambler
252 return mIDescrambler.requiresSecureDecoderComponent(mime); in requiresSecureDecoderComponent()
H A DMediaCrypto.java75 public final native boolean requiresSecureDecoderComponent(@NonNull String mime); in requiresSecureDecoderComponent() method in MediaCrypto
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.cpp87 bool JCrypto::requiresSecureDecoderComponent(const char *mime) const { in requiresSecureDecoderComponent() function in android::JCrypto
92 return mCrypto->requiresSecureDecoderComponent(mime); in requiresSecureDecoderComponent()
264 bool result = crypto->requiresSecureDecoderComponent(mime); in android_media_MediaCrypto_requiresSecureDecoderComponent()
H A Dandroid_media_MediaCrypto.h38 bool requiresSecureDecoderComponent(const char *mime) const;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt23145 method public boolean requiresSecureDecoderComponent(@NonNull String);
23164 method public boolean requiresSecureDecoderComponent(@NonNull String);