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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,104 @@
package com.applovin.impl;
import com.applovin.impl.p1;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
/* loaded from: classes.dex */
public abstract class z1 implements p1 {
protected p1.a b;
protected p1.a c;
private p1.a d;
private p1.a e;
private ByteBuffer f;
private ByteBuffer g;
private boolean h;
public abstract p1.a b(p1.a aVar);
@Override // com.applovin.impl.p1
public boolean c() {
return this.h && this.g == p1.a;
}
@Override // com.applovin.impl.p1
public ByteBuffer d() {
ByteBuffer byteBuffer = this.g;
this.g = p1.a;
return byteBuffer;
}
public void g() {
}
public void h() {
}
public void i() {
}
public z1() {
ByteBuffer byteBuffer = p1.a;
this.f = byteBuffer;
this.g = byteBuffer;
p1.a aVar = p1.a.e;
this.d = aVar;
this.e = aVar;
this.b = aVar;
this.c = aVar;
}
@Override // com.applovin.impl.p1
public final p1.a a(p1.a aVar) {
this.d = aVar;
this.e = b(aVar);
return f() ? this.e : p1.a.e;
}
@Override // com.applovin.impl.p1
public boolean f() {
return this.e != p1.a.e;
}
@Override // com.applovin.impl.p1
public final void e() {
this.h = true;
h();
}
@Override // com.applovin.impl.p1
public final void b() {
this.g = p1.a;
this.h = false;
this.b = this.d;
this.c = this.e;
g();
}
@Override // com.applovin.impl.p1
public final void reset() {
b();
this.f = p1.a;
p1.a aVar = p1.a.e;
this.d = aVar;
this.e = aVar;
this.b = aVar;
this.c = aVar;
i();
}
public final boolean a() {
return this.g.hasRemaining();
}
public final ByteBuffer a(int i) {
if (this.f.capacity() < i) {
this.f = ByteBuffer.allocateDirect(i).order(ByteOrder.nativeOrder());
} else {
this.f.clear();
}
ByteBuffer byteBuffer = this.f;
this.g = byteBuffer;
return byteBuffer;
}
}