From 1da5b1a9875a0beadbc8f90f5062dddd0cec570c Mon Sep 17 00:00:00 2001 From: Jeff Tinker Date: Wed, 29 Mar 2017 14:59:32 -0700 Subject: [PATCH] Correct comment on getProvisionRequest There is no session ID in the parameter list. Test: Compiles, it's a comment change bug: 36735099 Change-Id: I0eccfcb3aa312a694b391c0b5a76e3b8425a7d36 --- drm/1.0/IDrmPlugin.hal | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drm/1.0/IDrmPlugin.hal b/drm/1.0/IDrmPlugin.hal index 083b3115..07b0832b 100644 --- a/drm/1.0/IDrmPlugin.hal +++ b/drm/1.0/IDrmPlugin.hal @@ -179,10 +179,9 @@ interface IDrmPlugin { * certificate authority (CA) is an entity which issues digital certificates * for use by other parties. It is an example of a trusted third party. * @return status the status of the call. The status must be OK or one of - * the following errors: BAD_VALUE if the sessionId is invalid, - * ERROR_DRM_CANNOT_HANDLE if the drm scheme does not require provisioning - * or ERROR_DRM_INVALID_STATE if the HAL is in a state where the provision - * request cannot be generated. + * the following errors: ERROR_DRM_CANNOT_HANDLE if the drm scheme does not + * require provisioning or ERROR_DRM_INVALID_STATE if the HAL is in a state + * where the provision request cannot be generated. * @return request if successful the opaque certificate request blob * is returned * @return defaultUrl URL that the provisioning request should be -- 2.11.0