package x;

import m3.AbstractC2467b;
import w4.C3137A;

/* JADX INFO: loaded from: classes.dex */
public final class q1 extends C4.j implements J4.e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public int f25905a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public /* synthetic */ Object f25906b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ C0.F f25907c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ C4.j f25908d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ J4.c f25909e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ C0 f25910f;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    /* JADX WARN: Multi-variable type inference failed */
    public q1(C0.F f6, J4.f fVar, J4.c cVar, C0 c02, A4.d dVar) {
        super(2, dVar);
        this.f25907c = f6;
        this.f25908d = (C4.j) fVar;
        this.f25909e = cVar;
        this.f25910f = c02;
    }

    /* JADX WARN: Type inference failed for: r2v0, types: [C4.j, J4.f] */
    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        J4.c cVar = this.f25909e;
        C0 c02 = this.f25910f;
        q1 q1Var = new q1(this.f25907c, this.f25908d, cVar, c02, dVar);
        q1Var.f25906b = obj;
        return q1Var;
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        return ((q1) create((V4.C) obj, (A4.d) obj2)).invokeSuspend(C3137A.f25453a);
    }

    /* JADX WARN: Type inference failed for: r5v0, types: [C4.j, J4.f] */
    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f25905a;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            p1 p1Var = new p1((V4.C) this.f25906b, this.f25908d, this.f25909e, this.f25910f, null);
            this.f25905a = 1;
            if (I1.e(this.f25907c, p1Var, this) == aVar) {
                return aVar;
            }
        } else {
            if (i6 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            AbstractC2467b.l(obj);
        }
        return C3137A.f25453a;
    }
}
