Lines Matching defs:hidlPackageRoot
51 type hidlPackageRoot struct { struct
52 android.ModuleBase
54 properties hidlPackageRootProperties
56 currentPath android.OptionalPath
57 genOutputs android.Paths
62 func (r *hidlPackageRoot) getFullPackageRoot() string {
66 func (r *hidlPackageRoot) getCurrentPath() android.OptionalPath {
70 func (r *hidlPackageRoot) requireFrozen() bool {
74 func (r *hidlPackageRoot) generateCurrentFile(ctx android.ModuleContext) {
92 func (r *hidlPackageRoot) Srcs() android.Paths {
96 func (r *hidlPackageRoot) GenerateAndroidBuildActions(ctx android.ModuleContext) {
118 func (r *hidlPackageRoot) DepsMutator(ctx android.BottomUpMutatorContext) {