package a0;

/* JADX INFO: loaded from: classes.dex */
public final class P1 extends C4.c {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public e5.a f9588b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ Q1 f9590d;

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public P1(Q1 q12, C4.c cVar) {
        super(cVar);
        this.f9590d = q12;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f9589c = obj;
        this.f9591e |= Integer.MIN_VALUE;
        return this.f9590d.a(null, this);
    }
}
