package b4; /* loaded from: classes2.dex */ public class x implements o4.b { /* renamed from: c, reason: collision with root package name */ private static final Object f3142c = new Object(); /* renamed from: a, reason: collision with root package name */ private volatile Object f3143a = f3142c; /* renamed from: b, reason: collision with root package name */ private volatile o4.b f3144b; public x(o4.b bVar) { this.f3144b = bVar; } @Override // o4.b public Object get() { Object obj = this.f3143a; Object obj2 = f3142c; if (obj == obj2) { synchronized (this) { obj = this.f3143a; if (obj == obj2) { obj = this.f3144b.get(); this.f3143a = obj; this.f3144b = null; } } } return obj; } }