what-the-bank/sources/o/C16524oza.java

29 lines
809 B
Java

package o;
import android.os.Handler;
import android.os.HandlerThread;
/* renamed from: o.oza, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16524oza {
static C16524oza a;
HandlerThread c;
public Handler e;
public int d = 0;
public final Object b = new Object();
public final void b() {
synchronized (this.b) {
if (this.e == null) {
if (this.d <= 0) {
throw new IllegalStateException("CameraThread is not open");
}
HandlerThread handlerThread = new HandlerThread("CameraThread");
this.c = handlerThread;
handlerThread.start();
this.e = new Handler(this.c.getLooper());
}
}
}
}