Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

71 lines
1.8 KiB
Java

package com.google.android.gms.internal.ads;
import androidx.annotation.IntRange;
import com.google.android.gms.drive.DriveFile;
import java.nio.ByteBuffer;
/* loaded from: classes3.dex */
final class zzru extends zzhh {
private long zzg;
private int zzh;
private int zzi;
public zzru() {
super(2, 0);
this.zzi = 32;
}
@Override // com.google.android.gms.internal.ads.zzhh, com.google.android.gms.internal.ads.zzhb
public final void zzb() {
super.zzb();
this.zzh = 0;
}
public final int zzm() {
return this.zzh;
}
public final long zzn() {
return this.zzg;
}
public final void zzo(@IntRange(from = 1) int i) {
this.zzi = i;
}
public final boolean zzp(zzhh zzhhVar) {
ByteBuffer byteBuffer;
zzcw.zzd(!zzhhVar.zzd(1073741824));
zzcw.zzd(!zzhhVar.zzd(DriveFile.MODE_READ_ONLY));
zzcw.zzd(!zzhhVar.zzd(4));
if (zzq()) {
if (this.zzh >= this.zzi) {
return false;
}
ByteBuffer byteBuffer2 = zzhhVar.zzc;
if (byteBuffer2 != null && (byteBuffer = this.zzc) != null && byteBuffer.position() + byteBuffer2.remaining() > 3072000) {
return false;
}
}
int i = this.zzh;
this.zzh = i + 1;
if (i == 0) {
this.zze = zzhhVar.zze;
if (zzhhVar.zzd(1)) {
zzc(1);
}
}
ByteBuffer byteBuffer3 = zzhhVar.zzc;
if (byteBuffer3 != null) {
zzj(byteBuffer3.remaining());
this.zzc.put(byteBuffer3);
}
this.zzg = zzhhVar.zze;
return true;
}
public final boolean zzq() {
return this.zzh > 0;
}
}