Home
last modified time | relevance | path

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

/frameworks/av/soundtrigger/
DISoundTriggerHwService.cpp51 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/services/soundtrigger/
DSoundTriggerHwService.cpp105 status_t SoundTriggerHwService::listModules(struct sound_trigger_module_descriptor *modules, in listModules() function in android::SoundTriggerHwService
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java1128 public static native int listModules(ArrayList <ModuleProperties> modules); in listModules() method in SoundTrigger