• Home
  • Raw
  • Download

Lines Matching defs:aidlInterface

451 type aidlInterface struct {  struct
452 android.ModuleBase
453 android.DefaultableModuleBase
455 properties aidlInterfaceProperties
457 computedTypes []string
460 internalModuleNames []string
466 preprocessed map[string]android.WritablePath
469 func (i *aidlInterface) shouldGenerateJavaBackend() bool {
474 func (i *aidlInterface) shouldGenerateCppBackend() bool {
479 func (i *aidlInterface) shouldGenerateNdkBackend() bool {
489 func (i *aidlInterface) shouldGenerateAppNdkBackend() bool {
495 func (i *aidlInterface) shouldGenerateRustBackend() bool {
500 func (i *aidlInterface) useUnfrozen(ctx android.EarlyModuleContext) bool {
525 func (i *aidlInterface) minSdkVersion(lang string) *string {
545 func (i *aidlInterface) genTrace(lang string) bool {
792 func (i *aidlInterface) checkGenTrace(mctx android.DefaultableHookContext) {
801 func (i *aidlInterface) checkStability(mctx android.DefaultableHookContext) {
817 func (i *aidlInterface) checkVersions(mctx android.DefaultableHookContext) {
863 func (i *aidlInterface) checkFlags(mctx android.DefaultableHookContext) {
871 func (i *aidlInterface) nextVersion() string {
890 func (i *aidlInterface) latestVersion() string {
898 func (i *aidlInterface) hasVersion() bool {
902 func (i *aidlInterface) getVersions() []string {
906 func (i *aidlInterface) isFrozen() bool {
912 func (i *aidlInterface) isExplicitlyUnFrozen() bool {
939 …nc (i *aidlInterface) checkRequireFrozenAndReason(mctx android.EarlyModuleContext) (bool, string) {
964 func aidlInterfaceHook(mctx android.DefaultableHookContext, i *aidlInterface) {
1077 func (i *aidlInterface) commonBackendProperties(lang string) CommonBackendProperties {
1092 func (i *aidlInterface) Name() string {
1096 func (i *aidlInterface) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1121 func (i *aidlInterface) getImportsForVersion(version string) []string {
1136 func (i *aidlInterface) getImports(version string) map[string]string {
1154 …*aidlInterface) buildPreprocessed(ctx android.ModuleContext, version string) android.WritablePath {
1189 func (i *aidlInterface) DepsMutator(ctx android.BottomUpMutatorContext) {