package o; import java.util.Objects; /* renamed from: o.fVl, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ public final class C13268fVl extends AbstractC13175fSw implements InterfaceC13204fTr { private InterfaceC13169fSq a; private InterfaceC13189fTc b; private fSK c; public C13268fVl(InterfaceC13169fSq interfaceC13169fSq, InterfaceC13189fTc interfaceC13189fTc, fSK fsk) { this.a = interfaceC13169fSq; this.b = interfaceC13189fTc; this.c = fsk; } @Override // o.AbstractC13175fSw public final void e(InterfaceC13176fSx interfaceC13176fSx) { try { this.a.subscribe(new RVV(interfaceC13176fSx, Objects.requireNonNull(this.b.d(), "The initialSupplier returned a null value"), this.c)); } catch (Throwable th) { C13147fSI.c(th); EnumC13195fTi.c(th, interfaceC13176fSx); } } @Override // o.InterfaceC13204fTr public final AbstractC13163fSk b() { return new C13267fVk(this.a, this.b, this.c); } /* renamed from: o.fVl$RVV */ /* loaded from: classes6.dex */ static final class RVV implements InterfaceC13174fSv, fSJ { private fSJ a; private boolean b; private fSK c; private InterfaceC13176fSx d; private U e; RVV(InterfaceC13176fSx interfaceC13176fSx, U u, fSK fsk) { this.d = interfaceC13176fSx; this.c = fsk; this.e = u; } @Override // o.InterfaceC13174fSv public final void onSubscribe(fSJ fsj) { if (EnumC13192fTf.d(this.a, fsj)) { this.a = fsj; this.d.onSubscribe(this); } } @Override // o.fSJ public final void dispose() { this.a.dispose(); } @Override // o.fSJ public final boolean isDisposed() { return this.a.isDisposed(); } @Override // o.InterfaceC13174fSv public final void onNext(T t) { if (this.b) { return; } try { this.c.b(this.e, t); } catch (Throwable th) { C13147fSI.c(th); this.a.dispose(); onError(th); } } @Override // o.InterfaceC13174fSv public final void onError(Throwable th) { if (this.b) { C13418fZu.c(th); } else { this.b = true; this.d.onError(th); } } @Override // o.InterfaceC13174fSv public final void onComplete() { if (this.b) { return; } this.b = true; this.d.e(this.e); } } }