d9c703ef9e9afe29a2d8025a4234e57cd0e86f28
[ Merge of http://go/wvgerrit/94304 ] With OEMCrypto V16 comes a new potential error code from calls to DecryptCENC(). WARNING_MIXED_OUTPUT_PROTECTION may be returned by supporting devices if one of the output devices does not meet the required HDCP level for the decryption key/license; however the output is instead restricted (by OEMCrypto) to devices that are secure. This warning is informative to the CDM; but no action can/should be taken by the CDM. In addition, if DecryptCENC() returns an error/warning, it is likely that the same status code will be returned on subsequent calls to decrypt within the same crypto session. To reduce the number of logs the CDM produces within the same crypto session only changes in error codes are logged. Bug: 140825538 Change-Id: Iaf9da3f0c88889525f73f3153a5977c8416286bb
Description
No description provided