Home | History | Annotate | Download | only in media

Lines Matching full:keys

62      * This event type indicates that the app needs to request keys from a license
68 * This event type indicates that the licensed usage duration for keys in a session
69 * has expired. The keys are no longer valid.
128 * This key request type species that the keys will be for online use, they will
135 * This key request type specifies that the keys will be for offline use, they
141 * This key request type specifies that previously saved offline keys should be released.
156 * to obtain or release keys used to decrypt encrypted content.
168 * to the sessionId the keys will be provided to. When the keyType is
169 * KEY_TYPE_RELEASE, scope should be set to the keySetId of the keys being released.
170 * Releasing keys from a device invalidates them for all sessions.
181 * keyType specifes the type of the request. The request may be to acquire keys for
182 * streaming or offline content, or to release previously acquired keys, which are
210 * used to later restore the keys to a new session with AMediaDrm_restoreKeys.
227 * Restore persisted offline keys into a new session. keySetId identifies the
228 * keys to load, obtained from a prior call to AMediaDrm_provideKeyResponse.
237 * Remove the current keys from a session.
239 * keySetId identifies keys to remove
389 * MediaDrm APIs provide the ability to securely deliver session keys from
395 * encrypted session keys which can be used for general purpose crypto operations.
398 * keys. These keys are exchanged using the getKeyRequest/provideKeyResponse methods.