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 int eventSystemDualScreenHdmiSwGetPort() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation != null) {
            return iTVApiSystemInformation.eventSystemDualScreenHdmiSwGetPort();
        }
        throw new RemoteException("TV Api not found");
    }

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

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

    @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) {
            return iTVApiSystemInformation.eventSystemEnvironmentGet(str);
        }
        throw new RemoteException("TV Api not found");
    }

    @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) {
            return iTVApiSystemInformation.eventSystemEnvironmentSet(str, str2);
        }
        throw new RemoteException("TV Api not found");
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    @Override // com.cvte.tv.api.aidl.ITVApiSystemInformationAidl
    public String eventSystemInformationGetFWUpgradeFileName() throws RemoteException {
        ITVApiSystemInformation iTVApiSystemInformation = (ITVApiSystemInformation) MiddleWareApi.getInstance().getTvApi(ITVApiSystemInformation.class);
        if (iTVApiSystemInformation != null) {
            return iTVApiSystemInformation.eventSystemInformationGetFWUpgradeFileName();
        }
        throw new RemoteException("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) {
            return iTVApiSystemInformation.eventSystemInformationGetFirmwareVersion();
        }
        throw new RemoteException("TV Api not found");
    }

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

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

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

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

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

    @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) {
            return iTVApiSystemInformation.eventSystemInformationReset(enumResetLevel);
        }
        throw new RemoteException("TV Api not found");
    }

    @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) {
            return iTVApiSystemInformation.eventSystemInformationSetFTIBootUpShowFlag(z);
        }
        throw new RemoteException("TV Api not found");
    }

    @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) {
            return iTVApiSystemInformation.eventSystemInformationSetFrontUSBEnable(z);
        }
        throw new RemoteException("TV Api not found");
    }

    @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) {
            return iTVApiSystemInformation.eventSystemInformationSetTouchToTypeC(z);
        }
        throw new RemoteException("TV Api not found");
    }

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

    @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) {
            return iTVApiSystemInformation.eventSystemSetEthernetWolCtl(z);
        }
        throw new RemoteException("TV Api not found");
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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