Searched refs:hw_module_exists (Results 1 – 1 of 1) sorted by relevance
/hardware/libhardware/ |
D | hardware.c | 178 static int hw_module_exists(char *path, size_t path_len, const char *name, in hw_module_exists() function 249 if (hw_module_exists(path, sizeof(path), name, prop) == 0) { in hw_get_module_by_class() 259 if (hw_module_exists(path, sizeof(path), name, prop) == 0) { in hw_get_module_by_class() 265 if (hw_module_exists(path, sizeof(path), name, "default") == 0) { in hw_get_module_by_class()
|