Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/build/
H A Daidl_interface.go416 type aidlInterface struct { struct
432 func (i *aidlInterface) shouldGenerateCppBackend() bool {
469 if i, ok := mctx.Module().(*aidlInterface); ok {
578 func (i *aidlInterface) nextVersion() string {
597 func (i *aidlInterface) latestVersion() string {
604 func (i *aidlInterface) hasVersion() bool {
750 if a, ok := mctx.Module().(*aidlInterface); !ok {
768 func (i *aidlInterface) Name() string {
795 return &[]*aidlInterface{}
796 }).(*[]*aidlInterface)
[all …]
H A Daidl_interface_backends.go29 func addLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string) string… argument
38 func addCppLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string) str… argument
214 func addJavaLibrary(mctx android.LoadHookContext, i *aidlInterface, version string) string { argument
269 func addRustLibrary(mctx android.LoadHookContext, i *aidlInterface, version string) string { argument
326 func (i *aidlInterface) versionedName(version string) string {
334 func (i *aidlInterface) srcsForVersion(mctx android.LoadHookContext, version string) (srcs []string…
351 func (i *aidlInterface) versionForAidlGenRule(version string) string {
358 func (i *aidlInterface) flagsForAidlGenRule(version string) (flags []string) {
367 func (i *aidlInterface) isModuleForVndk(version string) bool {
390 func (i *aidlInterface) getImportWithVersion(version string, anImport string, config android.Config…
H A Daidl_api.go105 if importedAidl, ok := dep.(*aidlInterface); ok {
236 iface := dep.(*aidlInterface)
247 iface := dep.(*aidlInterface)
447 func addApiModule(mctx android.LoadHookContext, i *aidlInterface) string { argument
H A Daidl_interface_metadata_singleton.go94 case *aidlInterface: