Home
last modified time | relevance | path

Searched defs:module (Results 1 – 25 of 51) 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
128 sp<Module> module = mModules.valueAt(index); in attach() local
197 Module *module = (Module *)cookie; in recognitionCallback() local
254 Module *module) in sendRecognitionEvent()
274 Module *module = (Module *)cookie; in soundModelCallback() local
303 Module *module) in sendSoundModelEvent()
332 Module *module) in sendServiceStateEvent()
365 sp<Module> module; in onCallbackEvent() local
915 SoundTriggerHwService::ModuleClient::ModuleClient(const sp<Module>& module, in ModuleClient()
954 sp<Module> module = mModule.promote(); in detach() local
[all …]
DSoundTriggerHwService.h98 void setModule(wp<Module> module) { mModule = module; } in setModule()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DBroadcastRadioService.java70 RadioModule module = RadioModule.tryLoadingModule(idx, serviceName); in loadModules() local
98 RadioModule module = mModules.get(moduleId); in openSession() local
DAnnouncementAggregator.java97 public void watchModule(@NonNull RadioModule module, @NonNull int[] enabledTypes) { in watchModule()
/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()
/frameworks/compile/libbcc/lib/
DCompiler.cpp58 bool validateLayoutOfExportedTypes(const llvm::Module &module, in validateLayoutOfExportedTypes()
304 llvm::Module &module = script.getSource().getModule(); in compile() local
371 llvm::Module &module = script.getSource().getModule(); in addInternalizeSymbolsPass() local
490 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
DRSEmbedInfo.cpp68 static std::string getRSInfoString(const llvm::Module *module) { in getRSInfoString()
/frameworks/av/soundtrigger/
DISoundTriggerHwService.cpp82 sp<ISoundTrigger>& module) in attach()
158 sp<ISoundTrigger> module; in onTransact() local
/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/core/jni/
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/tests/
Daudiopolicymanager_tests.cpp45 status_t openOutput(audio_module_handle_t module, in openOutput()
61 status_t openInput(audio_module_handle_t module, in openInput()
/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.h111 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/rs/rsov/compiler/
DGlobalAllocSPIRITPass.cpp132 std::vector<uint32_t> runAndSerialize(Module *module, int *error) override { in runAndSerialize()
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTriggerModule.java186 SoundTriggerModule module = (SoundTriggerModule)((WeakReference)module_ref).get(); in postEventFromNative() local
/frameworks/base/services/core/jni/BroadcastRadio/
DBroadcastRadioService.cpp161 factory->connectModule(clazz, [&](Result res, const sp<V1_0::IBroadcastRadio>& module) { in nativeLoadModules()
221 auto module = ctx.mModules[moduleId]; in nativeOpenTuner() local
/frameworks/native/vulkan/libvulkan/
Ddriver.cpp166 const hwvulkan_module_t** module) { in LoadDriver()
200 int LoadBuiltinDriver(const hwvulkan_module_t** module) { in LoadBuiltinDriver()
207 int LoadUpdatedDriver(const hwvulkan_module_t** module) { in LoadUpdatedDriver()
221 const hwvulkan_module_t* module = nullptr; in Open() local
/frameworks/base/tools/bit/
Dmake.cpp159 Module module; in read_modules() local

123