Searched refs:hw_get_module (Results 1 - 3 of 3) sorted by path

/hardware/libhardware/
H A Dhardware.c120 int hw_get_module(const char *id, const struct hw_module_t **module) function
/hardware/libhardware/include/hardware/
H A Dhardware.h118 int hw_get_module(const char *id, const struct hw_module_t **module);
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp51 err = hw_get_module(SENSORS_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
53 printf("hw_get_module() failed (%s)\n", strerror(-err));

Completed in 6105 milliseconds