Home
last modified time | relevance | path

Searched refs:restoreKeys (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/drm/aidl/android/hardware/drm/
DIDrmPlugin.aidl592 void restoreKeys(in byte[] sessionId, in KeySetId keySetId); in restoreKeys() method
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DIDrmPlugin.aidl66 void restoreKeys(in byte[] sessionId, in android.hardware.drm.KeySetId keySetId); in restoreKeys() method
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DIDrmPlugin.aidl66 void restoreKeys(in byte[] sessionId, in android.hardware.drm.KeySetId keySetId); in restoreKeys() method
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp119 Return<Status> DrmPlugin::restoreKeys(const hidl_vec<uint8_t>& sessionId, in restoreKeys() function in android::hardware::drm::V1_0::implementation::DrmPlugin
121 status_t legacyStatus = mLegacyPlugin->restoreKeys(toVector(sessionId), in restoreKeys()
DDrmPlugin.h68 Return<Status> restoreKeys(const hidl_vec<uint8_t>& sessionId,
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_vendor_test.cpp460 Status status = drmPlugin->restoreKeys(sessionId, keySetId); in TEST_P()
475 Status status = drmPlugin->restoreKeys(sessionId, nullKeySetId); in TEST_P()
496 Status status = drmPlugin->restoreKeys(sessionId, keySetId); in TEST_P()
Ddrm_hal_clearkey_test.cpp451 Status status = drmPlugin->restoreKeys(sessionId, keySetId); in TEST_P()
463 Status status = drmPlugin->restoreKeys(sessionId, nullKeySetId); in TEST_P()
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal122 * to later restore the keys to a new session with the method restoreKeys.
151 restoreKeys(SessionId sessionId,