Home
last modified time | relevance | path

Searched defs:requiresSecureDecoderComponent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaCrypto.java71 public final native boolean requiresSecureDecoderComponent(String mime); in requiresSecureDecoderComponent() method in MediaCrypto
/frameworks/av/media/libmediaplayerservice/
DCrypto.cpp130 bool Crypto::requiresSecureDecoderComponent(const char *mime) const { in requiresSecureDecoderComponent() function in android::Crypto
/frameworks/av/media/libmedia/
DICrypto.cpp84 virtual bool requiresSecureDecoderComponent( in requiresSecureDecoderComponent() function
/frameworks/base/media/jni/
Dandroid_media_MediaCrypto.cpp102 bool JCrypto::requiresSecureDecoderComponent(const char *mime) const { in requiresSecureDecoderComponent() function in android::JCrypto