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