/aosp12/build/soong/java/ |
H A D | sdk_library.go | 660 c.module = module 1755 …module.properties.Libs = append(module.properties.Libs, module.sdkLibraryProperties.Impl_only_libs… 1760 module.AddProperties(&module.sdkLibraryProperties) 1762 module.initSdkLibraryComponent(module) 1827 module.initCommon(module) 1863 return module 1979 module.initCommon(module) 1991 return module 2005 return module.prebuilt.Name(module.ModuleBase.Name()) 2364 module.AddProperties(&module.properties) [all …]
|
H A D | jdeps_test.go | 26 module := LibraryFactory().(*Library) 27 module.properties.Libs = append(module.properties.Libs, expected...) 30 module.IDEInfo(dpInfo) 39 module := LibraryFactory().(*Library) 40 module.properties.Static_libs = append(module.properties.Static_libs, expected...) 43 module.IDEInfo(dpInfo) 52 module := LibraryFactory().(*Library) 53 module.expandIDEInfoCompiledSrcs = append(module.expandIDEInfoCompiledSrcs, expected...) 56 module.IDEInfo(dpInfo) 69 module.IDEInfo(dpInfo) [all …]
|
H A D | java.go | 656 module.initModuleAndImport(module) 661 return module 930 module.AddProperties(&module.testProperties) 989 module.AddProperties(&module.testProperties) 990 module.AddProperties(&module.testHostProperties) 993 module, 1097 module.AddProperties(&module.binaryProperties) 1114 module.AddProperties(&module.binaryProperties) 1523 module.initModuleAndImport(module) 1542 module.AddProperties(&module.properties) [all …]
|
H A D | platform_compat_config.go | 127 module.AddProperties(&module.properties) 130 return module 162 b.Metadata = module.metadataFile 192 return &module.prebuilt 196 return module.prebuilt.Name(module.ModuleBase.Name()) 200 return module.metadataFile 206 module.metadataFile = module.prebuilt.SingleSourcePath(ctx) 241 if !module.Enabled() { 321 module := &globalCompatConfig{} 322 module.AddProperties(&module.properties) [all …]
|
/aosp12/system/bt/btcore/src/ |
H A D | module.cc | 58 CHECK(module); in get_module() 59 return module; in get_module() 63 CHECK(module != NULL); in module_init() 76 CHECK(module != NULL); in module_start_up() 83 module->init == NULL); in module_start_up() 97 CHECK(module != NULL); in module_shut_down() 107 __func__, module->name); in module_shut_down() 115 CHECK(module != NULL); in module_clean_up() 125 __func__, module->name); in module_clean_up() 147 auto map_ptr = metadata.find(module); in get_module_state() [all …]
|
/aosp12/build/blueprint/ |
H A D | module_ctx.go | 436 module: d.module, 455 module: d.module, 516 module: module, 1026 ret = append(ret, module.module().logicModule) 1215 module.pos = mctx.module.pos 1216 module.propertyPos = mctx.module.propertyPos 1217 module.createdBy = mctx.module 1282 module.pos = l.module.pos 1283 module.propertyPos = l.module.propertyPos 1284 module.createdBy = l.module [all …]
|
H A D | context.go | 1417 module.directDeps[i].module = newDep 1519 c.moduleInfo[module.logicModule] = module 2196 module.reverseDeps = module.reverseDeps[:0] 2217 module.forwardDeps = append(module.forwardDeps, dep.module) 2524 module: module, 2622 module := group.modules[i].module() 2637 module.directDeps[j].module = dep.module.splitModules.firstModule() 2646 module.directDeps = append(module.directDeps, module.newDirectDeps...) 2815 module: module, 3127 if module = moduleOrAlias.module(); module != nil { [all …]
|
/aosp12/system/tools/xsdc/build/ |
H A D | xsdc.go | 125 return module.genOutputs_c.Paths() 129 return append(module.genOutputs, module.genOutputs_j) 133 return module.genOutputs_h.Paths() 145 if !module.xsdConfigPath.Valid() { 150 module.genOutputs = append(module.genOutputs, output) 210 Implicit: module.docsPath, 252 module.generateXsdConfig(ctx) 257 name := module.BaseModuleName() 293 module := &xsdConfig{} 294 module.AddProperties(&module.properties) [all …]
|
/aosp12/build/soong/dexpreopt/ |
H A D | dexpreopt.go | 90 !module.NoCreateAppImage 123 !global.SystemServerJars.ContainsJar(module.Name) && !module.PreoptExtractedApk { 136 if !module.ProfileIsTextListing { 145 if module.ProfileIsTextListing { 163 if !module.ProfileIsTextListing { 177 if !module.ProfileIsTextListing { 196 if !module.ProfileIsTextListing { 208 arch := module.Archs[archIdx] 287 manifestOrApk = module.DexPath 359 if module.UncompressedDex { [all …]
|
/aosp12/art/build/ |
H A D | art.go | 399 return module 407 return module 414 return module 422 return module 430 return module 438 return module 448 return module 457 return module 467 return module 479 return module [all …]
|
/aosp12/build/soong/android/ |
H A D | soong_config_modules.go | 164 module.AddProperties(&module.properties) 166 importModuleTypes(ctx, module.properties.From, module.properties.Module_types...) 169 initAndroidModuleBase(module) 170 return module 273 module.AddProperties(&module.properties) 282 return module 306 module.AddProperties(&module.properties, &module.stringProperties) 308 return module 315 module.AddProperties(&module.properties) 317 return module [all …]
|
H A D | defaults.go | 92 if module.(Module).base().module == nil { 95 module.setProperties(module.(Module).GetProperties(), module.(Module).base().variableProperties) 97 module.AddProperties(module.defaults()) 99 module.base().customizableProperties = module.GetProperties() 178 module.AddProperties( 184 initAndroidModuleBase(module) 185 initProductVariableModule(module) 186 initArchModule(module) 187 InitDefaultableModule(module) 190 base := module.base() [all …]
|
H A D | singleton.go | 26 ModuleName(module blueprint.Module) string 27 ModuleDir(module blueprint.Module) string 28 ModuleSubDir(module blueprint.Module) string 29 ModuleType(module blueprint.Module) string 30 BlueprintFile(module blueprint.Module) string 82 PrimaryModule(module Module) Module 83 FinalModule(module Module) Module 195 return func(module blueprint.Module) { 196 if aModule, ok := module.(Module); ok { 206 return func(module blueprint.Module) bool { [all …]
|
H A D | license.go | 68 if lk, ok := module.(*licenseKindModule); ok { 78 module := &licenseModule{} 80 base := module.base() 81 module.AddProperties(&base.nameProperties, &module.properties) 83 base.generalProperties = module.GetProperties() 84 base.customizableProperties = module.GetProperties() 87 setPrimaryVisibilityProperty(module, "visibility", &module.properties.Visibility) 89 InitSdkAwareModule(module) 90 initAndroidModuleBase(module) 91 InitDefaultableModule(module) [all …]
|
H A D | visibility_test.go | 183 ` visible to this module`, 185 ` visible to this module`, 215 ` visible to this module`, 217 ` visible to this module`, 253 ` visible to this module`, 255 ` visible to this module`, 286 ` visible to this module`, 317 ` visible to this module`, 417 ` visible to this module`, 458 ` visible to this module`, [all …]
|
/aosp12/hardware/interfaces/boot/1.1/default/boot_control/ |
H A D | legacy_boot_control.cpp | 35 void BootControl_init(boot_control_module_t* module) { in BootControl_init() argument 36 auto& impl = reinterpret_cast<boot_control_private_t*>(module)->impl; in BootControl_init() 40 unsigned int BootControl_getNumberSlots(boot_control_module_t* module) { in BootControl_getNumberSlots() argument 41 auto& impl = reinterpret_cast<boot_control_private_t*>(module)->impl; in BootControl_getNumberSlots() 45 unsigned int BootControl_getCurrentSlot(boot_control_module_t* module) { in BootControl_getCurrentSlot() argument 46 auto& impl = reinterpret_cast<boot_control_private_t*>(module)->impl; in BootControl_getCurrentSlot() 50 int BootControl_markBootSuccessful(boot_control_module_t* module) { in BootControl_markBootSuccessful() argument 51 auto& impl = reinterpret_cast<boot_control_private_t*>(module)->impl; in BootControl_markBootSuccessful() 56 auto& impl = reinterpret_cast<boot_control_private_t*>(module)->impl; in BootControl_setActiveBootSlot() 61 auto& impl = reinterpret_cast<boot_control_private_t*>(module)->impl; in BootControl_setSlotAsUnbootable() [all …]
|
/aosp12/build/make/tools/ |
H A D | soong_to_convert.py | 59 def count_deps(depsdb, module, seen): argument 65 seen.append(module) 66 if module in depsdb: 67 for dep in depsdb[module]: 82 module_types[module] = module_type 83 problems[module] = problem 85 for dep in deps[module]: 91 for module in problems: 93 if len(deps[module]) != 0: 97 if len(problems[module]) > 0: [all …]
|
/aosp12/build/soong/etc/ |
H A D | prebuilt_etc.go | 390 return module 398 module := &Defaults{} 408 return module 418 return module 428 return module 438 return module 448 return module 457 return module 470 return module 482 return module [all …]
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
H A D | PolicyConfig.cpp | 54 if (module.getName() == name) return &module; in getModuleFromName() 63 if (auto module = getModuleFromName(moduleName); module) { in getSinkDeviceForMixPort() local 65 if (module->hasDefaultOutputDevice() && in getSinkDeviceForMixPort() 92 auto module = getModuleFromName(name); in haveInputProfilesInModule() local 93 if (module && module->getFirstMixPorts()) { in haveInputProfilesInModule() 123 auto module = getModuleFromName(moduleName); in getAttachedDevices() local 124 if (module && module->getFirstAttachedDevices()) { in getAttachedDevices() 132 auto module = getModuleFromName(moduleName); in getDeviceAddressOfDevicePort() local 133 if (module->getFirstDevicePorts()) { in getDeviceAddressOfDevicePort() 172 if (module && module->getFirstRoutes()) { in getSinkDevicesForMixPort() [all …]
|
/aosp12/build/soong/cc/ |
H A D | library_headers.go | 49 module *Module member 100 module.bazelHandler = &libraryHeaderBazelHander{module: module, library: library} 101 return module.Init() 108 return module.Init() 124 module := &bazelCcLibraryHeaders{} 125 module.AddProperties(&module.bazelCcLibraryHeadersAttributes) 126 android.InitBazelTargetModule(module) 127 return module 131 module, ok := ctx.Module().(*Module) 137 if !module.ConvertWithBp2build(ctx) { [all …]
|
H A D | ndk_prebuilt.go | 78 module.Properties.AlwaysSdk = true 80 module.Properties.HideFromMake = true 81 return module.Init() 124 module.compiler = nil 128 module.installer = nil 130 module.Properties.AlwaysSdk = true 132 return module.Init() 142 module.compiler = nil 146 module.installer = nil 149 module.Properties.AlwaysSdk = true [all …]
|
H A D | prebuilt.go | 240 module.compiler = nil 269 return module.Init() 276 return module.Init() 286 return module.Init() 303 return module.Init() 309 module.bazelHandler = &prebuiltStaticLibraryBazelHandler{module: module, library: library} 327 module *Module member 393 module := newObject() 403 return module 408 return module.Init() [all …]
|
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | mali_gralloc_module.cpp | 61 status = mali_gralloc_device_open(module, name, device); in mali_gralloc_module_device_open() 68 status = alloc_device_open(module, name, device); in mali_gralloc_module_device_open() 74 status = framebuffer_device_open(module, name, device); in mali_gralloc_module_device_open() 80 int gralloc_register_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_register_buffer() argument 87 int gralloc_unregister_buffer(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unregister_buffer() argument 94 int gralloc_lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, in gralloc_lock() argument 102 int gralloc_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, in gralloc_lock_ycbcr() argument 110 int gralloc_unlock(gralloc_module_t const *module, buffer_handle_t handle) in gralloc_unlock() argument 117 int gralloc_lock_async(gralloc_module_t const *module, buffer_handle_t handle, in gralloc_lock_async() argument 126 int gralloc_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, in gralloc_lock_ycbcr_async() argument [all …]
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
H A D | HwcLoader.h | 46 const hw_module_t* module = loadModule(); in load() local 47 if (!module) { in load() 51 auto hal = createHalWithAdapter(module); in load() 61 const hw_module_t* module; in loadModule() local 62 int error = hw_get_module(HWC_HARDWARE_MODULE_ID, &module); in loadModule() 73 return module; in loadModule() 79 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal() 101 if (module->id && std::string(module->id) == GRALLOC_HARDWARE_MODULE_ID) { in openDeviceWithAdapter() 103 return adaptGrallocModule(module); in openDeviceWithAdapter() 107 int error = module->methods->open(module, HWC_HARDWARE_COMPOSER, &device); in openDeviceWithAdapter() [all …]
|
/aosp12/hardware/qcom/display/msm8960/libgralloc/ |
H A D | framebuffer.cpp | 78 dev->common.module); in fb_setSwapInterval() 114 if (module->framebuffer) { in mapFrameBufferLocked() 299 module->flags = flags; in mapFrameBufferLocked() 300 module->info = info; in mapFrameBufferLocked() 301 module->finfo = finfo; in mapFrameBufferLocked() 302 module->xdpi = xdpi; in mapFrameBufferLocked() 303 module->ydpi = ydpi; in mapFrameBufferLocked() 304 module->fps = fps; in mapFrameBufferLocked() 305 module->swapInterval = 1; in mapFrameBufferLocked() 314 module->bufferMask = 0; in mapFrameBufferLocked() [all …]
|