Home
last modified time | relevance | path

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

/hardware/libhardware/
Dhardware.c131 static int hw_module_exists(char *path, size_t path_len, const char *name, in hw_module_exists() function
177 if (hw_module_exists(path, sizeof(path), name, prop) == 0) { in hw_get_module_by_class()
187 if (hw_module_exists(path, sizeof(path), name, prop) == 0) { in hw_get_module_by_class()
193 if (hw_module_exists(path, sizeof(path), name, "default") == 0) { in hw_get_module_by_class()