Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/servicestests/src/com/android/server/soundtrigger_middleware/
DSoundTriggerMiddlewareImplTest.java361 private Pair<Integer, SoundTriggerHwCallback> loadGenericModel_2_0(ISoundTriggerModule module, in loadGenericModel_2_0()
412 private Pair<Integer, SoundTriggerHwCallback> loadGenericModel_2_1(ISoundTriggerModule module, in loadGenericModel_2_1()
466 private Pair<Integer, SoundTriggerHwCallback> loadGenericModel(ISoundTriggerModule module, in loadGenericModel()
475 private Pair<Integer, SoundTriggerHwCallback> loadPhraseModel_2_0(ISoundTriggerModule module, in loadPhraseModel_2_0()
544 private Pair<Integer, SoundTriggerHwCallback> loadPhraseModel_2_1(ISoundTriggerModule module, in loadPhraseModel_2_1()
618 ISoundTriggerModule module, int hwHandle) throws RemoteException { in loadPhraseModel()
626 private void unloadModel(ISoundTriggerModule module, int handle, int hwHandle) in unloadModel()
633 private void startRecognition_2_0(ISoundTriggerModule module, int handle, in startRecognition_2_0()
665 private void startRecognition_2_1(ISoundTriggerModule module, int handle, in startRecognition_2_1()
701 private void startRecognition_2_3(ISoundTriggerModule module, int handle, in startRecognition_2_3()
[all …]
/frameworks/av/services/audioflinger/
DPatchPanel.cpp763 for (const auto& module : mInsertedModules) { in getDownstreamSoftwarePatches() local
793 for (auto& module : mInsertedModules) { in notifyStreamClosed() local
798 AudioHwDevice* AudioFlinger::PatchPanel::findAudioHwDeviceByModule(audio_module_handle_t module) in findAudioHwDeviceByModule()
809 sp<DeviceHalInterface> AudioFlinger::PatchPanel::findHwDeviceByModule(audio_module_handle_t module) in findHwDeviceByModule()
816 audio_module_handle_t module, audio_patch_handle_t handle) in addSoftwarePatchToInsertedModules()
824 for (auto& module : mInsertedModules) { in removeSoftwarePatchFromInsertedModules() local
844 for (const auto& module : mInsertedModules) { in dump() local
/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()
DRSCompilerDriver.cpp326 llvm::Module module("Merged Script Group", context); in buildScriptGroup() local
DRSScriptGroupFusion.cpp320 const std::string& newName, Module* module) { in renameInvoke()
/frameworks/av/services/audiopolicy/tests/
DAudioPolicyManagerTestClient.h38 status_t openOutput(audio_module_handle_t module, in openOutput()
59 status_t openInput(audio_module_handle_t module, in openInput()
/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/cmds/statsd/src/
Datom_field_options.proto113 repeated string module = 50004; field
/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
DDumpManager.kt108 for (module in dumpables.values) { in dumpDumpables() method
118 for (module in dumpables.values) { in listDumpables() method
/frameworks/av/media/codec2/vndk/
DC2Store.cpp880 std::shared_ptr<ComponentModule> module = shared_from_this(); in createInterface() local
897 std::shared_ptr<ComponentModule> module = shared_from_this(); in createComponent() local
983 std::shared_ptr<ComponentModule> module; in visitComponents() local
1005 C2String name, std::shared_ptr<ComponentModule> *module) { in findComponent()
1020 std::shared_ptr<ComponentModule> module; in createComponent() local
1033 std::shared_ptr<ComponentModule> module; in createInterface() local
/frameworks/rs/tests/lldb/tests/
Drun_test.py223 def _get_test_case_class(module): argument
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DBroadcastRadioService.java160 RadioModule module = null; in openSession() local
DAnnouncementAggregator.java101 public void watchModule(@NonNull RadioModule module, @NonNull int[] enabledTypes) { in watchModule()
DTunerSession.java55 TunerSession(@NonNull RadioModule module, @NonNull ITunerSession hwSession, in TunerSession()
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp153 llvm::Module *module = MOrErr.get(); in translate() local
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp41 status_t AudioPolicyService::AudioPolicyClient::openOutput(audio_module_handle_t module, in openOutput()
100 status_t AudioPolicyService::AudioPolicyClient::openInput(audio_module_handle_t module, in openInput()
/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.cpp163 const hwvulkan_module_t** module) { in LoadDriver()
207 int LoadBuiltinDriver(const hwvulkan_module_t** module) { in LoadBuiltinDriver()
215 int LoadUpdatedDriver(const hwvulkan_module_t** module) { in LoadUpdatedDriver()
242 const hwvulkan_module_t* module = nullptr; in Open() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h140 sp<HwModule> module = new HwModule(AUDIO_HARDWARE_MODULE_ID_PRIMARY, 2 /*halVersionMajor*/); in setDefault() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DPolicyAudioPort.cpp31 void PolicyAudioPort::attach(const sp<HwModule>& module) in attach()
/frameworks/base/tools/bit/
Dmake.cpp236 Module module; in read_modules() local
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp354 std::unique_ptr<llvm::Module> module; in main() local

12