Update CdmResponseTypeToString
Merged from http://go/wvgerrit/160797 Changed CdmResponseTypeToString param from int to CdmResponseType as per sigquit@ review comment in http://go/wvgerrit/160638. Reorder the switch statements in CdmResponseTypeToString to follow the order in the enum declarations instead of sorting alphabetically. This should make future changes to the enum fields easier. Test: Netflix, Play TV and Movies, Youtube Test: adb shell dumpsys android.hardware.drm.IDrmFactory/widevine Test: ./build_and_run_all_unit_tests.sh Bug: 258438956 Change-Id: I3f316cff5448e8e8078da7868e3c083e6766bfa1
This commit is contained in:
@@ -844,7 +844,7 @@ const char* CdmClientTokenTypeToString(CdmClientTokenType type);
|
||||
const char* CdmLicenseTypeToString(CdmLicenseType license_type);
|
||||
const char* CdmOfflineLicenseStateToString(
|
||||
CdmOfflineLicenseState license_state);
|
||||
const char* CdmResponseTypeToString(int cdm_response_type);
|
||||
const char* CdmResponseTypeToString(CdmResponseType cdm_response_type);
|
||||
const char* CdmSecurityLevelToString(CdmSecurityLevel security_level);
|
||||
const char* CdmUsageEntryStorageTypeToString(CdmUsageEntryStorageType type);
|
||||
const char* RequestedSecurityLevelToString(
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user