Home
last modified time | relevance | path

Searched defs:aidlInterface (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/build/
Daidl_interface.go451 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 …]
Daidl_interface_backends.go30 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)…
Daidl_gen_rule.go126 func (g *aidlGenRule) aidlInterface(ctx android.BaseModuleContext) *aidlInterface { func