Searched refs:bindgenDecorator (Results 1 – 3 of 3) sorted by relevance
65 var _ SourceProvider = (*bindgenDecorator)(nil)85 type bindgenDecorator struct { struct92 func (b *bindgenDecorator) getStdVersion(ctx ModuleContext, src android.Path) (string, bool) { argument131 func (b *bindgenDecorator) GenerateSource(ctx ModuleContext, deps PathDeps) android.Path { argument229 func (b *bindgenDecorator) SourceProviderProps() []interface{} { argument249 func NewRustBindgen(hod android.HostOrDeviceSupported) (*Module, *bindgenDecorator) {250 bindgen := &bindgenDecorator{261 func (b *bindgenDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps { argument
171 func (bindgen *bindgenDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
1225 if bindgen, ok := mod.sourceProvider.(*bindgenDecorator); ok &&