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.EnumResetLevel;
import com.seewo.libmcuservice.constant.IRemoteConstants;

/* JADX INFO: loaded from: classes.dex */
@ResetAction(reset = {"eventScreenFreezeReset"})
public interface ITVApiScreenFreeze {
    boolean eventScreenFreezeEnable(boolean z);

    boolean eventScreenFreezeReset(EnumResetLevel enumResetLevel);

    boolean eventScreenIsFreezeEnabled();

    @NotifyAction("notifyScreenFreezeChange")
    void notifyScreenFreezeChange(@NotifyParams(IRemoteConstants.KEY_LOCK_STATUS) boolean z);
}
