Searched refs:Module (Results  1 – 25 of 49) sorted by relevance
12
| /system/sepolicy/build/soong/ | 
| D | selinux_contexts.go | 240 …Module) SetImageVariation(ctx android.BaseModuleContext, variation string, module android.Module) {330 func fileFactory() android.Module {
 417 	ctx.VisitDirectDepsWithTag(syspropLibraryDepTag, func(c android.Module) {
 479 func hwServiceFactory() android.Module {
 485 func propertyFactory() android.Module {
 492 func serviceFactory() android.Module {
 498 func keystoreKeyFactory() android.Module {
 504 func seappFactory() android.Module {
 510 func vndServiceFactory() android.Module {
 560 func fileContextsTestFactory() android.Module {
 [all …]
 
 | 
| D | validate_bindings.go | 34 	if _, ok := ctx.Module().(*fuzzerBindingsTestModule); ok {58 func fuzzerBindingsTestFactory() android.Module {
 
 | 
| D | cil_compat_map.go | 51 func cilCompatMapFactory() android.Module {86 	ctx.VisitDirectDeps(func(dep android.Module) {
 
 | 
| D | sepolicy_neverallow.go | 54 func neverallowTestFactory() android.Module {111 	ctx.VisitDirectDeps(func(child android.Module) {
 
 | 
| D | bug_map.go | 28 func bugMapFactory() android.Module {
 | 
| D | sepolicy_vers.go | 30 func sepolicyVersFactory() android.Module {
 | 
| D | compat_cil.go | 36 func compatCilFactory() android.Module {213 	ctx.VisitDirectDepsWithTag(compatTestDepTag, func(child android.Module) {
 
 | 
| D | mac_permissions.go | 139 func macPermissionsFactory() android.Module {
 | 
| /system/tools/aidl/build/ | 
| D | aidl_interface.go | 78 	if g, ok := mctx.Module().(*aidlImplementationGenerator); ok {86 func wrapLibraryFactory(factory func() android.Module) func() android.Module {  argument
 87 	return func() android.Module {
 95 func isAidlGeneratedModule(module android.Module) bool {  argument
 157 	ctx.WalkDeps(func(child android.Module, parent android.Module) bool {
 167 	switch mctx.Module().(type) {
 169 	case *cc.Module:
 170 	case *rust.Module:
 175 	if gen, ok := mctx.Module().(*aidlGenRule); ok {
 193 	mctx.VisitDirectDeps(func(dep android.Module) {
 [all …]
 
 | 
| D | aidl_api.go | 209 	ctx.VisitDirectDeps(func(dep android.Module) {228 		ctx.VisitDirectDeps(func(dep android.Module) {
 239 			ctx.WalkDeps(func(child android.Module, parent android.Module) bool {
 688 	ctx.AddReverseDependency(ctx.Module(), nil, aidlMetadataSingletonName)
 691 func aidlApiFactory() android.Module {
 738 	ctx.VisitAllModules(func(module android.Module) {
 
 | 
| D | aidl_interface_defaults.go | 22 func AidlInterfaceDefaultsFactory() android.Module {
 | 
| D | aidl_rust_source_provider.go | 104 	ctx.AddDependency(ctx.Module(), aidlRustSourceTag, sp.properties.SourceGen)117 func aidlRustLibraryFactory() android.Module {
 
 | 
| D | aidl_interface_metadata_singleton.go | 62 func aidlInterfacesMetadataSingletonFactory() android.Module {92 	ctx.VisitDirectDeps(func(m android.Module) {
 
 | 
| D | aidl_interface_headers.go | 59 func AidlInterfaceHeadersFactory() android.Module {
 | 
| D | aidl_gen_rule.go | 305 	ctx.AddReverseDependency(ctx.Module(), nil, aidlMetadataSingletonName)308 func aidlGenFactory() android.Module {
 
 | 
| /system/tools/hidl/build/ | 
| D | hidl_interface.go | 106 func hidlInterfacesMetadataSingletonFactory() android.Module {128 	ctx.VisitDirectDeps(func(m android.Module) {
 172 	ctx.VisitAllModules(func(m android.Module) {
 254 	ctx.VisitDirectDeps(func(dep android.Module) {
 346 	ctx.AddDependency(ctx.Module(), nil, g.properties.FqName+hidlInterfaceSuffix)
 347 	ctx.AddDependency(ctx.Module(), nil, wrap("", g.properties.Interfaces, hidlInterfaceSuffix)...)
 348 	ctx.AddDependency(ctx.Module(), nil, g.properties.Root)
 350 	ctx.AddReverseDependency(ctx.Module(), nil, hidlMetadataSingletonName)
 353 func hidlGenFactory() android.Module {
 377 	ctx.AddReverseDependency(ctx.Module(), nil, hidlMetadataSingletonName)
 [all …]
 
 | 
| D | hidl_interface_conversion_test.go | 30 			ctx.RegisterModuleType("cc_defaults", func() android.Module { return cc.DefaultsFactory() })
 | 
| D | hidl_package_root.go | 124 func HidlPackageRootFactory() android.Module {
 | 
| /system/ca-certificates/soong/ | 
| D | ca_certificates.go | 62 func caCertificatesFactory() android.Module {73 func caCertificatesHostFactory() android.Module {
 
 | 
| /system/timezone/output_data/android/ | 
| D | Android.bp | 19 // Module definition producing a tzlookup.xml prebuilt file in35 // Module definition producing a telephonylookup.xml prebuilt file in
 
 | 
| /system/chre/doc/ | 
| D | porting_guide.md | 155 common CHRE framework code: via the `Platform<Module>` C++ classes, or the C PAL166 Each feature area includes one or more `Platform<Module>` classes which the
 183 This level of compatibility is not provided for the C++ `Platform<Module>`
 201 `Platform<Module>` and `Platform<Module>Base` classes. Platform-specific code
 205 `Platform<Module>` header file found in `platform/include`, and implementation
 224 1. **Implement the Module API for CHRE**
 235       invoking the _open()_ function in the Module API provided above. The
 239       CHRE using the Module API provided above.
 254 function provided by the Module API. It then starts performing control or data
 255 requests as needed, by invoking the request functions in the Module API. The PAL
 
 | 
| /system/tools/xsdc/build/ | 
| D | xsdc.go | 188 	ctx.VisitDirectDeps(func(to android.Module) {294 	if module, ok := mctx.Module().(*xsdConfig); ok {
 330 func xsdConfigFactory() android.Module {
 
 | 
| /system/extras/simpleperf/testdata/ | 
| D | perf_display_bitmaps.RenderThread.perf-script | 1396 …     7493d9dea4 llvm::TargetData::TargetData(llvm::Module const*) (/vendor/lib64/libllvm-glnext.so)1842 	      7493d4a550 llvm::FPPassManager::runOnModule(llvm::Module&) (/vendor/lib64/libllvm-glnext.so)
 1843 	      7493d4a6c8 llvm::MPPassManager::runOnModule(llvm::Module&) (/vendor/lib64/libllvm-glnext.so)
 1844 	      7493d4ba6c llvm::PassManagerImpl::run(llvm::Module&) (/vendor/lib64/libllvm-glnext.so)
 1879 …haderData(E_QGLC_SHADERTYPE, E_QGLC_SHADERVERSION, llvm::OwningPtr<llvm::Module>*, std::__1::vecto…
 2325 …     7493d9dea4 llvm::TargetData::TargetData(llvm::Module const*) (/vendor/lib64/libllvm-glnext.so)
 2362 	      7493d4a550 llvm::FPPassManager::runOnModule(llvm::Module&) (/vendor/lib64/libllvm-glnext.so)
 2363 	      7493d4a6c8 llvm::MPPassManager::runOnModule(llvm::Module&) (/vendor/lib64/libllvm-glnext.so)
 2364 	      7493d4ba6c llvm::PassManagerImpl::run(llvm::Module&) (/vendor/lib64/libllvm-glnext.so)
 2402 	      7493d4a550 llvm::FPPassManager::runOnModule(llvm::Module&) (/vendor/lib64/libllvm-glnext.so)
 [all …]
 
 | 
| /system/update_engine/scripts/ | 
| D | Android.bp | 16 // Module-specific defaults.
 | 
| /system/timezone/output_data/version/ | 
| D | Android.bp | 42 // Module definition producing a tz_version prebuilt file in
 | 
        12