Lines Matching defs:hidlGenRule
219 type hidlGenRule struct { struct
220 android.ModuleBase
222 properties hidlGenProperties
224 genOutputDir android.Path
225 genInputs android.Paths
226 genOutputs android.WritablePaths
232 func (g *hidlGenRule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
345 func (g *hidlGenRule) GeneratedSourceFiles() android.Paths {
349 func (g *hidlGenRule) Srcs() android.Paths {
353 func (g *hidlGenRule) GeneratedDeps() android.Paths {
357 func (g *hidlGenRule) GeneratedHeaderDirs() android.Paths {
361 func (g *hidlGenRule) DepsMutator(ctx android.BottomUpMutatorContext) {