Lines Matching defs:hidlGenRule
202 type hidlGenRule struct { struct
203 android.ModuleBase
205 properties hidlGenProperties
207 genOutputDir android.Path
208 genInputs android.Paths
209 genOutputs android.WritablePaths
215 func (g *hidlGenRule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
318 func (g *hidlGenRule) GeneratedSourceFiles() android.Paths {
322 func (g *hidlGenRule) Srcs() android.Paths {
326 func (g *hidlGenRule) GeneratedDeps() android.Paths {
330 func (g *hidlGenRule) GeneratedHeaderDirs() android.Paths {
334 func (g *hidlGenRule) DepsMutator(ctx android.BottomUpMutatorContext) {