Searched refs:ERROR_BASE (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/include/drm/
H A Ddrm_framework_common.h36 ERROR_BASE = -2000, enumerator in enum:android::__anon38
38 DRM_ERROR_UNKNOWN = ERROR_BASE,
39 DRM_ERROR_NO_LICENSE = ERROR_BASE - 1,
40 DRM_ERROR_LICENSE_EXPIRED = ERROR_BASE - 2,
41 DRM_ERROR_SESSION_NOT_OPENED = ERROR_BASE - 3,
42 DRM_ERROR_DECRYPT_UNIT_NOT_INITIALIZED = ERROR_BASE - 4,
43 DRM_ERROR_DECRYPT = ERROR_BASE - 5,
44 DRM_ERROR_CANNOT_HANDLE = ERROR_BASE - 6,
45 DRM_ERROR_TAMPER_DETECTED = ERROR_BASE - 7,
46 DRM_ERROR_NO_PERMISSION = ERROR_BASE
[all...]

Completed in 516 milliseconds