package o; import java.util.concurrent.atomic.AtomicReference; /* renamed from: o.fVu, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ public final class C13277fVu extends fUX { private fSD d; public C13277fVu(AbstractC13163fSk abstractC13163fSk, fSD fsd) { super(abstractC13163fSk); this.d = fsd; } @Override // o.AbstractC13163fSk public final void subscribeActual(InterfaceC13174fSv interfaceC13174fSv) { this.c.subscribe(new IeS(interfaceC13174fSv, this.d)); } /* renamed from: o.fVu$IeS */ /* loaded from: classes6.dex */ static final class IeS extends AtomicReference implements InterfaceC13174fSv, InterfaceC13176fSx, fSJ { private boolean b; private fSD c; private InterfaceC13174fSv e; IeS(InterfaceC13174fSv interfaceC13174fSv, fSD fsd) { this.e = interfaceC13174fSv; this.c = fsd; } @Override // o.InterfaceC13174fSv public final void onSubscribe(fSJ fsj) { if (!EnumC13192fTf.a(this, fsj) || this.b) { return; } this.e.onSubscribe(this); } @Override // o.InterfaceC13174fSv public final void onNext(T t) { this.e.onNext(t); } @Override // o.InterfaceC13176fSx public final void e(T t) { this.e.onNext(t); this.e.onComplete(); } @Override // o.InterfaceC13174fSv public final void onError(Throwable th) { this.e.onError(th); } @Override // o.InterfaceC13174fSv public final void onComplete() { this.b = true; EnumC13192fTf.c(this, null); fSD fsd = this.c; this.c = null; fsd.c(this); } @Override // o.fSJ public final void dispose() { EnumC13192fTf.e(this); } @Override // o.fSJ public final boolean isDisposed() { return EnumC13192fTf.c(get()); } } }