summaryrefslogtreecommitdiffstats
path: root/drm
diff options
context:
space:
mode:
authorJeff Tinker <jtinker@google.com>2018-02-02 21:38:46 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-02-02 21:38:46 +0000
commit6a465fda8cbfa618060ce431b53c7892c0c53d81 (patch)
tree2eabc0d8ef51c29c98fd896bc5afe020747a167f /drm
parent8e1f29250a2d22143fef0fc2641172a12c377a25 (diff)
parentc707779488855e60e17c193e8b7f0cd2b7b7504a (diff)
downloadandroid_hardware_interfaces-6a465fda8cbfa618060ce431b53c7892c0c53d81.tar.gz
android_hardware_interfaces-6a465fda8cbfa618060ce431b53c7892c0c53d81.tar.bz2
android_hardware_interfaces-6a465fda8cbfa618060ce431b53c7892c0c53d81.zip
Merge "Fix incorrect comment in ICryptoFactory.hal"
Diffstat (limited to 'drm')
-rw-r--r--drm/1.1/ICryptoFactory.hal6
1 files changed, 3 insertions, 3 deletions
diff --git a/drm/1.1/ICryptoFactory.hal b/drm/1.1/ICryptoFactory.hal
index a1a748051..1f8caa57d 100644
--- a/drm/1.1/ICryptoFactory.hal
+++ b/drm/1.1/ICryptoFactory.hal
@@ -23,11 +23,11 @@ import @1.0::ICryptoPlugin;
* crypto HAL to create crypto plugins. Crypto plugins create crypto sessions
* which are used by a codec to decrypt protected video content.
*
- * The 1.1 factory must always create 1.1 ICryptoPlugin interfaces, which are
+ * The 1.1 factory must always create 1.0 ICryptoPlugin interfaces, which are
* returned via the 1.0 createPlugin method.
*
- * To use 1.1 features the caller must cast the returned interface to a
- * 1.1 HAL, using V1_1::ICryptoPlugin::castFrom().
+ * The ICryptoFactory hal is required because all top-level interfaces
+ * have to be updated in a minor uprev.
*/
interface ICryptoFactory extends @1.0::ICryptoFactory {
};