package com.cvte.tv.api.functions;

import com.cvte.tv.api.NotifyAction;
import com.cvte.tv.api.NotifyParams;
import com.cvte.tv.api.ResetAction;
import com.cvte.tv.api.aidl.EntityInputSource;
import com.cvte.tv.api.aidl.EnumInputStatus;
import com.cvte.tv.api.aidl.EnumResetLevel;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
@ResetAction(reset = {"eventSystemInputSourceReset"})
public interface ITVApiSystemInputSource {
    int eventSystemInputSourceGetBitWidth();

    EntityInputSource eventSystemInputSourceGetBootInputSource();

    int eventSystemInputSourceGetColorSpace();

    EntityInputSource eventSystemInputSourceGetInputSource();

    List<EntityInputSource> eventSystemInputSourceGetList();

    boolean eventSystemInputSourceHdmiSwSetPort(int i2);

    boolean eventSystemInputSourceIsDviTiming();

    boolean eventSystemInputSourceReset(EnumResetLevel enumResetLevel);

    boolean eventSystemInputSourceSetBootInputSource(int i2);

    boolean eventSystemInputSourceSetInputSource(int i2);

    boolean eventSystemInputSourceSetInputSourceName(int i2, String str);

    boolean eventSystemInputSourceSetLock(int i2, boolean z);

    @NotifyAction("notifySystemInputSourceChange")
    void notifySystemInputSourceChange();

    @NotifyAction("notifySystemInputSourcePlugInOutStatus")
    void notifySystemInputSourcePlugInOutStatus(@NotifyParams("id") int i2, @NotifyParams("status") EnumInputStatus enumInputStatus);

    @NotifyAction("notifySystemTifSourceListAvailable")
    void notifySystemTifSourceListAvailable(@NotifyParams("status") int i2);
}
