Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface.go444 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 …]
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…
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)…
Daidl_gen_rule.go120 func (g *aidlGenRule) aidlInterface(ctx android.BaseModuleContext) *aidlInterface { func
Daidl_api.go709 func addApiModule(mctx android.DefaultableHookContext, i *aidlInterface) string {