Lines Matching defs:aidlInterface

440 type aidlInterface struct {  struct
441 android.ModuleBase
442 android.DefaultableModuleBase
444 properties aidlInterfaceProperties
446 computedTypes []string
449 internalModuleNames []string
455 preprocessed map[string]android.WritablePath
458 func (i *aidlInterface) shouldGenerateJavaBackend() bool {
463 func (i *aidlInterface) shouldGenerateCppBackend() bool {
468 func (i *aidlInterface) shouldGenerateNdkBackend() bool {
478 func (i *aidlInterface) shouldGenerateAppNdkBackend() bool {
484 func (i *aidlInterface) shouldGenerateRustBackend() bool {
489 func (i *aidlInterface) useUnfrozen(ctx android.EarlyModuleContext) bool {
514 func (i *aidlInterface) minSdkVersion(lang string) *string {
534 func (i *aidlInterface) genTrace(lang string) bool {
781 func (i *aidlInterface) checkGenTrace(mctx android.DefaultableHookContext) {
790 func (i *aidlInterface) checkStability(mctx android.DefaultableHookContext) {
806 func (i *aidlInterface) checkVersions(mctx android.DefaultableHookContext) {
852 func (i *aidlInterface) checkFlags(mctx android.DefaultableHookContext) {
860 func (i *aidlInterface) nextVersion() string {
879 func (i *aidlInterface) latestVersion() string {
887 func (i *aidlInterface) hasVersion() bool {
891 func (i *aidlInterface) getVersions() []string {
895 func (i *aidlInterface) isFrozen() bool {
901 func (i *aidlInterface) isExplicitlyUnFrozen() bool {
928 …nc (i *aidlInterface) checkRequireFrozenAndReason(mctx android.EarlyModuleContext) (bool, string) {
953 func aidlInterfaceHook(mctx android.DefaultableHookContext, i *aidlInterface) {
1066 func (i *aidlInterface) commonBackendProperties(lang string) CommonBackendProperties {
1081 func (i *aidlInterface) Name() string {
1085 func (i *aidlInterface) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1110 func (i *aidlInterface) getImportsForVersion(version string) []string {
1125 func (i *aidlInterface) getImports(version string) map[string]string {
1143 …*aidlInterface) buildPreprocessed(ctx android.ModuleContext, version string) android.WritablePath {
1178 func (i *aidlInterface) DepsMutator(ctx android.BottomUpMutatorContext) {