Lines Matching refs:DeviceConfig

51 	isProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool  argument
62 isUsingSnapshot(cfg android.DeviceConfig) bool argument
66 targetSnapshotVersion(cfg android.DeviceConfig) string argument
71 excludeFromDirectedSnapshot(cfg android.DeviceConfig, name string) bool argument
76 imageVariantName(cfg android.DeviceConfig) string argument
125 return ctx.DeviceConfig().VndkVersion() == "current"
153 func (vendorSnapshotImage) isProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool {
166 func (vendorSnapshotImage) isUsingSnapshot(cfg android.DeviceConfig) bool {
171 func (vendorSnapshotImage) targetSnapshotVersion(cfg android.DeviceConfig) string {
176 func (vendorSnapshotImage) excludeFromDirectedSnapshot(cfg android.DeviceConfig, name string) bool {
185 func (vendorSnapshotImage) imageVariantName(cfg android.DeviceConfig) string {
206 return ctx.DeviceConfig().RecoverySnapshotVersion() == "current"
218 func (recoverySnapshotImage) isProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool {
231 func (recoverySnapshotImage) isUsingSnapshot(cfg android.DeviceConfig) bool {
236 func (recoverySnapshotImage) targetSnapshotVersion(cfg android.DeviceConfig) string {
240 func (recoverySnapshotImage) excludeFromDirectedSnapshot(cfg android.DeviceConfig, name string) boo…
249 func (recoverySnapshotImage) imageVariantName(cfg android.DeviceConfig) string {
293 cfg := ctx.DeviceConfig()
320 return []string{s.image.imageVariantName(ctx.DeviceConfig())}
345 ctx.DeviceConfig().Arches()[0].ArchType.String())
473 Variation: ProductVariationPrefix + ctx.DeviceConfig().PlatformVndkVersion()})
497 if p.version() != ctx.DeviceConfig().VndkVersion() {
554 func (p *snapshotLibraryDecorator) matchesWithDevice(config android.DeviceConfig) bool {
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 {
789 if !p.matchesWithDevice(ctx.DeviceConfig()) {
869 func (p *snapshotObjectLinker) matchesWithDevice(config android.DeviceConfig) bool {
884 if !p.matchesWithDevice(ctx.DeviceConfig()) {
932 matchesWithDevice(config android.DeviceConfig) bool argument