Home
last modified time | relevance | path

Searched refs:hw_get_module_by_class (Results 1 – 6 of 6) sorted by relevance

/hardware/libhardware/
Dhardware.c152 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/
Dhardware.h233 int hw_get_module_by_class(const char *class_id, const char *inst,
Dinput.h568 return hw_get_module_by_class(INPUT_HARDWARE_MODULE_ID, type, module); in input_open()
/hardware/qcom/audio/msm8909/hal/audio_extn/
Da2dp.c72 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, (const char*)"a2dp", in open_a2dp_output()
/hardware/libhardware/modules/radio/
Dradio_hal_tool.c170 rc = hw_get_module_by_class(RADIO_HARDWARE_MODULE_ID, RADIO_HARDWARE_MODULE_ID_FM, &hw_module); in main()
/hardware/libhardware/tests/keymaster/
Dkeymaster_test.cpp339 ASSERT_EQ(0, hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod)) in SetUpTestCase()