package o; /* renamed from: o.fVd, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ public final class C13260fVd extends fUX { private InterfaceC13193fTg d; public C13260fVd(InterfaceC13169fSq interfaceC13169fSq, InterfaceC13193fTg interfaceC13193fTg) { super(interfaceC13169fSq); this.d = interfaceC13193fTg; } @Override // o.AbstractC13163fSk public final void subscribeActual(InterfaceC13174fSv interfaceC13174fSv) { this.c.subscribe(new RVV(interfaceC13174fSv, this.d)); } /* renamed from: o.fVd$RVV */ /* loaded from: classes6.dex */ static final class RVV implements InterfaceC13174fSv, fSJ { private InterfaceC13193fTg a; private boolean b; private InterfaceC13174fSv c; private fSJ e; RVV(InterfaceC13174fSv interfaceC13174fSv, InterfaceC13193fTg interfaceC13193fTg) { this.c = interfaceC13174fSv; this.a = interfaceC13193fTg; } @Override // o.InterfaceC13174fSv public final void onSubscribe(fSJ fsj) { if (EnumC13192fTf.d(this.e, fsj)) { this.e = fsj; this.c.onSubscribe(this); } } @Override // o.InterfaceC13174fSv public final void onNext(T t) { if (this.b) { return; } try { if (this.a.a(t)) { this.b = true; this.e.dispose(); this.c.onNext(Boolean.TRUE); this.c.onComplete(); } } catch (Throwable th) { C13147fSI.c(th); this.e.dispose(); onError(th); } } @Override // o.InterfaceC13174fSv public final void onError(Throwable th) { if (this.b) { C13418fZu.c(th); } else { this.b = true; this.c.onError(th); } } @Override // o.InterfaceC13174fSv public final void onComplete() { if (this.b) { return; } this.b = true; this.c.onNext(Boolean.FALSE); this.c.onComplete(); } @Override // o.fSJ public final void dispose() { this.e.dispose(); } @Override // o.fSJ public final boolean isDisposed() { return this.e.isDisposed(); } } }