Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp145 static sp<Radio> setRadio(JNIEnv* env, jobject thiz, const sp<Radio>& module) in setRadio()
562 sp<Radio> module = Radio::attach(handle, configPtr, (bool)withAudio, callback); in android_hardware_Radio_setup() local
574 sp<Radio> module = setRadio(env, thiz, 0); in android_hardware_Radio_close() local
586 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_finalize() local
597 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_setConfiguration() local
621 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_getConfiguration() local
649 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_setMute() local
661 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_getMute() local
677 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_step() local
689 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_scan() local
[all …]
Dandroid_hardware_SoundTrigger.cpp353 static sp<SoundTrigger> setSoundTrigger(JNIEnv* env, jobject thiz, const sp<SoundTrigger>& module) in setSoundTrigger()
455 sp<SoundTrigger> module = SoundTrigger::attach(handle, callback); in android_hardware_SoundTrigger_setup() local
467 sp<SoundTrigger> module = setSoundTrigger(env, thiz, 0); in android_hardware_SoundTrigger_detach() local
479 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_finalize() local
503 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_loadSoundModel() local
655 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_unloadSoundModel() local
670 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_startRecognition() local
763 sp<SoundTrigger> module = getSoundTrigger(env, thiz); in android_hardware_SoundTrigger_stopRecognition() local
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.cpp90 sp<Module> module = new Module(this, dev, descriptor, client); in onFirstRef() local
143 sp<Module> module = mModules.valueAt(index); in attach() local
166 void SoundTriggerHwService::detachModule(sp<Module> module) in detachModule()
218 Module *module = (Module *)cookie; in recognitionCallback() local
267 Module *module) in sendRecognitionEvent()
296 Module *module = (Module *)cookie; in soundModelCallback() local
324 Module *module) in sendSoundModelEvent()
362 Module *module) in sendServiceStateEvent_l()
391 sp<Module> module; in onCallbackEvent() local
470 wp<Module> module) in CallbackEvent()
/frameworks/compile/libbcc/lib/Core/
DSource.cpp73 llvm::Module *module = helper_load_bitcode(pContext.mImpl->mLLVMContext, in CreateFromBuffer() local
99 llvm::Module *module = helper_load_bitcode(pContext.mImpl->mLLVMContext, in CreateFromFile() local
156 llvm::Module *module = in CreateEmpty() local
DCompiler.cpp216 llvm::Module &module = pScript.getSource().getModule(); in compile() local
289 llvm::Module &module = script.getSource().getModule(); in addInternalizeSymbolsPass() local
421 llvm::Module &module = pScript.getSource().getModule(); in screenGlobalFunctions() local
/frameworks/av/soundtrigger/
DISoundTriggerHwService.cpp82 sp<ISoundTrigger>& module) in attach()
158 sp<ISoundTrigger> module; in onTransact() local
DSoundTrigger.cpp94 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/
DLinkerTest.cpp50 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
DELFBinaryReaderTest.cpp43 Module module("test", script); in TEST_F() local
/frameworks/base/services/core/jni/
Dcom_android_server_lights_LightsService.cpp51 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
Dcom_android_server_ConsumerIrService.cpp33 hw_module_t const* module; in halOpen() local
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImplLegacy.cpp65 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()
226 audio_module_handle_t module, in aps_open_input_on_module()
DAudioPolicyClientImpl.cpp39 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/
DRadioService.cpp91 sp<Module> module = new Module(dev, properties); in onFirstRef() local
136 sp<Module> module = mModules.valueAt(index); in attach() local
644 RadioService::ModuleClient::ModuleClient(const sp<Module>& module, in ModuleClient()
684 sp<Module> module = mModule.promote(); in detach() local
763 sp<Module> module; in setMute() local
781 sp<Module> module; in getMute() local
DRadioService.h167 wp<Module> module() const { return mModule; } in module() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp134 sp<HwModule> module = new HwModule(root->name); in loadHwModule() local
202 void ConfigParsingUtils::loadGlobalConfig(cnode *root, const sp<HwModule>& module, in loadGlobalConfig()
DHwModule.cpp288 sp <HwModule> module; in getModuleFromName() local
302 sp <HwModule> module; in getModuleForDevice() local
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp146 llvm::Module *module = MOrErr.get(); in translate() local
/frameworks/compile/libbcc/lib/Renderscript/
DRSScriptGroupFusion.cpp41 Module* module = const_cast<Module*>(&source.getModule()); in getInvokeFunction() local
327 const std::string& newName, Module* module) { in renameInvoke()
DRSEmbedInfo.cpp64 static std::string getRSInfoString(const llvm::Module *module) { in getRSInfoString()
/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp41 hw_module_t const* module; in GraphicBufferAllocator() local
DGraphicBufferMapper.cpp48 hw_module_t const* module; in ANDROID_SINGLETON_STATIC_INSTANCE() local
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTriggerModule.java186 SoundTriggerModule module = (SoundTriggerModule)((WeakReference)module_ref).get(); in postEventFromNative() local
/frameworks/base/core/java/android/hardware/radio/
DRadioModule.java203 RadioModule module = (RadioModule)((WeakReference)module_ref).get(); in postEventFromNative() local
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp321 std::unique_ptr<llvm::Module> module; in main() local

123