Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DDrmMetricsConsumer.cpp38 static const char *type_names[] = {"USABLE", "EXPIRED", in GetAttributeName() local
41 if (((size_t)type) >= arraysize(type_names)) { in GetAttributeName()
44 return type_names[(size_t)type]; in GetAttributeName()
48 static const char *type_names[] = {"PROVISION_REQUIRED", "KEY_NEEDED", in GetAttributeName() local
51 if (((size_t)type) >= arraysize(type_names)) { in GetAttributeName()
54 return type_names[(size_t)type]; in GetAttributeName()