/aosp_15_r20/hardware/interfaces/cas/aidl/vts/functional/ |
H A D | VtsHalCasAidlTargetTest.cpp | 620 bool requiresSecureDecoderComponent = true; in TEST_P() local 622 mDescrambler->requiresSecureDecoderComponent("", &requiresSecureDecoderComponent) in TEST_P() 624 EXPECT_FALSE(requiresSecureDecoderComponent); in TEST_P() 627 requiresSecureDecoderComponent = true; in TEST_P() 629 mDescrambler->requiresSecureDecoderComponent("bad", &requiresSecureDecoderComponent) in TEST_P() 631 EXPECT_FALSE(requiresSecureDecoderComponent); in TEST_P() 689 bool requiresSecureDecoderComponent = true; in TEST_P() local 691 ->requiresSecureDecoderComponent("video/avc", in TEST_P() 692 &requiresSecureDecoderComponent) in TEST_P() 694 EXPECT_FALSE(requiresSecureDecoderComponent); in TEST_P()
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | MediaDescrambler.java | 59 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()
|
/aosp_15_r20/frameworks/av/drm/libmediadrm/ |
H A D | CryptoHal.cpp | 57 bool CryptoHal::requiresSecureDecoderComponent(const char* mime) const { in requiresSecureDecoderComponent() function in android::CryptoHal 60 return mCryptoHalAidl->requiresSecureDecoderComponent(mime); in requiresSecureDecoderComponent() 61 return mCryptoHalHidl->requiresSecureDecoderComponent(mime); in requiresSecureDecoderComponent()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/cas/aidl/android.hardware.cas-V1-java-source/gen/android/hardware/cas/ |
D | IDescrambler.java | 31 …@Override public boolean requiresSecureDecoderComponent(java.lang.String mime) throws android.os.R… in requiresSecureDecoderComponent() method in IDescrambler.Default 133 boolean _result = this.requiresSecureDecoderComponent(_arg0); in onTransact() 214 …@Override public boolean requiresSecureDecoderComponent(java.lang.String mime) throws android.os.R… in requiresSecureDecoderComponent() method in IDescrambler.Stub.Proxy 299 …public boolean requiresSecureDecoderComponent(java.lang.String mime) throws android.os.RemoteExcep… in requiresSecureDecoderComponent() method
|
/aosp_15_r20/frameworks/base/media/jni/ |
H A D | android_media_MediaCrypto.cpp | 87 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()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/include/aidl/android/hardware/drm/ |
D | BnCryptoPlugin.h | 57 …::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aidl_return… in requiresSecureDecoderComponent() function 58 return _impl->requiresSecureDecoderComponent(in_mime, _aidl_return); in requiresSecureDecoderComponent()
|
D | ICryptoPlugin.h | 59 …virtual ::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aid… 72 …::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aidl_return…
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/include/aidl/android/hardware/drm/ |
D | BnCryptoPlugin.h | 49 …::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aidl_return… in requiresSecureDecoderComponent() function 50 return _impl->requiresSecureDecoderComponent(in_mime, _aidl_return); in requiresSecureDecoderComponent()
|
D | ICryptoPlugin.h | 43 …virtual ::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aid… 56 …::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aidl_return…
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/include/aidl/android/hardware/drm/ |
D | BnCryptoPlugin.h | 49 …::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aidl_return… in requiresSecureDecoderComponent() function 50 return _impl->requiresSecureDecoderComponent(in_mime, _aidl_return); in requiresSecureDecoderComponent()
|
D | ICryptoPlugin.h | 43 …virtual ::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aid… 56 …::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aidl_return…
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/include/aidl/android/hardware/drm/ |
D | BnCryptoPlugin.h | 49 …::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aidl_return… in requiresSecureDecoderComponent() function 50 return _impl->requiresSecureDecoderComponent(in_mime, _aidl_return); in requiresSecureDecoderComponent()
|
D | ICryptoPlugin.h | 43 …virtual ::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aid… 56 …::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aidl_return…
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/include/aidl/android/hardware/drm/ |
D | BnCryptoPlugin.h | 49 …::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aidl_return… in requiresSecureDecoderComponent() function 50 return _impl->requiresSecureDecoderComponent(in_mime, _aidl_return); in requiresSecureDecoderComponent()
|
D | ICryptoPlugin.h | 43 …virtual ::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aid… 56 …::ndk::ScopedAStatus requiresSecureDecoderComponent(const std::string& in_mime, bool* _aidl_return…
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/android/hardware/drm/ |
D | ICryptoPlugin.cpp | 74 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->requiresSecureDecoderComponent(in_mime, &_aidl_ret… in _aidl_android_hardware_drm_ICryptoPlugin_onTransact() 267 ::ndk::ScopedAStatus BpCryptoPlugin::requiresSecureDecoderComponent(const std::string& in_mime, boo… in requiresSecureDecoderComponent() function in aidl::android::hardware::drm::BpCryptoPlugin 290 …_aidl_status = ICryptoPlugin::getDefaultImpl()->requiresSecureDecoderComponent(in_mime, _aidl_retu… in requiresSecureDecoderComponent() 541 ::ndk::ScopedAStatus ICryptoPluginDefault::requiresSecureDecoderComponent(const std::string& /*in_m… in requiresSecureDecoderComponent() function in aidl::android::hardware::drm::ICryptoPluginDefault
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/android/hardware/drm/ |
D | ICryptoPlugin.cpp | 74 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->requiresSecureDecoderComponent(in_mime, &_aidl_ret… in _aidl_android_hardware_drm_ICryptoPlugin_onTransact() 267 ::ndk::ScopedAStatus BpCryptoPlugin::requiresSecureDecoderComponent(const std::string& in_mime, boo… in requiresSecureDecoderComponent() function in aidl::android::hardware::drm::BpCryptoPlugin 290 …_aidl_status = ICryptoPlugin::getDefaultImpl()->requiresSecureDecoderComponent(in_mime, _aidl_retu… in requiresSecureDecoderComponent() 541 ::ndk::ScopedAStatus ICryptoPluginDefault::requiresSecureDecoderComponent(const std::string& /*in_m… in requiresSecureDecoderComponent() function in aidl::android::hardware::drm::ICryptoPluginDefault
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/android/hardware/drm/ |
D | ICryptoPlugin.cpp | 74 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->requiresSecureDecoderComponent(in_mime, &_aidl_ret… in _aidl_android_hardware_drm_ICryptoPlugin_onTransact() 267 ::ndk::ScopedAStatus BpCryptoPlugin::requiresSecureDecoderComponent(const std::string& in_mime, boo… in requiresSecureDecoderComponent() function in aidl::android::hardware::drm::BpCryptoPlugin 290 …_aidl_status = ICryptoPlugin::getDefaultImpl()->requiresSecureDecoderComponent(in_mime, _aidl_retu… in requiresSecureDecoderComponent() 541 ::ndk::ScopedAStatus ICryptoPluginDefault::requiresSecureDecoderComponent(const std::string& /*in_m… in requiresSecureDecoderComponent() function in aidl::android::hardware::drm::ICryptoPluginDefault
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/android/hardware/drm/ |
D | ICryptoPlugin.cpp | 74 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->requiresSecureDecoderComponent(in_mime, &_aidl_ret… in _aidl_android_hardware_drm_ICryptoPlugin_onTransact() 267 ::ndk::ScopedAStatus BpCryptoPlugin::requiresSecureDecoderComponent(const std::string& in_mime, boo… in requiresSecureDecoderComponent() function in aidl::android::hardware::drm::BpCryptoPlugin 290 …_aidl_status = ICryptoPlugin::getDefaultImpl()->requiresSecureDecoderComponent(in_mime, _aidl_retu… in requiresSecureDecoderComponent() 541 ::ndk::ScopedAStatus ICryptoPluginDefault::requiresSecureDecoderComponent(const std::string& /*in_m… in requiresSecureDecoderComponent() function in aidl::android::hardware::drm::ICryptoPluginDefault
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/android/hardware/drm/ |
D | ICryptoPlugin.cpp | 82 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->requiresSecureDecoderComponent(in_mime, &_aidl_ret… in _aidl_android_hardware_drm_ICryptoPlugin_onTransact() 276 ::ndk::ScopedAStatus BpCryptoPlugin::requiresSecureDecoderComponent(const std::string& in_mime, boo… in requiresSecureDecoderComponent() function in aidl::android::hardware::drm::BpCryptoPlugin 299 …_aidl_status = ICryptoPlugin::getDefaultImpl()->requiresSecureDecoderComponent(in_mime, _aidl_retu… in requiresSecureDecoderComponent() 559 ::ndk::ScopedAStatus ICryptoPluginDefault::requiresSecureDecoderComponent(const std::string& /*in_m… in requiresSecureDecoderComponent() function in aidl::android::hardware::drm::ICryptoPluginDefault
|
/aosp_15_r20/hardware/interfaces/cas/1.2/default/ |
H A D | DescramblerImpl.cpp | 72 Return<bool> DescramblerImpl::requiresSecureDecoderComponent(const hidl_string& mime) { in requiresSecureDecoderComponent() function in android::hardware::cas::V1_1::implementation::DescramblerImpl 78 return holder->requiresSecureDecoderComponent(mime.c_str()); in requiresSecureDecoderComponent()
|
/aosp_15_r20/hardware/interfaces/cas/aidl/default/ |
H A D | DescramblerImpl.cpp | 67 ScopedAStatus DescramblerImpl::requiresSecureDecoderComponent(const string& in_mime, in requiresSecureDecoderComponent() function in aidl::android::hardware::cas::DescramblerImpl 74 *_aidl_return = holder->requiresSecureDecoderComponent(in_mime.c_str()); in requiresSecureDecoderComponent()
|
/aosp_15_r20/hardware/interfaces/cas/1.0/default/ |
H A D | DescramblerImpl.cpp | 75 Return<bool> DescramblerImpl::requiresSecureDecoderComponent( in requiresSecureDecoderComponent() function in android::hardware::cas::V1_0::implementation::DescramblerImpl 82 return holder->requiresSecureDecoderComponent(mime.c_str()); in requiresSecureDecoderComponent()
|
/aosp_15_r20/hardware/interfaces/cas/1.1/default/ |
H A D | DescramblerImpl.cpp | 72 Return<bool> DescramblerImpl::requiresSecureDecoderComponent(const hidl_string& mime) { in requiresSecureDecoderComponent() function in android::hardware::cas::V1_1::implementation::DescramblerImpl 78 return holder->requiresSecureDecoderComponent(mime.c_str()); in requiresSecureDecoderComponent()
|
/aosp_15_r20/hardware/interfaces/drm/1.0/default/ |
H A D | CryptoPlugin.cpp | 36 Return<bool> CryptoPlugin::requiresSecureDecoderComponent( in requiresSecureDecoderComponent() function in android::hardware::drm::V1_0::implementation::CryptoPlugin 38 return mLegacyPlugin->requiresSecureDecoderComponent(mime.c_str()); in requiresSecureDecoderComponent()
|