Home
last modified time | relevance | path

Searched refs:connectModule (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/services/radio/
DRadioInterface.h31 static sp<RadioInterface> connectModule(radio_class_t classId);
DRadioHalHidl.cpp38 sp<RadioInterface> RadioInterface::connectModule(radio_class_t classId) in connectModule() function in android::RadioInterface
121 factory->connectModule(static_cast<Class>(mClassId), in getService()
DRadioHalLegacy.cpp33 sp<RadioInterface> RadioInterface::connectModule(radio_class_t classId) in connectModule() function in android::RadioInterface
DRadioService.cpp59 sp<RadioInterface> dev = RadioInterface::connectModule(RADIO_CLASS_AM_FM); in onFirstRef()
/frameworks/av/services/soundtrigger/
DSoundTriggerHalInterface.h30 static sp<SoundTriggerHalInterface> connectModule(const char *moduleName);
DSoundTriggerHalLegacy.cpp23 sp<SoundTriggerHalInterface> SoundTriggerHalInterface::connectModule(const char *moduleName) in connectModule() function in android::SoundTriggerHalInterface
DSoundTriggerHalHidl.cpp33 sp<SoundTriggerHalInterface> SoundTriggerHalInterface::connectModule(const char *moduleName) in connectModule() function in android::SoundTriggerHalInterface
DSoundTriggerHwService.cpp59 SoundTriggerHalInterface::connectModule(HW_MODULE_PREFIX); in onFirstRef()