/frameworks/base/core/jni/ |
D | android_hardware_Radio.cpp | 147 static sp<Radio> setRadio(JNIEnv* env, jobject thiz, const sp<Radio>& module) in setRadio() 580 sp<Radio> module = Radio::attach(handle, configPtr, (bool)withAudio, callback); in android_hardware_Radio_setup() local 592 sp<Radio> module = setRadio(env, thiz, 0); in android_hardware_Radio_close() local 604 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_finalize() local 615 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_setConfiguration() local 639 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_getConfiguration() local 667 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_setMute() local 679 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_getMute() local 695 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_step() local 707 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_scan() local [all …]
|
D | android_hardware_SoundTrigger.cpp | 368 static sp<SoundTrigger> setSoundTrigger(JNIEnv* env, jobject thiz, const sp<SoundTrigger>& module) in setSoundTrigger() 470 sp<SoundTrigger> module = SoundTrigger::attach(handle, callback); in android_hardware_SoundTrigger_setup() local 482 sp<SoundTrigger> module = setSoundTrigger(env, thiz, 0); in android_hardware_SoundTrigger_detach() local 494 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_finalize() local 518 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_loadSoundModel() local 675 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_unloadSoundModel() local 690 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_startRecognition() local 783 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_stopRecognition() local
|
/frameworks/av/services/soundtrigger/ |
D | SoundTriggerHwService.cpp | 91 sp<Module> module = new Module(this, dev, descriptor, client); in onFirstRef() local 144 sp<Module> module = mModules.valueAt(index); in attach() local 167 void SoundTriggerHwService::detachModule(sp<Module> module) in detachModule() 219 Module *module = (Module *)cookie; in recognitionCallback() local 275 Module *module) in sendRecognitionEvent() 304 Module *module = (Module *)cookie; in soundModelCallback() local 332 Module *module) in sendSoundModelEvent() 370 Module *module) in sendServiceStateEvent_l() 399 sp<Module> module; in onCallbackEvent() local 478 wp<Module> module) in CallbackEvent()
|
/frameworks/compile/libbcc/lib/Core/ |
D | Source.cpp | 82 llvm::Module *module = managedModule.release(); in CreateFromBuffer() local 112 llvm::Module *module = managedModule.release(); in CreateFromFile() local 173 llvm::Module *module = in CreateEmpty() local
|
D | Compiler.cpp | 236 llvm::Module &module = pScript.getSource().getModule(); in compile() local 322 llvm::Module &module = script.getSource().getModule(); in addInternalizeSymbolsPass() local 446 llvm::Module &module = pScript.getSource().getModule(); in screenGlobalFunctions() local
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | ConfigParsingUtils.cpp | 150 status_t ConfigParsingUtils::loadHwModuleProfile(cnode *root, sp<HwModule> &module, in loadHwModuleProfile() 221 status_t ConfigParsingUtils::loadHwModule(cnode *root, sp<HwModule> &module, in loadHwModule() 279 sp<HwModule> module = new HwModule(node->name); in loadHwModules() local 320 void ConfigParsingUtils::loadModuleGlobalConfig(cnode *root, const sp<HwModule> &module, in loadModuleGlobalConfig()
|
D | HwModule.cpp | 255 sp <HwModule> module; in getModuleFromName() local 269 sp <HwModule> module; in getModuleForDevice() local
|
D | DeviceDescriptor.cpp | 43 void DeviceDescriptor::attach(const sp<HwModule>& module) in attach()
|
/frameworks/av/soundtrigger/ |
D | ISoundTriggerHwService.cpp | 82 sp<ISoundTrigger>& module) in attach() 158 sp<ISoundTrigger> module; in onTransact() local
|
D | SoundTrigger.cpp | 94 sp<SoundTrigger> SoundTrigger::attach(const sound_trigger_module_handle_t module, in attach() 127 SoundTrigger::SoundTrigger(sound_trigger_module_handle_t module, in SoundTrigger()
|
/frameworks/compile/mclinker/unittests/ |
D | LinkerTest.cpp | 50 Module module("test", script); in TEST_F() local 95 Module module("libplasma.so", script); in TEST_F() local 350 Module module(script); in TEST_F() local
|
D | ELFBinaryReaderTest.cpp | 43 Module module("test", script); in TEST_F() local
|
/frameworks/base/services/core/jni/ |
D | com_android_server_lights_LightsService.cpp | 51 static light_device_t* get_device(hw_module_t* module, char const* name) in get_device() 66 hw_module_t* module; in init_native() local
|
D | com_android_server_ConsumerIrService.cpp | 33 hw_module_t const* module; in halOpen() local
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyClientImplLegacy.cpp | 65 static audio_io_handle_t open_output(audio_module_handle_t module, in open_output() 119 audio_module_handle_t module, in aps_open_output_on_module() 176 static audio_io_handle_t open_input(audio_module_handle_t module, in open_input() 227 audio_module_handle_t module, in aps_open_input_on_module()
|
D | AudioPolicyClientImpl.cpp | 39 status_t AudioPolicyService::AudioPolicyClient::openOutput(audio_module_handle_t module, in openOutput() 99 status_t AudioPolicyService::AudioPolicyClient::openInput(audio_module_handle_t module, in openInput()
|
/frameworks/av/services/radio/ |
D | RadioService.cpp | 91 sp<Module> module = new Module(dev, properties); in onFirstRef() local 136 sp<Module> module = mModules.valueAt(index); in attach() local 645 RadioService::ModuleClient::ModuleClient(const sp<Module>& module, in ModuleClient() 685 sp<Module> module = mModule.promote(); in detach() local 764 sp<Module> module; in setMute() local 782 sp<Module> module; in getMute() local
|
D | RadioService.h | 167 wp<Module> module() const { return mModule; } in module() function
|
/frameworks/compile/libbcc/bcinfo/ |
D | BitcodeTranslator.cpp | 146 llvm::Module *module = MOrErr.get(); in translate() local
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioPolicyConfig.h | 110 sp<HwModule> module; in setDefault() local
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSEmbedInfo.cpp | 65 static std::string getRSInfoString(const llvm::Module *module) { in getRSInfoString()
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTriggerModule.java | 186 SoundTriggerModule module = (SoundTriggerModule)((WeakReference)module_ref).get(); in postEventFromNative() local
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioModule.java | 208 RadioModule module = (RadioModule)((WeakReference)module_ref).get(); in postEventFromNative() local
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | Camera2ClientBase.cpp | 82 status_t Camera2ClientBase<TClientBase>::initialize(CameraModule *module) { in initialize()
|
/frameworks/compile/libbcc/bcinfo/tools/ |
D | main.cpp | 354 std::unique_ptr<llvm::Module> module; in main() local
|