Searched refs:hw_get_module_by_class (Results 1 – 6 of 6) sorted by relevance
/hardware/libhardware/ |
D | hardware.c | 152 int hw_get_module_by_class(const char *class_id, const char *inst, in hw_get_module_by_class() function 207 return hw_get_module_by_class(id, NULL, module); in hw_get_module()
|
/hardware/libhardware/include/hardware/ |
D | hardware.h | 233 int hw_get_module_by_class(const char *class_id, const char *inst,
|
D | input.h | 568 return hw_get_module_by_class(INPUT_HARDWARE_MODULE_ID, type, module); in input_open()
|
/hardware/qcom/audio/msm8909/hal/audio_extn/ |
D | a2dp.c | 72 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, (const char*)"a2dp", in open_a2dp_output()
|
/hardware/libhardware/modules/radio/ |
D | radio_hal_tool.c | 170 rc = hw_get_module_by_class(RADIO_HARDWARE_MODULE_ID, RADIO_HARDWARE_MODULE_ID_FM, &hw_module); in main()
|
/hardware/libhardware/tests/keymaster/ |
D | keymaster_test.cpp | 339 ASSERT_EQ(0, hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod)) in SetUpTestCase()
|