Lines Matching defs:aidlInterface
941 type aidlInterface struct { struct
942 android.ModuleBase
944 properties aidlInterfaceProperties
946 computedTypes []string
949 internalModuleNames []string
952 func (i *aidlInterface) shouldGenerateJavaBackend() bool {
957 func (i *aidlInterface) shouldGenerateCppBackend() bool {
962 func (i *aidlInterface) shouldGenerateNdkBackend() bool {
967 func (i *aidlInterface) gatherInterface(mctx android.LoadHookContext) {
981 func (i *aidlInterface) checkImports(mctx android.BaseModuleContext) {
1006 func (i *aidlInterface) checkGenTrace(mctx android.LoadHookContext) {
1015 func (i *aidlInterface) checkStability(mctx android.LoadHookContext) {
1031 func (i *aidlInterface) checkVersions(mctx android.LoadHookContext) {
1041 func (i *aidlInterface) currentVersion(ctx android.LoadHookContext) string {
1055 func (i *aidlInterface) latestVersion() string {
1061 func (i *aidlInterface) isLatestVersion(version string) bool {
1067 func (i *aidlInterface) hasVersion() bool {
1077 func (i *aidlInterface) versionedName(ctx android.LoadHookContext, version string) string {
1095 func (i *aidlInterface) cppOutputName(version string) string {
1112 …ce) srcsForVersion(mctx android.LoadHookContext, version string) (srcs []string, aidlRoot string) {
1129 func aidlInterfaceHook(mctx android.LoadHookContext, i *aidlInterface) {
1240 func addCppLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string) str…
1383 func addJavaLibrary(mctx android.LoadHookContext, i *aidlInterface, version string) string {
1432 func addApiModule(mctx android.LoadHookContext, i *aidlInterface) string {
1448 func (i *aidlInterface) Name() string {
1451 func (i *aidlInterface) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1460 func (i *aidlInterface) DepsMutator(ctx android.BottomUpMutatorContext) {