package p463.p481.p483;

import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.LinkedBlockingQueue;
import p463.p481.InterfaceC7160;
import p463.p481.InterfaceC7161;
import p463.p481.p482.C7166;

/* JADX INFO: renamed from: ޒ.ހ.ނ.ނ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C7171 implements InterfaceC7160 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public boolean f20781 = false;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final Map<String, C7170> f20782 = new HashMap();

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final LinkedBlockingQueue<C7166> f20783 = new LinkedBlockingQueue<>();

    @Override // p463.p481.InterfaceC7160
    /* JADX INFO: renamed from: ֏ */
    public synchronized InterfaceC7161 mo10553(String str) {
        C7170 c7170;
        c7170 = this.f20782.get(str);
        if (c7170 == null) {
            c7170 = new C7170(str, this.f20783, this.f20781);
            this.f20782.put(str, c7170);
        }
        return c7170;
    }
}
