Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzapp.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

105 lines
3.0 KiB
Java

package com.google.android.gms.internal.ads;
import android.os.Handler;
import android.os.Looper;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import java.util.concurrent.PriorityBlockingQueue;
import java.util.concurrent.atomic.AtomicInteger;
/* loaded from: classes3.dex */
public final class zzapp {
private final AtomicInteger zza;
private final Set zzb;
private final PriorityBlockingQueue zzc;
private final PriorityBlockingQueue zzd;
private final zzaow zze;
private final zzapf zzf;
private final zzapg[] zzg;
private zzaoy zzh;
private final List zzi;
private final List zzj;
private final zzapd zzk;
public zzapp(zzaow zzaowVar, zzapf zzapfVar, int i) {
zzapd zzapdVar = new zzapd(new Handler(Looper.getMainLooper()));
this.zza = new AtomicInteger();
this.zzb = new HashSet();
this.zzc = new PriorityBlockingQueue();
this.zzd = new PriorityBlockingQueue();
this.zzi = new ArrayList();
this.zzj = new ArrayList();
this.zze = zzaowVar;
this.zzf = zzapfVar;
this.zzg = new zzapg[4];
this.zzk = zzapdVar;
}
public final zzapm zza(zzapm zzapmVar) {
zzapmVar.zzf(this);
synchronized (this.zzb) {
this.zzb.add(zzapmVar);
}
zzapmVar.zzg(this.zza.incrementAndGet());
zzapmVar.zzm("add-to-queue");
zzc(zzapmVar, 0);
this.zzc.add(zzapmVar);
return zzapmVar;
}
public final void zzb(zzapm zzapmVar) {
synchronized (this.zzb) {
this.zzb.remove(zzapmVar);
}
synchronized (this.zzi) {
try {
Iterator it = this.zzi.iterator();
while (it.hasNext()) {
((zzapo) it.next()).zza();
}
} catch (Throwable th) {
throw th;
}
}
zzc(zzapmVar, 5);
}
public final void zzc(zzapm zzapmVar, int i) {
synchronized (this.zzj) {
try {
Iterator it = this.zzj.iterator();
while (it.hasNext()) {
((zzapn) it.next()).zza();
}
} catch (Throwable th) {
throw th;
}
}
}
public final void zzd() {
zzaoy zzaoyVar = this.zzh;
if (zzaoyVar != null) {
zzaoyVar.zzb();
}
zzapg[] zzapgVarArr = this.zzg;
for (int i = 0; i < 4; i++) {
zzapg zzapgVar = zzapgVarArr[i];
if (zzapgVar != null) {
zzapgVar.zza();
}
}
zzaoy zzaoyVar2 = new zzaoy(this.zzc, this.zzd, this.zze, this.zzk);
this.zzh = zzaoyVar2;
zzaoyVar2.start();
for (int i2 = 0; i2 < 4; i2++) {
zzapg zzapgVar2 = new zzapg(this.zzd, this.zzf, this.zze, this.zzk);
this.zzg[i2] = zzapgVar2;
zzapgVar2.start();
}
}
}