Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/
H A Dhardware.c59 static const char *variant_keys[] = { variable
68 (sizeof(variant_keys)/sizeof(variant_keys[0]));
229 if (property_get(variant_keys[i], prop, NULL) == 0) { in hw_get_module_by_class()