Lines Matching defs:hidlPackageRoot
37 type hidlPackageRoot struct { struct
38 android.ModuleBase
40 properties struct {
54 currentPath android.OptionalPath
55 genOutputs android.Paths
60 func (r *hidlPackageRoot) getFullPackageRoot() string {
64 func (r *hidlPackageRoot) getCurrentPath() android.OptionalPath {
68 func (r *hidlPackageRoot) requireFrozen() bool {
72 func (r *hidlPackageRoot) generateCurrentFile(ctx android.ModuleContext) {
90 func (r *hidlPackageRoot) Srcs() android.Paths {
94 func (r *hidlPackageRoot) GenerateAndroidBuildActions(ctx android.ModuleContext) {
116 func (r *hidlPackageRoot) DepsMutator(ctx android.BottomUpMutatorContext) {