/hardware/interfaces/drm/1.2/vts/functional/ |
D | drm_hal_common.cpp | 294 hidl_vec<uint8_t> DrmHalTest::provideKeyResponse( in provideKeyResponse() function in android::hardware::drm::V1_2::vts::DrmHalTest 298 auto res = drmPlugin->provideKeyResponse( in provideKeyResponse() 328 return provideKeyResponse(sessionId, keyResponse); in loadKeys() 535 auto res = drmPlugin->provideKeyResponse( in decryptWithInvalidKeys()
|
D | drm_hal_test.cpp | 228 provideKeyResponse(keySetId, keyResponse); in TEST_P()
|
/hardware/interfaces/drm/aidl/vts/ |
D | drm_hal_common.cpp | 390 vector<uint8_t> DrmHalTest::provideKeyResponse(const SessionId& sessionId, in provideKeyResponse() function in aidl::android::hardware::drm::vts::DrmHalTest 393 auto ret = drmPlugin->provideKeyResponse(sessionId, keyResponse, &result); in provideKeyResponse() 416 return provideKeyResponse(sessionId, keyResponse); in loadKeys() 627 auto ret = drmPlugin->provideKeyResponse(sessionId, invalidResponse, &result); in decryptWithInvalidKeys()
|
D | drm_hal_test.cpp | 244 provideKeyResponse(keySetId, keyResponse); in TEST_P()
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 275 res = drmPlugin->provideKeyResponse( in loadKeys() 382 auto res = drmPlugin->provideKeyResponse( in TEST_P() 399 auto res = drmPlugin->provideKeyResponse( in TEST_P() 414 auto res = drmPlugin->provideKeyResponse( in TEST_P() 1051 auto res = drmPlugin->provideKeyResponse( in decryptWithInvalidKeys()
|
D | drm_hal_vendor_test.cpp | 328 res = drmPlugin->provideKeyResponse( in loadKeys() 398 auto res = drmPlugin->provideKeyResponse( in TEST_P() 414 auto res = drmPlugin->provideKeyResponse( in TEST_P()
|
/hardware/interfaces/drm/aidl/android/hardware/drm/ |
D | IDrmPlugin.aidl | 426 KeySetId provideKeyResponse(in byte[] scope, in byte[] response); in provideKeyResponse() method
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/ |
D | IDrmPlugin.aidl | 55 android.hardware.drm.KeySetId provideKeyResponse(in byte[] scope, in byte[] response); in provideKeyResponse() method
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/ |
D | IDrmPlugin.aidl | 55 android.hardware.drm.KeySetId provideKeyResponse(in byte[] scope, in byte[] response); in provideKeyResponse() method
|
/hardware/interfaces/drm/1.0/default/ |
D | DrmPlugin.cpp | 105 Return<void> DrmPlugin::provideKeyResponse(const hidl_vec<uint8_t>& scope, in provideKeyResponse() function in android::hardware::drm::V1_0::implementation::DrmPlugin 109 status_t status = mLegacyPlugin->provideKeyResponse(toVector(scope), in provideKeyResponse()
|
D | DrmPlugin.h | 62 Return<void> provideKeyResponse(const hidl_vec<uint8_t>& scope,
|
/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/ |
D | drm_hal_common.h | 104 hidl_vec<uint8_t> provideKeyResponse(const SessionId& sessionId,
|
/hardware/interfaces/drm/1.2/ |
D | types.hal | 92 * and returned from provideKeyResponse and getOfflineLicenseIds. The
|
D | IDrmPlugin.hal | 64 * is RELEASE, followed by provideKeyResponse. This allows the
|
/hardware/interfaces/drm/1.0/ |
D | types.hal | 64 * openSession or provideKeyResponse when the device has not yet been 86 * provideProvisionResponse and provideKeyResponse if the response indicates
|
D | IDrmPlugin.hal | 103 * Drm plugin using provideKeyResponse. 117 * if provideKeyResponse is not supported at the time of the call, BAD_VALUE 126 provideKeyResponse(vec<uint8_t> scope, vec<uint8_t> response) 145 * call to provideKeyResponse().
|
/hardware/interfaces/drm/aidl/vts/include/ |
D | drm_hal_common.h | 109 std::vector<uint8_t> provideKeyResponse(const SessionId& sessionId,
|
/hardware/interfaces/drm/1.1/vts/functional/ |
D | drm_hal_clearkey_test.cpp | 126 res = drmPlugin->provideKeyResponse( in loadKeys()
|