Home
last modified time | relevance | path

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

123

/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
DSoundTriggerMiddlewareImplTest.java72 private Pair<Integer, SoundTriggerHwCallback> loadGenericModel(ISoundTriggerModule module, in loadGenericModel()
90 private Pair<Integer, SoundTriggerHwCallback> loadPhraseModel(ISoundTriggerModule module, in loadPhraseModel()
109 private void unloadModel(ISoundTriggerModule module, int handle, int hwHandle) in unloadModel()
116 private void startRecognition(ISoundTriggerModule module, int handle, int hwHandle) in startRecognition()
128 private void stopRecognition(ISoundTriggerModule module, int handle, int hwHandle) in stopRecognition()
167 ISoundTriggerModule module = mService.attach(0, callback, false); in testAttachDetach() local
175 ISoundTriggerModule module = mService.attach(0, callback, false); in testLoadUnloadModel() local
186 ISoundTriggerModule module = mService.attach(0, callback, false); in testLoadPreemptModel() local
205 ISoundTriggerModule module = mService.attach(0, callback, false); in testLoadUnloadPhraseModel() local
216 ISoundTriggerModule module = mService.attach(0, callback, false); in testStartStopRecognition() local
[all …]
/frameworks/base/core/java/android/os/
DIpcDataCache.java325 public IpcDataCache(int maxEntries, @NonNull @IpcDataCacheModule String module, in IpcDataCache()
380 public static void invalidateCache(@NonNull @IpcDataCacheModule String module, in invalidateCache()
438 public Config(int maxEntries, @NonNull @IpcDataCacheModule String module, in Config()
449 public Config(int maxEntries, @NonNull @IpcDataCacheModule String module, in Config()
486 public final @NonNull String module() { in module() method in IpcDataCache.Config
/frameworks/av/media/libaudiohal/impl/
DConversionHelperAidl.cpp53 auto module = std::get<static_cast<int>(ParameterScope::MODULE)>(recipient); in parseAndGetVendorParameters() local
99 auto module = std::get<static_cast<int>(ParameterScope::MODULE)>(recipient); in parseAndSetVendorParameters() local
/frameworks/av/services/audioflinger/
DPatchPanel.cpp832 for (const auto& module : mInsertedModules) { in getDownstreamSoftwarePatches() local
872 for (auto& module : mInsertedModules) { in notifyStreamClosed() local
877 AudioHwDevice* AudioFlinger::PatchPanel::findAudioHwDeviceByModule(audio_module_handle_t module) in findAudioHwDeviceByModule()
888 sp<DeviceHalInterface> AudioFlinger::PatchPanel::findHwDeviceByModule(audio_module_handle_t module) in findHwDeviceByModule()
895 audio_module_handle_t module, audio_patch_handle_t handle, in addSoftwarePatchToInsertedModules()
907 for (auto& module : mInsertedModules) { in removeSoftwarePatchFromInsertedModules() local
927 for (const auto& module : mInsertedModules) { in dump() local
DMelReporter.cpp31 bool AudioFlinger::MelReporter::activateHalSoundDoseComputation(const std::string& module, in activateHalSoundDoseComputation()
/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.cpp66 static void helper_set_module_metadata_from_bitcode_wrapper(llvm::Module &module, in helper_set_module_metadata_from_bitcode_wrapper()
121 llvm::Module *module = managedModule.release(); in CreateFromBuffer() local
161 llvm::Module *module = managedModule.release(); in CreateFromFile() local
DRSEmbedInfo.cpp68 static std::string getRSInfoString(const llvm::Module *module) { in getRSInfoString()
/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/media/tests/benchmark/tests/
DBenchmarkTestEnvironment.h39 void setStatsFile(const string module) { statsFile = getRes() + module; } in setStatsFile()
/frameworks/av/services/audiopolicy/tests/
DAudioPolicyManagerTestClient.h38 status_t openOutput(audio_module_handle_t module, in openOutput()
60 status_t openInput(audio_module_handle_t module, in openInput()
/frameworks/base/core/java/android/app/
DPropertyInvalidatedCache.java342 public static @NonNull String createPropertyName(@NonNull String module, in createPropertyName()
583 public PropertyInvalidatedCache(int maxEntries, @NonNull String module, @NonNull String api, in PropertyInvalidatedCache()
/frameworks/base/core/tests/coretests/src/android/app/
DPropertyInvalidatedCacheTests.java217 TestCache(String module, String api) { in TestCache()
223 TestCache(String module, String api, TestQuery query) { in TestCache()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DAnnouncementAggregator.java102 public void watchModule(@NonNull RadioModule module, @NonNull int[] enabledTypes) { in watchModule()
DBroadcastRadioService.java184 RadioModule module; in openSession() local
/frameworks/compile/libbcc/bcinfo/
DBitcodeTranslator.cpp153 llvm::Module *module = MOrErr.get(); in translate() local
/frameworks/base/core/tests/coretests/src/android/os/
DIpcDataCacheTest.java266 TestCache(String module, String api) { in TestCache()
270 TestCache(String module, String api, TestQuery query) { in TestCache()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp1034 std::shared_ptr<ComponentModule> module = shared_from_this(); in createInterface() local
1051 std::shared_ptr<ComponentModule> module = shared_from_this(); in createComponent() local
1154 std::shared_ptr<ComponentModule> module; in visitComponents() local
1176 C2String name, std::shared_ptr<ComponentModule> *module) { in findComponent()
1191 std::shared_ptr<ComponentModule> module; in createComponent() local
1204 std::shared_ptr<ComponentModule> module; in createInterface() local
/frameworks/proto_logging/stats/
Datom_field_options.proto135 repeated string module = 50004; field
/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/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp53 status_t AudioPolicyService::AudioPolicyClient::openOutput(audio_module_handle_t module, in openOutput()
138 status_t AudioPolicyService::AudioPolicyClient::openInput(audio_module_handle_t module, in openInput()
/frameworks/av/services/mediametrics/include/mediametricsservice/
DAudioAnalytics.h289 const char *getModuleName(Module module) { in getModuleName()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DPolicyAudioPort.cpp31 void PolicyAudioPort::attach(const sp<HwModule>& module) in attach()
/frameworks/native/vulkan/libvulkan/
Ddriver.cpp169 const hwvulkan_module_t** module) { in LoadDriver()
214 int LoadBuiltinDriver(const hwvulkan_module_t** module) { in LoadBuiltinDriver()
222 int LoadUpdatedDriver(const hwvulkan_module_t** module) { in LoadUpdatedDriver()
255 const hwvulkan_module_t* module = nullptr; in Open() local

123