Searched refs:matchesWithDevice (Results 1 – 3 of 3) sorted by relevance
148 func (p *vendorSnapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { func168 if !p.matchesWithDevice(ctx.DeviceConfig()) {201 if p.matchesWithDevice(ctx.DeviceConfig()) && (p.shared() || p.static()) {311 func (p *vendorSnapshotBinaryDecorator) matchesWithDevice(config android.DeviceConfig) bool { func323 if !p.matchesWithDevice(ctx.DeviceConfig()) {420 func (p *vendorSnapshotObjectLinker) matchesWithDevice(config android.DeviceConfig) bool { func432 if !p.matchesWithDevice(ctx.DeviceConfig()) {856 matchesWithDevice(config android.DeviceConfig) bool methodSpec883 if !module.linker.(snapshotInterface).matchesWithDevice(ctx.DeviceConfig()) {
131 if !p.matchesWithDevice(ctx.DeviceConfig()) {171 func (p *vndkPrebuiltLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { func
367 …if p, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok && !p.matchesWithDevice(mctx.DeviceConfig…