Lines Matching refs:hidlGenRule
139 if t, ok := m.(*hidlGenRule); ok {
180 if t, ok := m.(*hidlGenRule); ok {
219 type hidlGenRule struct { struct
229 var _ android.SourceFileProducer = (*hidlGenRule)(nil)
230 var _ genrule.SourceFileGenerator = (*hidlGenRule)(nil)
232 func (g *hidlGenRule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
343 func (g *hidlGenRule) GeneratedSourceFiles() android.Paths { argument
347 func (g *hidlGenRule) Srcs() android.Paths { argument
351 func (g *hidlGenRule) GeneratedDeps() android.Paths { argument
355 func (g *hidlGenRule) GeneratedHeaderDirs() android.Paths { argument
359 func (g *hidlGenRule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
368 g := &hidlGenRule{}
400 if specs, ok := dep.(*hidlGenRule); ok {