Lines Matching defs:hidlGenRule
203 type hidlGenRule struct { struct
204 android.ModuleBase
206 properties hidlGenProperties
208 genOutputDir android.Path
209 genInputs android.Paths
210 genOutputs android.WritablePaths
223 func (g *hidlGenRule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
331 func (g *hidlGenRule) GeneratedSourceFiles() android.Paths {
335 func (g *hidlGenRule) Srcs() android.Paths {
339 func (g *hidlGenRule) GeneratedDeps() android.Paths {
343 func (g *hidlGenRule) GeneratedHeaderDirs() android.Paths {
347 func (g *hidlGenRule) DepsMutator(ctx android.BottomUpMutatorContext) {