Searched refs:setCipherAlgorithm (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/drm/aidl/android/hardware/drm/ |
D | IDrmPlugin.aidl | 613 void setCipherAlgorithm(in byte[] sessionId, in String algorithm); in setCipherAlgorithm() method
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/ |
D | IDrmPlugin.aidl | 67 void setCipherAlgorithm(in byte[] sessionId, in String algorithm); in setCipherAlgorithm() method
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/ |
D | IDrmPlugin.aidl | 67 void setCipherAlgorithm(in byte[] sessionId, in String algorithm); in setCipherAlgorithm() method
|
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 250 Return<Status> DrmPlugin::setCipherAlgorithm( in setCipherAlgorithm() function in android::hardware::drm::V1_0::implementation::DrmPlugin 253 mLegacyPlugin->setCipherAlgorithm(toVector(sessionId), in setCipherAlgorithm()
|
D | DrmPlugin.h | 103 Return<Status> setCipherAlgorithm(const hidl_vec<uint8_t>& sessionId,
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 595 Status status = drmPlugin->setCipherAlgorithm(session, algorithm); in TEST_P() 606 Status status = drmPlugin->setCipherAlgorithm(session, algorithm); in TEST_P() 617 Status status = drmPlugin->setCipherAlgorithm(session, algorithm); in TEST_P()
|
D | drm_hal_vendor_test.cpp | 691 Status status = drmPlugin->setCipherAlgorithm(session, algorithm); in TEST_P() 704 Status status = drmPlugin->setCipherAlgorithm(session, algorithm); in TEST_P() 719 Status status = drmPlugin->setCipherAlgorithm(session, algorithm); in TEST_P()
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPlugin.hal | 380 setCipherAlgorithm(SessionId sessionId, string algorithm) 400 * setCipherAlgorithm and the key selected by keyId, and return the 418 * specified by setCipherAlgorithm and the key selected by keyId,
|