package com.strmr.ps.data.service;

import androidx.media3.container.NalUnitUtil;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
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}, l = {808}, m = "checkCacheStatus", n = {"this", "streams", "hashes", "cachedResults"}, s = {"L$0", "L$1", "L$2", "L$3"})
final class a extends ContinuationImpl {
    public AddonResolutionService a;
    public List b;
    public List c;
    public ConcurrentHashMap d;
    public /* synthetic */ Object e;
    public final /* synthetic */ AddonResolutionService f;
    public int i;

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

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.e = obj;
        this.i |= Integer.MIN_VALUE;
        return AddonResolutionService.a(this.f, null, this);
    }
}
