Home
last modified time | relevance | path

Searched defs:listModules (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/soundtrigger/
DISoundTriggerHwService.cpp53 virtual status_t listModules(struct sound_trigger_module_descriptor *modules, in listModules() function in android::BpSoundTriggerHwService
DSoundTrigger.cpp83 status_t SoundTrigger::listModules(struct sound_trigger_module_descriptor *modules, in listModules() function in android::SoundTrigger
/frameworks/av/radio/
DIRadioService.cpp53 virtual status_t listModules(struct radio_properties *properties, in listModules() function in android::BpRadioService
DRadio.cpp83 status_t Radio::listModules(struct radio_properties *properties, in listModules() function in android::Radio
/frameworks/av/services/radio/
DRadioService.cpp102 status_t RadioService::listModules(struct radio_properties *properties, in listModules() function in android::RadioService
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.cpp106 status_t SoundTriggerHwService::listModules(struct sound_trigger_module_descriptor *modules, in listModules() function in android::SoundTriggerHwService
/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java1313 public native int listModules(List <ModuleProperties> modules); in listModules() method in RadioManager
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java1249 public static native int listModules(ArrayList <ModuleProperties> modules); in listModules() method in SoundTrigger