Searched defs:aidlInterface (Results 1 – 4 of 4) sorted by relevance
/system/tools/aidl/build/ |
D | aidl_interface.go | 444 type aidlInterface struct { struct 445 android.ModuleBase 446 android.DefaultableModuleBase 448 properties aidlInterfaceProperties 450 computedTypes []string 453 internalModuleNames []string 459 preprocessed map[string]android.WritablePath 462 func (i *aidlInterface) shouldGenerateJavaBackend() bool { 467 func (i *aidlInterface) shouldGenerateCppBackend() bool { 472 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… 215 func addCppAnalyzerLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, n… 302 func addJavaLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, notFroze… 370 func addRustLibrary(mctx android.DefaultableHookContext, i *aidlInterface, version string, notFroze… 488 func (i *aidlInterface) getImportWithVersion(version string, anImport string, other *aidlInterface)…
|
D | aidl_gen_rule.go | 120 func (g *aidlGenRule) aidlInterface(ctx android.BaseModuleContext) *aidlInterface { func
|
D | aidl_api.go | 709 func addApiModule(mctx android.DefaultableHookContext, i *aidlInterface) string {
|