Searched defs:aidlInterface (Results 1 – 3 of 3) sorted by relevance
| /system/tools/aidl/build/ |
| D | aidl_interface.go | 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 { [all …]
|
| D | aidl_interface_backends.go | 30 func addLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, lang string,… 44 func addCppLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, lang stri… 204 func addCppAnalyzerLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, n… 287 func addJavaLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, notFroze… 354 func addRustLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, notFroze… 473 func (i *aidlInterface) getImportWithVersion(version string, anImport string, other *aidlInterface)…
|
| D | aidl_gen_rule.go | 126 func (g *aidlGenRule) aidlInterface(ctx android.BaseModuleContext) *aidlInterface { func
|