| /frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/ |
| D | SoundTriggerMiddlewareImplTest.java | 72 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/ |
| D | IpcDataCache.java | 325 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/ |
| D | ConversionHelperAidl.cpp | 53 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/ |
| D | PatchPanel.cpp | 832 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
|
| D | MelReporter.cpp | 31 bool AudioFlinger::MelReporter::activateHalSoundDoseComputation(const std::string& module, in activateHalSoundDoseComputation()
|
| /frameworks/compile/libbcc/lib/ |
| D | Compiler.cpp | 58 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
|
| D | Source.cpp | 66 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
|
| D | RSEmbedInfo.cpp | 68 static std::string getRSInfoString(const llvm::Module *module) { in getRSInfoString()
|
| /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/media/tests/benchmark/tests/ |
| D | BenchmarkTestEnvironment.h | 39 void setStatsFile(const string module) { statsFile = getRes() + module; } in setStatsFile()
|
| /frameworks/av/services/audiopolicy/tests/ |
| D | AudioPolicyManagerTestClient.h | 38 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/ |
| D | PropertyInvalidatedCache.java | 342 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/ |
| D | PropertyInvalidatedCacheTests.java | 217 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/ |
| D | AnnouncementAggregator.java | 102 public void watchModule(@NonNull RadioModule module, @NonNull int[] enabledTypes) { in watchModule()
|
| D | BroadcastRadioService.java | 184 RadioModule module; in openSession() local
|
| /frameworks/compile/libbcc/bcinfo/ |
| D | BitcodeTranslator.cpp | 153 llvm::Module *module = MOrErr.get(); in translate() local
|
| /frameworks/base/core/tests/coretests/src/android/os/ |
| D | IpcDataCacheTest.java | 266 TestCache(String module, String api) { in TestCache() 270 TestCache(String module, String api, TestQuery query) { in TestCache()
|
| /frameworks/av/media/codec2/vndk/ |
| D | C2Store.cpp | 1034 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/ |
| D | atom_field_options.proto | 135 repeated string module = 50004; field
|
| /frameworks/base/services/core/jni/BroadcastRadio/ |
| D | BroadcastRadioService.cpp | 161 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/ |
| D | AudioPolicyClientImpl.cpp | 53 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/ |
| D | AudioAnalytics.h | 289 const char *getModuleName(Module module) { in getModuleName()
|
| /frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
| D | PolicyAudioPort.cpp | 31 void PolicyAudioPort::attach(const sp<HwModule>& module) in attach()
|
| /frameworks/native/vulkan/libvulkan/ |
| D | driver.cpp | 169 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
|