drm@1.4 status: add PROVISIONING_REQUEST_REJECTED
Bug: 180579631 Test: VtsHalDrmV1_4TargetTest Change-Id: Ia427924c94eb3dfe4f91f15ef94136d599c67414
This commit is contained in:
parent
366270cd6a
commit
7bce01c3b3
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@ enum Status : @1.2::Status {
|
|||
* unable to be parsed.
|
||||
*/
|
||||
PROVISIONING_PARSE_ERROR,
|
||||
/**
|
||||
* The provisioning server detected an error in the provisioning request.
|
||||
*/
|
||||
PROVISIONING_REQUEST_REJECTED,
|
||||
/**
|
||||
* Provisioning failed in a way that is likely to succeed on a subsequent
|
||||
* attempt.
|
||||
|
|
Loading…
Reference in a new issue