Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface.go941 type aidlInterface struct { struct
942 android.ModuleBase
944 properties aidlInterfaceProperties
946 computedTypes []string
949 internalModuleNames []string
952 func (i *aidlInterface) shouldGenerateJavaBackend() bool {
957 func (i *aidlInterface) shouldGenerateCppBackend() bool {
962 func (i *aidlInterface) shouldGenerateNdkBackend() bool {
967 func (i *aidlInterface) gatherInterface(mctx android.LoadHookContext) {
981 func (i *aidlInterface) checkImports(mctx android.BaseModuleContext) {
[all …]