Home
last modified time | relevance | path

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

123

/frameworks/rs/rsov/compiler/spirit/
Dpass_queue.cpp30 Module *PassQueue::run(Module *module, int *error) { in run()
74 Module *module = Deserialize<Module>(spirvWords); in run() local
82 std::vector<uint32_t> PassQueue::runAndSerialize(Module *module, int *error) { in runAndSerialize()
Dpass.cpp24 Module *Pass::run(Module *module, int *error) { in run()
36 std::vector<uint32_t> Pass::runAndSerialize(Module *module, int *error) { in runAndSerialize()
Dtransformer.cpp24 Module *Transformer::run(Module *module, int *error) { in run()
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.cpp76 sp<Module> module = new Module(this, halInterface, descriptor); in onFirstRef() local
126 sp<Module> module = mModules.valueAt(index); in attach() local
195 Module *module = (Module *)cookie; in recognitionCallback() local
251 Module *module) in sendRecognitionEvent()
282 Module *module = (Module *)cookie; in soundModelCallback() local
310 Module *module) in sendSoundModelEvent()
350 Module *module) in sendServiceStateEvent_l()
394 sp<Module> module; in onCallbackEvent() local
919 SoundTriggerHwService::ModuleClient::ModuleClient(const sp<Module>& module, in ModuleClient()
957 sp<Module> module = mModule.promote(); in detach() local
[all …]
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp147 static sp<Radio> setRadio(JNIEnv* env, jobject thiz, const sp<Radio>& module) in setRadio()
583 sp<Radio> module = Radio::attach(handle, configPtr, (bool)withAudio, callback); in android_hardware_Radio_setup() local
595 sp<Radio> module = setRadio(env, thiz, 0); in android_hardware_Radio_close() local
607 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_finalize() local
618 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_setConfiguration() local
642 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_getConfiguration() local
670 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_setMute() local
682 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_getMute() local
698 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_step() local
710 sp<Radio> module = getRadio(env, thiz); in android_hardware_Radio_scan() local
[all …]
Dandroid_hardware_SoundTrigger.cpp368 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/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp150 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()
DHwModule.cpp255 sp <HwModule> module; in getModuleFromName() local
269 sp <HwModule> module; in getModuleForDevice() local
/frameworks/compile/libbcc/lib/
DCompiler.cpp58 bool validateLayoutOfExportedTypes(const llvm::Module &module, in validateLayoutOfExportedTypes()
303 llvm::Module &module = script.getSource().getModule(); in compile() local
370 llvm::Module &module = script.getSource().getModule(); in addInternalizeSymbolsPass() local
489 llvm::Module &module = script.getSource().getModule(); in screenGlobalFunctions() local
DSource.cpp65 static void helper_set_module_metadata_from_bitcode_wrapper(llvm::Module &module, in helper_set_module_metadata_from_bitcode_wrapper()
120 llvm::Module *module = managedModule.release(); in CreateFromBuffer() local
160 llvm::Module *module = managedModule.release(); in CreateFromFile() 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/av/services/radio/
DRadioService.cpp79 sp<Module> module = new Module(dev, properties); in onFirstRef() local
127 sp<Module> module = mModules.valueAt(index); in attach() local
644 RadioService::ModuleClient::ModuleClient(const sp<Module>& module, in ModuleClient()
689 sp<Module> module = mModule.promote(); in detach() local
777 sp<Module> module; in setMute() local
798 sp<Module> module; in getMute() local
DRadioHalHidl.cpp46 sp<IBroadcastRadio> module = getService(); in getProperties() local
71 sp<IBroadcastRadio> module = getService(); in openTuner() local
330 RadioHalHidl::Tuner::Tuner(sp<TunerCallbackInterface> callback, sp<RadioHalHidl> module) in Tuner()
DRadioService.h171 wp<Module> module() const { return mModule; } in module() function
/frameworks/rs/tests/lldb/tests/
Drun_test.py223 def _get_test_case_class(module): argument
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp153 llvm::Module *module = MOrErr.get(); in translate() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h110 sp<HwModule> module; in setDefault() local
/frameworks/av/services/audiopolicy/service/
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/opt/net/wifi/libwifi_hal/
Dwifi_hal_common.cpp54 void *module; in insmod() local
/frameworks/rs/rsov/compiler/
DGlobalAllocSPIRITPass.cpp132 std::vector<uint32_t> runAndSerialize(Module *module, int *error) override { in runAndSerialize()
/frameworks/native/vulkan/libvulkan/
Ddriver.cpp156 const hwvulkan_module_t** module) { in LoadDriver()
190 int LoadBuiltinDriver(const hwvulkan_module_t** module) { in LoadBuiltinDriver()
197 int LoadUpdatedDriver(const hwvulkan_module_t** module) { in LoadUpdatedDriver()
211 const hwvulkan_module_t* module = nullptr; in Open() local
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTriggerModule.java186 SoundTriggerModule module = (SoundTriggerModule)((WeakReference)module_ref).get(); in postEventFromNative() local

123