Home
last modified time | relevance | path

Searched refs:provideKeyResponse (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp294 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()
Ddrm_hal_test.cpp228 provideKeyResponse(keySetId, keyResponse); in TEST_P()
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp275 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()
Ddrm_hal_vendor_test.cpp328 res = drmPlugin->provideKeyResponse( in loadKeys()
398 auto res = drmPlugin->provideKeyResponse( in TEST_P()
414 auto res = drmPlugin->provideKeyResponse( in TEST_P()
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp106 Return<void> DrmPlugin::provideKeyResponse(const hidl_vec<uint8_t>& scope, in provideKeyResponse() function in android::hardware::drm::V1_0::implementation::DrmPlugin
110 status_t status = mLegacyPlugin->provideKeyResponse(toVector(scope), in provideKeyResponse()
DDrmPlugin.h62 Return<void> provideKeyResponse(const hidl_vec<uint8_t>& scope,
/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/
Ddrm_hal_common.h104 hidl_vec<uint8_t> provideKeyResponse(const SessionId& sessionId,
/hardware/interfaces/drm/1.2/
Dtypes.hal92 * and returned from provideKeyResponse and getOfflineLicenseIds. The
DIDrmPlugin.hal64 * is RELEASE, followed by provideKeyResponse. This allows the
/hardware/interfaces/drm/1.0/
Dtypes.hal64 * openSession or provideKeyResponse when the device has not yet been
86 * provideProvisionResponse and provideKeyResponse if the response indicates
DIDrmPlugin.hal103 * 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/1.1/vts/functional/
Ddrm_hal_clearkey_test.cpp126 res = drmPlugin->provideKeyResponse( in loadKeys()