package defpackage;

import androidx.media3.extractor.flac.FlacConstants;
import kotlin.Metadata;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(k = 3, mv = {2, 0, 0}, xi = 176)
@DebugMetadata(c = "kotlinx.coroutines.flow.FlowKt__EmittersKt$transform$1$1", f = "Emitters.kt", i = {}, l = {FlacConstants.STREAM_INFO_BLOCK_SIZE}, m = "emit", n = {}, s = {})
public final class b93 extends ContinuationImpl {
    public /* synthetic */ Object a;
    public final /* synthetic */ c93 b;
    public int c;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b93(c93 c93Var, Continuation continuation) {
        super(continuation);
        this.b = c93Var;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.a = obj;
        this.c |= Integer.MIN_VALUE;
        this.b.emit(null, this);
        return e6a.a;
    }
}
