Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DIDrmPlugin.aidl41 …android.hardware.drm.KeyRequest getKeyRequest(in byte[] scope, in byte[] initData, in String mimeT… in getKeyRequest()
55 android.hardware.drm.KeySetId provideKeyResponse(in byte[] scope, in byte[] response); in provideKeyResponse()
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DIDrmPlugin.aidl41 …android.hardware.drm.KeyRequest getKeyRequest(in byte[] scope, in byte[] initData, in String mimeT… in getKeyRequest()
55 android.hardware.drm.KeySetId provideKeyResponse(in byte[] scope, in byte[] response); in provideKeyResponse()
/hardware/interfaces/drm/aidl/android/hardware/drm/
DIDrmPlugin.aidl161 KeyRequest getKeyRequest(in byte[] scope, in byte[] initData, in String mimeType, in getKeyRequest()
426 KeySetId provideKeyResponse(in byte[] scope, in byte[] response); in provideKeyResponse()
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp43 Return<void> DrmPlugin::getKeyRequest(const hidl_vec<uint8_t>& scope, in getKeyRequest()
106 Return<void> DrmPlugin::provideKeyResponse(const hidl_vec<uint8_t>& scope, in provideKeyResponse()