package com.strmr.ps.data.service;

import androidx.media3.container.NalUnitUtil;
import androidx.media3.extractor.ts.TsExtractor;
import com.strmr.ps.data.model.DebridProvider;
import com.strmr.ps.data.repository.IDebridProvider;
import java.util.Iterator;
import kotlin.Metadata;
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 = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@DebugMetadata(c = "com.strmr.ps.data.service.AddonResolutionService", f = "AddonResolutionService.kt", i = {0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 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, 6, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10}, l = {162, 178, 183, TsExtractor.TS_PACKET_SIZE, 195, 200, 205, 212, 217, 222, 228}, m = "cleanupDebridCloud", n = {"this", "hash", "targetProvider", "fileName", "provider", "resolveTimestamp", "processedCount", "this", "hash", "targetProvider", "fileName", "provider", "resolveTimestamp", "processedCount", "this", "hash", "targetProvider", "fileName", "provider", "resolveTimestamp", "processedCount", "this", "hash", "targetProvider", "fileName", "provider", "resolveTimestamp", "processedCount", "this", "hash", "targetProvider", "fileName", "provider", "resolveTimestamp", "processedCount", "this", "hash", "targetProvider", "fileName", "provider", "resolveTimestamp", "processedCount", "this", "hash", "targetProvider", "fileName", "provider", "resolveTimestamp", "processedCount", "this", "hash", "targetProvider", "fileName", "provider", "resolveTimestamp", "processedCount", "this", "hash", "targetProvider", "fileName", "provider", "resolveTimestamp", "processedCount", "this", "hash", "targetProvider", "fileName", "provider", "resolveTimestamp", "processedCount", "this", "hash", "targetProvider", "fileName", "provider", "resolveTimestamp", "processedCount"}, s = {"L$0", "L$1", "L$2", "L$3", "L$5", "J$0", "I$0", "L$0", "L$1", "L$2", "L$3", "L$5", "J$0", "I$0", "L$0", "L$1", "L$2", "L$3", "L$5", "J$0", "I$0", "L$0", "L$1", "L$2", "L$3", "L$5", "J$0", "I$0", "L$0", "L$1", "L$2", "L$3", "L$5", "J$0", "I$0", "L$0", "L$1", "L$2", "L$3", "L$5", "J$0", "I$0", "L$0", "L$1", "L$2", "L$3", "L$5", "J$0", "I$0", "L$0", "L$1", "L$2", "L$3", "L$5", "J$0", "I$0", "L$0", "L$1", "L$2", "L$3", "L$5", "J$0", "I$0", "L$0", "L$1", "L$2", "L$3", "L$5", "J$0", "I$0", "L$0", "L$1", "L$2", "L$3", "L$5", "J$0", "I$0"})
final class d extends ContinuationImpl {
    public AddonResolutionService a;
    public String b;
    public DebridProvider c;
    public String d;
    public Iterator e;
    public IDebridProvider f;
    public long i;
    public int j;
    public /* synthetic */ Object k;
    public final /* synthetic */ AddonResolutionService l;
    public int m;

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

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