Searched refs:class_id (Results 1 – 5 of 5) sorted by relevance
/hardware/libhardware/ |
D | hardware.c | 197 int hw_get_module_by_class(const char *class_id, const char *inst, in hw_get_module_by_class() argument 208 snprintf(name, PATH_MAX, "%s.%s", class_id, inst); in hw_get_module_by_class() 210 strlcpy(name, class_id, PATH_MAX); in hw_get_module_by_class() 247 return load(class_id, path, module); in hw_get_module_by_class()
|
/hardware/libhardware/include/hardware/ |
D | hardware.h | 239 int hw_get_module_by_class(const char *class_id, const char *inst,
|
/hardware/libhardware/modules/radio/ |
D | radio_hal_tool.c | 48 hal_properties.class_id, hal_properties.implementor, hal_properties.num_tuners, in list_all_properties()
|
D | radio_hw.c | 42 .class_id = RADIO_CLASS_AM_FM,
|
/hardware/interfaces/broadcastradio/1.0/default/ |
D | Utils.cpp | 173 properties->classId = static_cast<Class>(halProperties->class_id); in convertPropertiesFromHal()
|