Lines Matching refs:DeviceConfig
263 // Even if DeviceConfig().VndkUseCoreVariant() is set, this module must use vendor variant.
1419 vndkVersion = ctx.DeviceConfig().ProductVndkVersion()
1422 vndkVersion = ctx.DeviceConfig().VndkVersion()
1426 vndkVersion = ctx.DeviceConfig().PlatformVndkVersion()
1584 if i, ok := c.linker.(snapshotLibraryInterface); ok && ctx.DeviceConfig().VndkVersion() == "current" {
1789 if c.VndkVersion() != actx.DeviceConfig().VndkVersion() {
1849 if c.VndkVersion() != actx.DeviceConfig().VndkVersion() {
2585 if ctx.DeviceConfig().VndkUseCoreVariant() && ccDep.IsVndk() && !ccDep.MustUseVendorVariant() && !c.InRamdisk() && !c.InRecovery() {
2796 } else if actx.DeviceConfig().VndkUseCoreVariant() && !c.MustUseVendorVariant() {
3087 platformVndkVersion := mctx.DeviceConfig().PlatformVndkVersion()
3088 boardVndkVersion := mctx.DeviceConfig().VndkVersion()
3089 productVndkVersion := mctx.DeviceConfig().ProductVndkVersion()
3252 vndkVersion := ctx.DeviceConfig().VndkVersion()