package Z4;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ q f9194b;

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public p(q qVar, A4.d dVar) {
        super(dVar);
        this.f9194b = qVar;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f9193a = obj;
        this.f9195c |= Integer.MIN_VALUE;
        return this.f9194b.emit(null, this);
    }
}
