package com.strmr.ps.background;

import androidx.media3.container.NalUnitUtil;
import com.strmr.ps.background.TraktOfflineQueueWorker;
import com.strmr.ps.data.local.entity.PendingTraktAction;
import com.strmr.ps.data.repository.TraktOfflineQueueRepository;
import com.strmr.ps.data.repository.TraktSyncRepository;
import java.util.Iterator;
import kotlin.Metadata;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;

/* JADX INFO: loaded from: classes.dex */
@Metadata(k = 3, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@DebugMetadata(c = "com.strmr.ps.background.TraktOfflineQueueWorker", f = "TraktOfflineQueueWorker.kt", i = {0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7}, l = {79, 84, 92, 95, 97, 100, 105, 121}, m = "doWork", n = {"this", "entryPoint", "offlineQueueRepository", "syncRepository", "this", "entryPoint", "offlineQueueRepository", "syncRepository", "this", "entryPoint", "offlineQueueRepository", "syncRepository", "action", "successCount", "failCount", "this", "entryPoint", "offlineQueueRepository", "syncRepository", "action", "successCount", "failCount", "this", "entryPoint", "offlineQueueRepository", "syncRepository", "action", "successCount", "failCount", "this", "entryPoint", "offlineQueueRepository", "syncRepository", "action", "successCount", "failCount", "this", "entryPoint", "offlineQueueRepository", "syncRepository", "successCount", "failCount", "failCount"}, s = {"L$0", "L$1", "L$2", "L$3", "L$0", "L$1", "L$2", "L$3", "L$0", "L$1", "L$2", "L$3", "L$5", "I$0", "I$1", "L$0", "L$1", "L$2", "L$3", "L$5", "I$0", "I$1", "L$0", "L$1", "L$2", "L$3", "L$5", "I$0", "I$1", "L$0", "L$1", "L$2", "L$3", "L$5", "I$0", "I$1", "L$0", "L$1", "L$2", "L$3", "I$0", "I$1", "I$0"})
final class m extends ContinuationImpl {
    public TraktOfflineQueueWorker a;
    public TraktOfflineQueueWorker.b b;
    public TraktOfflineQueueRepository c;
    public TraktSyncRepository d;
    public Iterator e;
    public PendingTraktAction f;
    public int i;
    public int j;
    public /* synthetic */ Object k;
    public final /* synthetic */ TraktOfflineQueueWorker l;
    public int m;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public m(TraktOfflineQueueWorker traktOfflineQueueWorker, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.l = traktOfflineQueueWorker;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.k = obj;
        this.m |= Integer.MIN_VALUE;
        return this.l.f(this);
    }
}
