Home
last modified time | relevance | path

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

/hardware/libhardware/
Dhardware.c219 int hw_get_module_by_class(const char *class_id, const char *inst, in hw_get_module_by_class() function
279 return hw_get_module_by_class(id, NULL, module); in hw_get_module()
/hardware/interfaces/keymaster/3.0/default/
DKeymasterDevice.cpp59 int rc = hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod); in createKeymaster3Device()
/hardware/libhardware/include_all/hardware/
Dhardware.h239 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/libhardware/include/hardware/
Dhardware.h239 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/google/gfxstream/guest/mesa/include/android_stub/hardware/
Dhardware.h239 int hw_get_module_by_class(const char *class_id, const char *inst,
/hardware/interfaces/broadcastradio/1.0/default/
DBroadcastRadio.cpp62 rc = hw_get_module_by_class(RADIO_HARDWARE_MODULE_ID, classString, &mod); in onFirstRef()
/hardware/interfaces/gatekeeper/1.0/default/
DGatekeeper.cpp32 int ret = hw_get_module_by_class(GATEKEEPER_HARDWARE_MODULE_ID, NULL, &module); in Gatekeeper()
/hardware/libhardware/modules/radio/
Dradio_hal_tool.c172 rc = hw_get_module_by_class(RADIO_HARDWARE_MODULE_ID, RADIO_HARDWARE_MODULE_ID_FM, &hw_module); in main()
/hardware/interfaces/audio/core/all-versions/default/
DDevicesFactory.cpp122 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod); in loadAudioInterface()
/hardware/libhardware/modules/audio_remote_submix/tests/
Dremote_submix_tests.cpp38 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod); in load_audio_interface()
/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.cpp256 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod); in onFirstRef()
/hardware/interfaces/soundtrigger/2.2/default/
DSoundTriggerHw.cpp278 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod); in onFirstRef()
/hardware/interfaces/soundtrigger/2.3/default/
DSoundTriggerHw.cpp275 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod); in onFirstRef()