| /frameworks/rs/rsov/compiler/spirit/ |
| D | pass_queue.cpp | 30 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()
|
| D | pass.cpp | 24 Module *Pass::run(Module *module, int *error) { in run() 36 std::vector<uint32_t> Pass::runAndSerialize(Module *module, int *error) { in runAndSerialize()
|
| D | transformer.cpp | 24 Module *Transformer::run(Module *module, int *error) { in run()
|
| /frameworks/av/services/soundtrigger/ |
| D | SoundTriggerHwService.cpp | 76 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/ |
| D | android_hardware_Radio.cpp | 147 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 …]
|
| 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/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
|
| /frameworks/compile/libbcc/lib/ |
| D | Compiler.cpp | 58 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
|
| D | Source.cpp | 65 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/ |
| 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/av/services/radio/ |
| D | RadioService.cpp | 79 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
|
| D | RadioHalHidl.cpp | 46 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()
|
| D | RadioService.h | 171 wp<Module> module() const { return mModule; } in module() function
|
| /frameworks/rs/tests/lldb/tests/ |
| D | run_test.py | 223 def _get_test_case_class(module): argument
|
| /frameworks/compile/libbcc/bcinfo/ |
| D | BitcodeTranslator.cpp | 153 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/av/services/audiopolicy/service/ |
| 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/opt/net/wifi/libwifi_hal/ |
| D | wifi_hal_common.cpp | 54 void *module; in insmod() local
|
| /frameworks/rs/rsov/compiler/ |
| D | GlobalAllocSPIRITPass.cpp | 132 std::vector<uint32_t> runAndSerialize(Module *module, int *error) override { in runAndSerialize()
|
| /frameworks/native/vulkan/libvulkan/ |
| D | driver.cpp | 156 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/ |
| D | SoundTriggerModule.java | 186 SoundTriggerModule module = (SoundTriggerModule)((WeakReference)module_ref).get(); in postEventFromNative() local
|