package com.cvte.tv.api;

import android.os.RemoteException;
import com.cvte.tv.api.aidl.EnumResetLevel;
import com.cvte.tv.api.aidl.ITVApiSystemInformationAidl;
import com.cvte.tv.api.functions.ITVApiSystemInformation;

/* JADX INFO: loaded from: classes.dex */
public class TVApiSystemInformationService extends ITVApiSystemInformationAidl.Stub {
    public static final String TVAPI_NOFOUND_ERROR = "TV Api not found";

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemInformationGetFirmwareVersion() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationGetFirmwareVersion();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemInformationGetRealFirmwareVersion() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationGetRealFirmwareVersion();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemInformationGetBootLoaderVersion() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationGetBootLoaderVersion();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemInformationGetFWUpgradeFileName() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationGetFWUpgradeFileName();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemInformationGetChipName() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationGetChipName();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemInformationGetPanelModel() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationGetPanelModel();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemInformationGetBoardModel() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationGetBoardModel();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemInformationGetTunerModel() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationGetTunerModel();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemInformationSetFTIBootUpShowFlag(boolean z) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationSetFTIBootUpShowFlag(z);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemInformationGetFTIBootUpShowFlag() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationGetFTIBootUpShowFlag();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemInformationReset(EnumResetLevel enumResetLevel) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationReset(enumResetLevel);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemInformationSetFrontUSBEnable(boolean z) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationSetFrontUSBEnable(z);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemInformationGetFrontUSBStatus() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationGetFrontUSBStatus();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemInformationSetTouchToTypeC(boolean z) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationSetTouchToTypeC(z);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemInformationGetTouchToTypeCStatus() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInformationGetTouchToTypeCStatus();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemUpgradeMsd9100(int i, String str) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemUpgradeMsd9100(i, str);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetUpgradeMsd9100Status(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetUpgradeMsd9100Status(i);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemGetMsd9100Version(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetMsd9100Version(i);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemSetUsbToSource(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetUsbToSource(i);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetUsbToSource() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetUsbToSource();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemDualScreenHdmiSwSetPort(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemDualScreenHdmiSwSetPort(i);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemDualScreenHdmiSwGetPort() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemDualScreenHdmiSwGetPort();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemDualScreenHdmiSwGetPortStatus(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemDualScreenHdmiSwGetPortStatus(i);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemSetUserGammaTable(int i, int[] iArr) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetUserGammaTable(i, iArr);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int[] eventSystemGetUserGammaTable(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetUserGammaTable(i);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemSetUserGammaValue(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetUserGammaValue(i);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetUserGammaValue() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetUserGammaValue();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemEnvironmentGet(String str) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemEnvironmentGet(str);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemEnvironmentSet(String str, String str2) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemEnvironmentSet(str, str2);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemInfoGetPanelIndex() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInfoGetPanelIndex();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemInfoSetPanelIndex(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemInfoSetPanelIndex(i);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemSetUsbBySource(int i, int i2) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetUsbBySource(i, i2);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemSetMicBySource(int i, int i2) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetMicBySource(i, i2);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemSetCameraBySource(int i, int i2) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetCameraBySource(i, i2);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetUsbCurSource() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetUsbCurSource();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetMicCurSource() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetMicCurSource();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetCameraCurSource() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetCameraCurSource();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetMsd9100DpcdInfo(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetMsd9100DpcdInfo(i);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemSetMsd9100DpcdInfo(int i, int i2) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetMsd9100DpcdInfo(i, i2);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetSmallScreenStatus() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetSmallScreenStatus();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemGetIt6563Version() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetIt6563Version();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemSetTypeCLaneMode(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetTypeCLaneMode(i);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetTypeCLaneMode() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetTypeCLaneMode();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemSetEthernetWolCtl(boolean z) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetEthernetWolCtl(z);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemGetEthernetWolCtl() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetEthernetWolCtl();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemSetMicSaveBrickGpio() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetMicSaveBrickGpio();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemSetMs9282I2C16_WriteByte(int i, int i2, int i3) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetMs9282I2C16_WriteByte(i, i2, i3);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetMs9282I2C16_ReadByte(int i, int i2) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetMs9282I2C16_ReadByte(i, i2);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemSetSideUSBSwMode(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetSideUSBSwMode(i);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetSideUSBSwMode() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetSideUSBSwMode();
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public boolean eventSystemSetUSBSwMode(int i, int i2) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemSetUSBSwMode(i, i2);
    }

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public int eventSystemGetUSBSwMode(int i) throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation == null) {
            throw new RemoteException("TV Api not found");
        }
        return iTVApiSystemInformation.eventSystemGetUSBSwMode(i);
    }
}
