Lines Matching refs:DeviceConfig
148 func (p *vendorSnapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool {
168 if !p.matchesWithDevice(ctx.DeviceConfig()) {
201 if p.matchesWithDevice(ctx.DeviceConfig()) && (p.shared() || p.static()) {
211 if p.version() != ctx.DeviceConfig().VndkVersion() {
311 func (p *vendorSnapshotBinaryDecorator) matchesWithDevice(config android.DeviceConfig) bool {
323 if !p.matchesWithDevice(ctx.DeviceConfig()) {
420 func (p *vendorSnapshotObjectLinker) matchesWithDevice(config android.DeviceConfig) bool {
432 if !p.matchesWithDevice(ctx.DeviceConfig()) {
600 if ctx.DeviceConfig().VndkVersion() != "current" {
640 snapshotArchDir := filepath.Join(snapshotDir, ctx.DeviceConfig().DeviceArch())
856 matchesWithDevice(config android.DeviceConfig) bool argument
867 vndkVersion := ctx.DeviceConfig().VndkVersion()
883 if !module.linker.(snapshotInterface).matchesWithDevice(ctx.DeviceConfig()) {
922 vndkVersion := ctx.DeviceConfig().VndkVersion()
948 if module.isSnapshotPrebuilt() || module.VndkVersion() != ctx.DeviceConfig().VndkVersion() {