Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_prebuilt.go554 func (p *snapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { func
579 if !p.matchesWithDevice(ctx.DeviceConfig()) {
632 if p.matchesWithDevice(ctx.DeviceConfig()) && (p.shared() || p.static()) {
774 func (p *snapshotBinaryDecorator) matchesWithDevice(config android.DeviceConfig) bool { func
789 if !p.matchesWithDevice(ctx.DeviceConfig()) {
869 func (p *snapshotObjectLinker) matchesWithDevice(config android.DeviceConfig) bool { func
884 if !p.matchesWithDevice(ctx.DeviceConfig()) {
932 matchesWithDevice(config android.DeviceConfig) bool methodSpec
Dvndk_prebuilt.go136 if !p.matchesWithDevice(ctx.DeviceConfig()) {
187 func (p *vndkPrebuiltLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool { func