/aosp_15_r20/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
H A D | MediaDrmMockTest.java | 120 md.setPropertyByteArray("test-array", testArray); in testByteArrayProperties() 240 md.setPropertyByteArray("mock-request", testRequest); in testGetKeyRequest() 276 md.setPropertyByteArray("mock-request", testRequest); in testGetKeyRequestNoOptionalParameters() 308 md.setPropertyByteArray("mock-request", testRequest); in testGetKeyRequestOffline() 340 md.setPropertyByteArray("mock-request", testRequest); in testGetKeyRequestRelease() 435 md.setPropertyByteArray("mock-request", testRequest); in testGetProvisionRequest() 469 md.setPropertyByteArray("mock-secure-stop1", ss1); in testGetSecureStops() 470 md.setPropertyByteArray("mock-secure-stop2", ss2); in testGetSecureStops() 561 md.setPropertyByteArray("mock-output", expected_output); in testCryptoSessionEncrypt() 587 md.setPropertyByteArray("mock-output", expected_output); in testCryptoSessionDecrypt() [all …]
|
/aosp_15_r20/frameworks/av/drm/libmediadrm/ |
H A D | DrmHal.cpp | 203 DrmStatus DrmHal::setPropertyByteArray(String8 const& name, Vector<uint8_t> const& value) const { in setPropertyByteArray() function in android::DrmHal 204 if (mDrmHalAidl->initCheck() == OK) return mDrmHalAidl->setPropertyByteArray(name, value); in setPropertyByteArray() 205 return mDrmHalHidl->setPropertyByteArray(name, value); in setPropertyByteArray()
|
H A D | DrmMetricsLogger.cpp | 408 DrmStatus DrmMetricsLogger::setPropertyByteArray(String8 const& name, in setPropertyByteArray() function in android::DrmMetricsLogger 410 DrmStatus status = mImpl->setPropertyByteArray(name, value); in setPropertyByteArray()
|
/aosp_15_r20/frameworks/av/drm/libmediadrmrkp/src/ |
H A D | DrmRemotelyProvisionedComponent.cpp | 136 auto status = mDrm->setPropertyByteArray("certificateSigningRequestChallenge", challenge); in generateCertificateRequestV2() 150 status = mDrm->setPropertyByteArray("deviceInfo", deviceInfo); in generateCertificateRequestV2()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/drm/aidl/android.hardware.drm-V1-ndk-source/gen/include/aidl/android/hardware/drm/ |
D | BnDrmPlugin.h | 150 …::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::vector<ui… in setPropertyByteArray() function 151 return _impl->setPropertyByteArray(in_propertyName, in_value); in setPropertyByteArray()
|
D | IDrmPlugin.h | 146 …virtual ::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::v… 192 …::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::vector<ui…
|
/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 | BnDrmPlugin.h | 142 …::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::vector<ui… in setPropertyByteArray() function 143 return _impl->setPropertyByteArray(in_propertyName, in_value); in setPropertyByteArray()
|
D | IDrmPlugin.h | 120 …virtual ::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::v… 166 …::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::vector<ui…
|
/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 | BnDrmPlugin.h | 142 …::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::vector<ui… in setPropertyByteArray() function 143 return _impl->setPropertyByteArray(in_propertyName, in_value); in setPropertyByteArray()
|
D | IDrmPlugin.h | 120 …virtual ::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::v… 166 …::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::vector<ui…
|
/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 | BnDrmPlugin.h | 142 …::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::vector<ui… in setPropertyByteArray() function 143 return _impl->setPropertyByteArray(in_propertyName, in_value); in setPropertyByteArray()
|
D | IDrmPlugin.h | 120 …virtual ::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::v… 166 …::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::vector<ui…
|
/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 | BnDrmPlugin.h | 142 …::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::vector<ui… in setPropertyByteArray() function 143 return _impl->setPropertyByteArray(in_propertyName, in_value); in setPropertyByteArray()
|
D | IDrmPlugin.h | 120 …virtual ::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::v… 166 …::ndk::ScopedAStatus setPropertyByteArray(const std::string& in_propertyName, const std::vector<ui…
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/drm/ |
H A D | FrameworkMediaDrm.java | 325 public void setPropertyByteArray(String propertyName, byte[] value) { in setPropertyByteArray() method in FrameworkMediaDrm 326 mediaDrm.setPropertyByteArray(propertyName, value); in setPropertyByteArray()
|
H A D | DummyExoMediaDrm.java | 142 public void setPropertyByteArray(String propertyName, byte[] value) { in setPropertyByteArray() method in DummyExoMediaDrm
|
H A D | ExoMediaDrm.java | 549 void setPropertyByteArray(String propertyName, byte[] value); in setPropertyByteArray() method
|
/aosp_15_r20/hardware/interfaces/drm/1.0/default/ |
H A D | DrmPlugin.cpp | 242 Return<Status> DrmPlugin::setPropertyByteArray( in setPropertyByteArray() function in android::hardware::drm::V1_0::implementation::DrmPlugin 245 mLegacyPlugin->setPropertyByteArray(String8(propertyName.c_str()), in setPropertyByteArray()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/drm/ |
H A D | FrameworkMediaDrm.java | 329 public void setPropertyByteArray(String propertyName, byte[] value) { in setPropertyByteArray() method in FrameworkMediaDrm 330 mediaDrm.setPropertyByteArray(propertyName, value); in setPropertyByteArray()
|
H A D | DummyExoMediaDrm.java | 142 public void setPropertyByteArray(String propertyName, byte[] value) { in setPropertyByteArray() method in DummyExoMediaDrm
|
H A D | ExoMediaDrm.java | 552 void setPropertyByteArray(String propertyName, byte[] value); in setPropertyByteArray() method
|
/aosp_15_r20/hardware/interfaces/drm/aidl/android/hardware/drm/ |
H A D | IDrmPlugin.aidl | 668 void setPropertyByteArray(in String propertyName, in byte[] value); in setPropertyByteArray() method
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/drm/aidl/android.hardware.drm_interface/dump/android/hardware/drm/ |
D | IDrmPlugin.aidl | 71 void setPropertyByteArray(in String propertyName, in byte[] value); in setPropertyByteArray() method
|
/aosp_15_r20/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/ |
H A D | IDrmPlugin.aidl | 71 void setPropertyByteArray(in String propertyName, in byte[] value); in setPropertyByteArray() method
|
/aosp_15_r20/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/ |
H A D | IDrmPlugin.aidl | 71 void setPropertyByteArray(in String propertyName, in byte[] value); in setPropertyByteArray() method
|