Searched refs:hw_get_module_by_class (Results 1 - 11 of 11) sorted by relevance

/hardware/libhardware/
H A Dhardware.c171 int hw_get_module_by_class(const char *class_id, const char *inst, function
226 return hw_get_module_by_class(id, NULL, module);
/hardware/interfaces/keymaster/3.0/default/
H A DKeymasterDevice.cpp70 int rc = hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod);
/hardware/libhardware/include/hardware/
H A Dhardware.h239 int hw_get_module_by_class(const char *class_id, const char *inst,
H A Dinput.h568 return hw_get_module_by_class(INPUT_HARDWARE_MODULE_ID, type, module);
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DDevicesFactory.impl.h84 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod);
/hardware/interfaces/broadcastradio/1.0/default/
H A DBroadcastRadio.cpp62 rc = hw_get_module_by_class(RADIO_HARDWARE_MODULE_ID, classString, &mod);
/hardware/interfaces/gatekeeper/1.0/default/
H A DGatekeeper.cpp32 int ret = hw_get_module_by_class(GATEKEEPER_HARDWARE_MODULE_ID, NULL, &module);
/hardware/libhardware/modules/radio/
H A Dradio_hal_tool.c172 rc = hw_get_module_by_class(RADIO_HARDWARE_MODULE_ID, RADIO_HARDWARE_MODULE_ID_FM, &hw_module);
/hardware/libhardware/modules/audio_remote_submix/tests/
H A Dremote_submix_tests.cpp38 rc = hw_get_module_by_class(AUDIO_HARDWARE_MODULE_ID, if_name, &mod);
/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.cpp256 rc = hw_get_module_by_class(SOUND_TRIGGER_HARDWARE_MODULE_ID, mModuleName, &mod);
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp338 ASSERT_EQ(0, hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod))

Completed in 445 milliseconds