/aosp14/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerMiddlewareImplTest.java | 169 module.detach(); in testAttachDetach() 180 module.detach(); in testLoadUnloadModel() 199 module.detach(); in testLoadPreemptModel() 210 module.detach(); in testLoadUnloadPhraseModel() 230 module.detach(); in testStartStopRecognition() 274 module.detach(); in testStartStopPhraseRecognition() 319 module.detach(); in testRecognition() 349 module.detach(); in testPhraseRecognition() 386 module.detach(); in testForceRecognition() 417 module.detach(); in testForceRecognitionNotSupported() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/ |
H A D | DumpManager.kt | 47 fun registerCriticalDumpable(module: Dumpable) { 48 registerCriticalDumpable(module::class.java.simpleName, module) 60 registerDumpable(name, module, DumpPriority.CRITICAL) 64 fun registerNormalDumpable(module: Dumpable) { 65 registerNormalDumpable(module::class.java.simpleName, module) 76 registerDumpable(name, module, DumpPriority.NORMAL) 97 module: Dumpable, 100 if (!canAssignToNameLocked(name, module)) { 104 dumpables[name] = DumpableEntry(module, name, priority) 112 fun registerDumpable(module: Dumpable) { [all …]
|
/aosp14/frameworks/base/boot/ |
H A D | Android.bp | 64 module: "com.android.adservices-bootclasspath-fragment", 68 module: "com.android.appsearch-bootclasspath-fragment", 72 module: "art-bootclasspath-fragment", 84 module: "com.android.conscrypt-bootclasspath-fragment", 96 module: "i18n-bootclasspath-fragment", 100 module: "com.android.ipsec-bootclasspath-fragment", 104 module: "com.android.media-bootclasspath-fragment", 128 module: "com.android.sdkext-bootclasspath-fragment", 136 module: "com.android.uwb-bootclasspath-fragment", 140 module: "com.android.wifi-bootclasspath-fragment", [all …]
|
/aosp14/system/core/libmodprobe/ |
H A D | libmodprobe.cpp | 129 const std::string& module = *it++; in ParseSoftdepCallback() local 152 const std::string& module = *it++; in ParseLoadCallback() local 177 const std::string& module = *it++; in ParseOptionsCallback() local 214 const std::string& module = *it++; in ParseBlocklistCallback() local 347 auto it = module_deps_.find(module); in GetDependencies() 376 if (module_name == module) { in InsmodWithDeps() 389 if (module_name == module) { in InsmodWithDeps() 419 if (!ModuleExists(module)) continue; in LoadWithAliases() 451 for (const auto& module : module_load_) { in LoadModulesParallel() local 540 for (const auto& module : module_load_) { in LoadListedModules() local [all …]
|
/aosp14/frameworks/base/tools/bit/ |
H A D | make.cpp | 237 Module module; in read_modules() local 239 module.name = name; in read_modules() 240 get_values(value, "class", &module.classes); in read_modules() 241 get_values(value, "path", &module.paths); in read_modules() 246 string cl = module.classes[i]; in read_modules() 249 module.classes.erase(module.classes.begin() + i); in read_modules() 252 if (module.classes.size() == 0) { in read_modules() 258 string fn = module.installed[i]; in read_modules() 260 module.installed.erase(module.installed.begin() + i); in read_modules() 263 if (module.installed.size() == 0) { in read_modules() [all …]
|
H A D | main.cpp | 49 Module module; member 725 target->module = mod->second; in run_phases() 761 for (size_t j=0; j<target->module.installed.size(); j++) { in run_phases() 762 const string& file = target->module.installed[j]; in run_phases() 940 if (target->test && target->module.HasClass(NATIVE_TESTS)) { in run_phases() 944 for (size_t j=0; j<target->module.installed.size(); j++) { in run_phases() 945 string filename = target->module.installed[j]; in run_phases() 950 if (leafname(filename) != target->module.name) { in run_phases() 1006 string filename = target->module.installed[j]; in run_phases() 1029 target->module.name.c_str()); in run_phases() [all …]
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | IpcDataCache.java | 325 public IpcDataCache(int maxEntries, @NonNull @IpcDataCacheModule String module, in IpcDataCache() argument 328 super(maxEntries, module, api, cacheName, computer); in IpcDataCache() 380 public static void invalidateCache(@NonNull @IpcDataCacheModule String module, in invalidateCache() argument 382 PropertyInvalidatedCache.invalidateCache(module, api); in invalidateCache() 438 public Config(int maxEntries, @NonNull @IpcDataCacheModule String module, in Config() argument 441 mModule = module; in Config() 449 public Config(int maxEntries, @NonNull @IpcDataCacheModule String module, in Config() argument 451 this(maxEntries, module, api, api); in Config() 459 this(root.maxEntries(), root.module(), api, name); in Config() 467 this(root.maxEntries(), root.module(), api, api); in Config() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
H A D | BroadcastRadioService.java | 78 RadioModule module = RadioModule.tryLoadingModule(moduleId, serviceName); 79 if (module == null) { 84 RadioModule prevModule = mModules.put(moduleId, module); 95 module.getService().linkToDeath(mDeathRecipient, moduleId); 154 return mModules.values().stream().map(module -> module.getProperties()) in listModules() 184 RadioModule module; in openSession() local 186 module = mModules.get(moduleId); in openSession() 187 if (module == null) { in openSession() 192 TunerSession tunerSession = module.openSession(callback); in openSession() 205 for (RadioModule module : mModules.values()) { in addAnnouncementListener() [all …]
|
/aosp14/frameworks/base/core/api/ |
H A D | Android.bp | 56 name: "non-updatable-module-lib-current.txt", 57 srcs: ["module-lib-current.txt"], 66 name: "non-updatable-module-lib-removed.txt", 67 srcs: ["module-lib-removed.txt"], 76 name: "non-updatable-module-lib-lint-baseline.txt", 77 srcs: ["module-lib-lint-baseline.txt"], 105 name: "frameworks-base-core-api-module-lib-stubs", 106 api_surface: "module-lib", 107 api_file: "module-lib-current.txt",
|
/aosp14/frameworks/base/api/ |
H A D | Android.bp | 78 "art.module.public.api", 79 "conscrypt.module.public.api", 102 "i18n.module.public.api", 150 name: "frameworks-base-api-module-lib-current-compat", 152 ":android.api.module-lib.latest", 153 ":android-incompatibilities.api.module-lib.latest", 155 ":frameworks-base-api-module-lib-current.txt", 169 "$(location :frameworks-base-api-module-lib-current.txt)", 216 name: "sdk-annotations-module-lib.zip", 220 ":all-modules-module-lib-annotations", [all …]
|
H A D | StubLibraries.bp | 34 "module-classpath-stubs-defaults", 86 "module-classpath-stubs-defaults", 125 "module-classpath-stubs-defaults", 170 "module-classpath-stubs-defaults", 192 dir: "apistubs/android/module-lib/api", 271 dir: "apistubs/android/module-lib", 357 "art.module.public.api.stubs.module_lib", 358 "i18n.module.public.api.stubs", 361 dir: "apistubs/android/module-lib", 534 // This module can be built with: [all …]
|
H A D | api.go | 353 module := &CombinedApis{} 354 module.AddProperties(&module.properties) 355 android.InitAndroidModule(module) 356 …android.AddLoadHook(module, func(ctx android.LoadHookContext) { module.createInternalModules(ctx) … 357 android.InitBazelModule(module) 358 return module 416 for _, module := range modules { 417 a = append(a, prefix+module+suffix)
|
H A D | ApiDocs.bp | 73 // Defaults module for doc-stubs targets that use module source code as input. 78 ":art.module.public.api{.public.stubs.source}", 79 ":conscrypt.module.public.api{.public.stubs.source}", 80 ":i18n.module.public.api{.public.stubs.source}", 109 "module-classpath-stubs-defaults", 118 "module-classpath-stubs-defaults", 125 name: "android-non-updatable-doc-stubs-module-lib", 128 "module-classpath-stubs-defaults", 133 …generate_stubs: false, // We're only using this module for the annotations.zip output, disable doc… 141 "module-classpath-stubs-defaults", [all …]
|
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/ |
H A D | BroadcastRadioService.cpp | 161 factory->connectModule(clazz, [&](Result res, const sp<V1_0::IBroadcastRadio>& module) { in nativeLoadModules() argument 163 module10 = module; in nativeLoadModules() 164 module11 = V1_1::IBroadcastRadio::castFrom(module).withDefault(nullptr); in nativeLoadModules() 221 auto module = ctx.mModules[moduleId]; in nativeOpenTuner() local 229 if (module.bands.size() == 0) { in nativeOpenTuner() 233 bandConfigHal = module.bands[0]; in nativeOpenTuner() 237 auto fmIt = std::find_if(module.bands.begin(), module.bands.end(), in nativeOpenTuner() 239 if (fmIt != module.bands.end()) bandConfigHal = *fmIt; in nativeOpenTuner() 248 callback, module.halRev, region, withAudio, bandConfigHal.type)); in nativeOpenTuner() 258 auto hidlResult = module.radioModule->openTuner(bandConfigHal, withAudio, tunerCb, in nativeOpenTuner() [all …]
|
/aosp14/system/core/toolbox/ |
H A D | modprobe.cpp | 256 for (const auto& module : modules) { in modprobe_main() local 259 if (!m.LoadWithAliases(module, true, module_parameters)) { in modprobe_main() 260 PLOG(ERROR) << "Failed to load module " << module; in modprobe_main() 265 if (!m.Remove(module)) { in modprobe_main() 266 PLOG(ERROR) << "Failed to remove module " << module; in modprobe_main() 271 std::vector<std::string> list = m.ListModules(module); in modprobe_main() 279 if (!m.GetAllDependencies(module, &pre_deps, &deps, &post_deps)) { in modprobe_main() 283 LOG(INFO) << "Dependencies for " << module << ":"; in modprobe_main()
|
/aosp14/frameworks/base/packages/SystemUI/common/ |
H A D | README.md | 3 `SystemUICommon` is a module within SystemUI that hosts standalone helper libraries. It is intended… 5 …module, please refrain from adding components at the top level. Instead, add them to specific sub-…
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | IpcDataCacheTest.java | 266 TestCache(String module, String api) { in TestCache() argument 267 this(module, api, new TestQuery()); in TestCache() 270 TestCache(String module, String api, TestQuery query) { in TestCache() argument 271 super(4, module, api, "testCache7", query); in TestCache() 378 assertEquals(MODULE, a.module()); in testConfig() 384 assertEquals(MODULE, b.module()); in testConfig() 390 assertEquals(MODULE, c.module()); in testConfig() 396 assertEquals(MODULE, d.module()); in testConfig()
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | corestartable.md | 21 3) Define a corresponding Dagger module in the same package. The name of the module should follow 25 4) Put the following definition inside your new module: 34 5) Include the new module in any clients that may need it. For AOSP, this is the
|
H A D | dagger.md | 61 in a module. The type of the return value tells dagger which dependency it's 97 You can then include your module in one of three places: 99 1) Within another module that depends on it. Ideally, this creates a clean 102 any variants), include the module in 104 3) For features that should exist only in AOSP, include the module in 107 specific to your version, include it in a module specific to your version.
|
/aosp14/frameworks/base/core/java/android/timezone/ |
H A D | OWNERS | 3 # unbundled components like a telephony mainline module and the ART module. Not exposed, potentially
|
/aosp14/frameworks/base/tools/lint/ |
H A D | README.md | 33 `services.XXX` module) and results will be automatically reported on CLs on gerrit. 45 ## How to run lint against your module 47 1. Add the following `lint` attribute to the module definition, e.g. `services.autofill`: 67 - Lint report will not be produced if you just build the module, i.e. `m services.autofill` will not 69 - If you want to build lint reports for more than 1 module and they include a common module in their 71 module instead of adding it in every module.
|
/aosp14/frameworks/base/wifi/ |
H A D | MOVED.txt | 1 Source code and tests for Wifi module APIs have moved to 8 are not part of the Wifi module.
|
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
H A D | tsconfig.json | 21 …// "jsxImportSource": "", /* Specify module specifier used to import th… 25 … "auto", /* Control what method is used to detect module-format JS files. */ 28 … "module": "commonjs", /* Specify what module code is generated. */ 30 …, /* Specify how TypeScript looks up a file from a given module specifier. */ 31 … /* Specify the base directory to resolve non-relative module names. */ 37 …[], /* List of file name suffixes to search when resolving a module. */ 73 …// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module does…
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | libhwui.map.txt | 1 LIBHWUI { # platform-only /* HWUI isn't current a module, so all of these are still platform-only */ 3 /* listing of all C APIs to be exposed by libhwui to consumers outside of the module */
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/gradle/ |
H A D | libs.versions.toml | 24 dexmaker-mockito = { module = "com.linkedin.dexmaker:dexmaker-mockito", version.ref = "dexmaker-moc… 25 truth = { module = "com.google.truth:truth", version.ref = "truth" }
|