Home
last modified time | relevance | path

Searched defs:taskFunc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/wayland-protocols/
H A Dwayland_protocol_codegen.go209 type taskFunc func(ctx android.ModuleContext, rawCommand string, srcFiles android.Paths) []generate… type
624 func generatorFactory(taskGenerator taskFunc, props ...interface{}) *Module {
/aosp_15_r20/build/soong/genrule/
H A Dgenrule.go218 type taskFunc func(ctx android.ModuleContext, rawCommand string, srcFiles android.Paths) []generate… type
739 func generatorFactory(taskGenerator taskFunc, props ...interface{}) *Module {