Home
last modified time | relevance | path

Searched refs:type_names (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/drm/libmediadrm/
DDrmMetrics.cpp44 static const char *type_names[] = {"USABLE", "EXPIRED", in GetAttributeName() local
47 if (((size_t)type) > arraysize(type_names)) { in GetAttributeName()
50 return type_names[(size_t)type]; in GetAttributeName()
54 static const char *type_names[] = {"PROVISION_REQUIRED", "KEY_NEEDED", in GetAttributeName() local
57 if (((size_t)type) > arraysize(type_names)) { in GetAttributeName()
60 return type_names[(size_t)type]; in GetAttributeName()