Searched defs:aidlInterface (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/tools/aidl/build/ |
H A D | aidl_interface_backends.go | 29 func addLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string) string… 38 func addCppLibrary(mctx android.LoadHookContext, i *aidlInterface, version string, lang string) str… 214 func addJavaLibrary(mctx android.LoadHookContext, i *aidlInterface, version string) string { 269 func addRustLibrary(mctx android.LoadHookContext, i *aidlInterface, version string) string {
|
H A D | aidl_interface.go | 416 type aidlInterface struct { struct 417 android.ModuleBase 419 properties aidlInterfaceProperties 421 computedTypes []string 424 internalModuleNames []string 631 func aidlInterfaceHook(mctx android.LoadHookContext, i *aidlInterface) {
|
H A D | aidl_api.go | 447 func addApiModule(mctx android.LoadHookContext, i *aidlInterface) string {
|