Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface.go334 if importedAidl, ok := dep.(*aidlInterface); ok {
580 if importedAidl, ok := dep.(*aidlInterface); ok {
941 type aidlInterface struct { struct
952 func (i *aidlInterface) shouldGenerateJavaBackend() bool { argument
957 func (i *aidlInterface) shouldGenerateCppBackend() bool { argument
962 func (i *aidlInterface) shouldGenerateNdkBackend() bool { argument
967 func (i *aidlInterface) gatherInterface(mctx android.LoadHookContext) { argument
981 func (i *aidlInterface) checkImports(mctx android.BaseModuleContext) { argument
1006 func (i *aidlInterface) checkGenTrace(mctx android.LoadHookContext) { argument
1015 func (i *aidlInterface) checkStability(mctx android.LoadHookContext) { argument
[all …]