Lines Matching refs:stubDecorator
84 type stubDecorator struct { struct
98 var _ versionedInterface = (*stubDecorator)(nil)
100 func shouldUseVersionScript(ctx BaseModuleContext, stub *stubDecorator) bool { argument
104 func (stub *stubDecorator) implementationModuleName(name string) string {
122 func (this *stubDecorator) stubsVersions(ctx android.BaseMutatorContext) []string {
135 func (this *stubDecorator) initializeProperties(ctx BaseModuleContext) bool {
162 func (c *stubDecorator) compilerInit(ctx BaseModuleContext) {
202 func (stub *stubDecorator) compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags {
251 func (c *stubDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects {
276 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
280 func (linker *stubDecorator) Name(name string) string {
284 func (stub *stubDecorator) linkerFlags(ctx ModuleContext, flags Flags) Flags {
289 func (stub *stubDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps,
307 func (stub *stubDecorator) nativeCoverage() bool {
311 func (stub *stubDecorator) install(ctx ModuleContext, path android.Path) {
332 stub := &stubDecorator{