package b4; /* loaded from: classes2.dex */ class c0 implements o4.b { /* renamed from: c, reason: collision with root package name */ private static final o4.a f3090c = new o4.a() { // from class: b4.a0 @Override // o4.a public final void a(o4.b bVar) { c0.d(bVar); } }; /* renamed from: d, reason: collision with root package name */ private static final o4.b f3091d = new o4.b() { // from class: b4.b0 @Override // o4.b public final Object get() { Object e10; e10 = c0.e(); return e10; } }; /* renamed from: a, reason: collision with root package name */ private o4.a f3092a; /* renamed from: b, reason: collision with root package name */ private volatile o4.b f3093b; private c0(o4.a aVar, o4.b bVar) { this.f3092a = aVar; this.f3093b = bVar; } static c0 c() { return new c0(f3090c, f3091d); } /* JADX INFO: Access modifiers changed from: private */ public static /* synthetic */ void d(o4.b bVar) { } /* JADX INFO: Access modifiers changed from: private */ public static /* synthetic */ Object e() { return null; } void f(o4.b bVar) { o4.a aVar; if (this.f3093b != f3091d) { throw new IllegalStateException("provide() can be called only once."); } synchronized (this) { aVar = this.f3092a; this.f3092a = null; this.f3093b = bVar; } aVar.a(bVar); } @Override // o4.b public Object get() { return this.f3093b.get(); } }