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,128 @@
package com.applovin.impl;
import android.os.Looper;
import com.mbridge.msdk.playercommon.exoplayer2.C;
import java.util.concurrent.TimeoutException;
/* loaded from: classes.dex */
public final class rh {
private final b a;
private final a b;
private final l3 c;
private final fo d;
private int e;
private Object f;
private Looper g;
private int h;
private long i = C.TIME_UNSET;
private boolean j = true;
private boolean k;
private boolean l;
private boolean m;
private boolean n;
public interface a {
void a(rh rhVar);
}
public interface b {
void a(int i, Object obj);
}
public boolean a() {
return this.j;
}
public Looper b() {
return this.g;
}
public Object c() {
return this.f;
}
public long d() {
return this.i;
}
public b e() {
return this.a;
}
public fo f() {
return this.d;
}
public int g() {
return this.e;
}
public int h() {
return this.h;
}
public rh(a aVar, b bVar, fo foVar, int i, l3 l3Var, Looper looper) {
this.b = aVar;
this.a = bVar;
this.d = foVar;
this.g = looper;
this.c = l3Var;
this.h = i;
}
public rh j() {
b1.b(!this.k);
if (this.i == C.TIME_UNSET) {
b1.a(this.j);
}
this.k = true;
this.b.a(this);
return this;
}
public synchronized boolean i() {
return this.n;
}
public synchronized boolean a(long j) {
boolean z;
try {
b1.b(this.k);
b1.b(this.g.getThread() != Thread.currentThread());
long c = this.c.c() + j;
while (true) {
z = this.m;
if (z || j <= 0) {
break;
}
this.c.b();
wait(j);
j = c - this.c.c();
}
if (!z) {
throw new TimeoutException("Message delivery timed out.");
}
} catch (Throwable th) {
throw th;
}
return this.l;
}
public synchronized void a(boolean z) {
this.l = z | this.l;
this.m = true;
notifyAll();
}
public rh a(Object obj) {
b1.b(!this.k);
this.f = obj;
return this;
}
public rh a(int i) {
b1.b(!this.k);
this.e = i;
return this;
}
}