Home
last modified time | relevance | path

Searched refs:keyType (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/drm/1.1/
DIDrmPlugin.hal76 * specified keyType. When the keyType is OFFLINE or STREAMING,
78 * to. When the keyType is RELEASE, scope should be set to the
85 * when keyType is RELEASE.
87 * @param keyType specifies if the keys are to be used for streaming,
106 * keyType of RELEASE, which indicates keys are being released.
114 string mimeType, KeyType keyType, KeyedVector optionalParameters)
/hardware/interfaces/drm/1.2/
DIDrmPlugin.hal112 * specified keyType. When the keyType is OFFLINE or STREAMING, scope
114 * keyType is RELEASE, scope must be set to the keySetId of the keys
120 * request. initData must be empty when keyType is RELEASE.
122 * @param keyType specifies if the keys are to be used for streaming,
142 * keys in a license. RELEASE corresponds to a keyType of RELEASE,
151 string mimeType, KeyType keyType, KeyedVector optionalParameters)
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal62 * specified keyType. When the keyType is OFFLINE or STREAMING,
64 * When the keyType is RELEASE, scope should be set to the keySetId
70 * initData may be empty when keyType is RELEASE.
72 * @param keyType specifies if the keys are to be used for streaming,
90 * corresponds to a keyType of RELEASE, which indicates keys are being
97 string mimeType, KeyType keyType, KeyedVector optionalParameters)
/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp45 KeyType keyType, const hidl_vec<KeyValue>& optionalParameters, in getKeyRequest() argument
51 switch(keyType) { in getKeyRequest()
DDrmPlugin.h59 KeyType keyType, const hidl_vec<KeyValue>& optionalParameters,