package com.cvte.tv.api.functions;

import com.cvte.tv.api.NotifyAction;
import com.cvte.tv.api.ResetAction;
import com.cvte.tv.api.aidl.EnumItemStatus;
import com.cvte.tv.api.aidl.EnumResetLevel;

/* JADX INFO: loaded from: classes.dex */
@ResetAction(reset = {"eventSystemBacklightReset"})
public interface ITVApiSystemBacklight {
    int eventSystemBacklightDimmingPWMGetDuty();

    int eventSystemBacklightDimmingPWMGetFrequency();

    boolean eventSystemBacklightDimmingPWMReset();

    boolean eventSystemBacklightDimmingPWMSetDuty(int i2);

    boolean eventSystemBacklightDimmingPWMSetFrequency(int i2);

    boolean eventSystemBacklightEnable(boolean z);

    EnumItemStatus eventSystemBacklightGetItemStatus();

    boolean eventSystemBacklightIsEnabled();

    int eventSystemBacklightMaxGet();

    boolean eventSystemBacklightMaxSet(int i2);

    boolean eventSystemBacklightOnlyPWMDuty(int i2);

    int eventSystemBacklightRefPWMGetDuty();

    boolean eventSystemBacklightRefPWMSetDuty(int i2);

    boolean eventSystemBacklightReset(EnumResetLevel enumResetLevel);

    @NotifyAction("notifySystemBacklightChange")
    void notifySystemBacklightChange();
}
