Home
last modified time | relevance | path

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

/build/soong/cc/
Dvendor_snapshot.go148 func (p *vendorSnapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { func
168 if !p.matchesWithDevice(ctx.DeviceConfig()) {
201 if p.matchesWithDevice(ctx.DeviceConfig()) && (p.shared() || p.static()) {
311 func (p *vendorSnapshotBinaryDecorator) matchesWithDevice(config android.DeviceConfig) bool { func
323 if !p.matchesWithDevice(ctx.DeviceConfig()) {
420 func (p *vendorSnapshotObjectLinker) matchesWithDevice(config android.DeviceConfig) bool { func
432 if !p.matchesWithDevice(ctx.DeviceConfig()) {
856 matchesWithDevice(config android.DeviceConfig) bool methodSpec
883 if !module.linker.(snapshotInterface).matchesWithDevice(ctx.DeviceConfig()) {
Dvndk_prebuilt.go131 if !p.matchesWithDevice(ctx.DeviceConfig()) {
171 func (p *vndkPrebuiltLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { func
Dvndk.go367 …if p, ok := m.linker.(*vndkPrebuiltLibraryDecorator); ok && !p.matchesWithDevice(mctx.DeviceConfig…