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

/hardware/libhardware/
H A Dhardware.c148 static int hw_module_exists(char *path, size_t path_len, const char *name, function
196 if (hw_module_exists(path, sizeof(path), name, prop) == 0) {
206 if (hw_module_exists(path, sizeof(path), name, prop) == 0) {
212 if (hw_module_exists(path, sizeof(path), name, "default") == 0) {

Completed in 41 milliseconds