Searched refs:hw_get_module_by_class (Results 1 – 14 of 14) sorted by relevance
/aosp12/hardware/libhardware/ |
H A D | hardware.c | 197 int hw_get_module_by_class(const char *class_id, const char *inst, in hw_get_module_by_class() function 252 return hw_get_module_by_class(id, NULL, module); in hw_get_module()
|
/aosp12/frameworks/av/media/libaudiohal/impl/ |
H A D | DevicesFactoryHalLocal.cpp | 36 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod); in load_audio_interface()
|
/aosp12/hardware/interfaces/keymaster/3.0/default/ |
H A D | KeymasterDevice.cpp | 59 int rc = hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod); in createKeymaster3Device()
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | hardware.h | 239 int hw_get_module_by_class(const char *class_id, const char *inst,
|
H A D | input.h | 568 return hw_get_module_by_class(INPUT_HARDWARE_MODULE_ID, type, module); in input_open()
|
/aosp12/hardware/interfaces/broadcastradio/1.0/default/ |
H A D | BroadcastRadio.cpp | 62 rc = hw_get_module_by_class(RADIO_HARDWARE_MODULE_ID, classString, &mod); in onFirstRef()
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | DevicesFactory.cpp | 87 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod); in loadAudioInterface()
|
/aosp12/hardware/libhardware/modules/radio/ |
H A D | radio_hal_tool.c | 172 rc = hw_get_module_by_class(RADIO_HARDWARE_MODULE_ID, RADIO_HARDWARE_MODULE_ID_FM, &hw_module); in main()
|
/aosp12/hardware/interfaces/gatekeeper/1.0/default/ |
H A D | Gatekeeper.cpp | 32 int ret = hw_get_module_by_class(GATEKEEPER_HARDWARE_MODULE_ID, NULL, &module); in Gatekeeper()
|
/aosp12/system/gatekeeper/tests/ |
H A D | gatekeeper_device_test.cpp | 42 ret = hw_get_module_by_class(GATEKEEPER_HARDWARE_MODULE_ID, NULL, &mod); in gatekeeper_device_initialize()
|
/aosp12/hardware/libhardware/modules/audio_remote_submix/tests/ |
H A D | remote_submix_tests.cpp | 38 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod); in load_audio_interface()
|
/aosp12/hardware/interfaces/soundtrigger/2.0/default/ |
H A D | SoundTriggerHalImpl.cpp | 256 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod); in onFirstRef()
|
/aosp12/hardware/interfaces/soundtrigger/2.2/default/ |
H A D | SoundTriggerHw.cpp | 278 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod); in onFirstRef()
|
/aosp12/hardware/interfaces/soundtrigger/2.3/default/ |
H A D | SoundTriggerHw.cpp | 275 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod); in onFirstRef()
|