package e.c.d;

import com.seewo.sdk.internal.command.systeminfo.CmdGetDisplatTime;
import com.seewo.sdk.internal.command.systeminfo.CmdGetHdcp1;
import com.seewo.sdk.internal.command.systeminfo.CmdGetHdcp2;
import com.seewo.sdk.internal.command.systeminfo.CmdGetProductModel;
import com.seewo.sdk.internal.command.systeminfo.CmdGetRunningTime;
import com.seewo.sdk.internal.command.systeminfo.CmdGetSystemInfo;
import com.seewo.sdk.internal.command.systeminfo.CmdGetTouchVersion;
import com.seewo.sdk.internal.command.systeminfo.CmdSystemInfo;
import com.seewo.sdk.internal.command.systeminfo.SDKSystemInfoType;
import com.seewo.sdk.internal.response.systeminfo.RespGetSystemInfo;
import com.seewo.sdk.model.SDKSystemInfo;

/* JADX INFO: compiled from: SDKSystemInfoHelper.java */
/* JADX INFO: loaded from: classes.dex */
public class o {
    public static final o a = new o();

    public String a() {
        return e.c.d.y.c.g(c.p().A(CmdSystemInfo.obtain(SDKSystemInfoType.GET_CPU_TEMPERATURE)));
    }

    public String b() {
        return e.c.d.y.c.g(c.p().A(new CmdGetDisplatTime()));
    }

    public String c() {
        return e.c.d.y.c.g(c.p().A(new CmdGetHdcp1()));
    }

    public String d() {
        return e.c.d.y.c.g(c.p().A(new CmdGetHdcp2()));
    }

    public String e() {
        return e.c.d.y.c.g(c.p().A(new CmdGetProductModel()));
    }

    public String f() {
        return e.c.d.y.c.g(c.p().A(new CmdGetRunningTime()));
    }

    public SDKSystemInfo g() {
        return ((RespGetSystemInfo) e.c.d.y.c.e(c.p().A(new CmdGetSystemInfo()), RespGetSystemInfo.class)).getInfo();
    }

    public String h() {
        return e.c.d.y.c.g(c.p().A(new CmdGetTouchVersion()));
    }
}
