Home | History | Annotate | Download | only in drm

Lines Matching refs:action

98      * @param[in] action Action to perform. (Action::DEFAULT, Action::PLAY, etc)
104 status_t consumeRights(sp<DecryptHandle> &decryptHandle, int action, bool reserve);
110 * @param[in] playbackStatus Playback action (Playback::START, Playback::STOP, Playback::PAUSE)
176 * Validates whether an action on the DRM content is allowed or not.
179 * @param[in] action Action to validate. (Action::DEFAULT, Action::PLAY, etc)
180 * @param[in] description Detailed description of the action
181 * @return true if the action is allowed.
183 bool validateAction(const String8& path, int action, const ActionDescription& description);
204 * @param[in] action Actions defined such as,
205 * Action::DEFAULT, Action::PLAY, etc
211 DrmConstraints* getConstraints(const String8* path, const int action);
291 * @param[in] action Action to perform
295 int checkRightsStatus(const String8& path, int action);