Home
last modified time | relevance | path

Searched refs:listModules (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/soundtrigger/
DISoundTriggerHwService.cpp53 virtual status_t listModules(struct sound_trigger_module_descriptor *modules, in listModules() function in android::BpSoundTriggerHwService
133 status_t status = listModules(modules, &numModules); in onTransact()
DSoundTrigger.cpp83 status_t SoundTrigger::listModules(struct sound_trigger_module_descriptor *modules, in listModules() function in android::SoundTrigger
91 return service->listModules(modules, numModules); in listModules()
/frameworks/av/radio/
DIRadioService.cpp53 virtual status_t listModules(struct radio_properties *properties, in listModules() function in android::BpRadioService
134 status_t status = listModules(properties, &numModules); in onTransact()
DRadio.cpp83 status_t Radio::listModules(struct radio_properties *properties, in listModules() function in android::Radio
91 return service->listModules(properties, numModules); in listModules()
/frameworks/av/include/radio/
DIRadioService.h36 virtual status_t listModules(struct radio_properties *properties,
DRadio.h39 static status_t listModules(struct radio_properties *properties,
/frameworks/av/include/soundtrigger/
DISoundTriggerHwService.h36 virtual status_t listModules(struct sound_trigger_module_descriptor *modules,
DSoundTrigger.h39 static status_t listModules(struct sound_trigger_module_descriptor *modules,
/frameworks/av/services/radio/
DRadioService.h51 virtual status_t listModules(struct radio_properties *properties,
DRadioService.cpp102 status_t RadioService::listModules(struct radio_properties *properties, in listModules() function in android::RadioService
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.h49 virtual status_t listModules(struct sound_trigger_module_descriptor *modules,
DSoundTriggerHwService.cpp105 status_t SoundTriggerHwService::listModules(struct sound_trigger_module_descriptor *modules, in listModules() function in android::SoundTriggerHwService
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp382 status_t status = Radio::listModules(nModules, &numModules); in android_hardware_Radio_listModules()
389 status = Radio::listModules(nModules, &numModules); in android_hardware_Radio_listModules()
Dandroid_hardware_SoundTrigger.cpp387 status_t status = SoundTrigger::listModules(nModules, &numModules); in android_hardware_SoundTrigger_listModules()
395 status = SoundTrigger::listModules(nModules, &numModules); in android_hardware_SoundTrigger_listModules()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DSoundTriggerHelper.java94 int status = SoundTrigger.listModules(modules); in SoundTriggerHelper()
/frameworks/base/core/java/android/hardware/radio/
DRadioManager.java1270 public native int listModules(List <ModuleProperties> modules); in listModules() method in RadioManager
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java1128 public static native int listModules(ArrayList <ModuleProperties> modules); in listModules() method in SoundTrigger
/frameworks/base/api/
Dsystem-current.txt14733 …method public int listModules(java.util.List<android.hardware.radio.RadioManager.ModuleProperties>…