123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /*****************************************************************************
- ** File: app_guiobj_feature.h:
- **
- ** Description:
- **
- ** Copyright(c) 2008 Sunmedia Technologies - All Rights Reserved
- **
- ** Author : wuliang
- **
- ** $Id: app_guiobj_setup.c 1069 2010-11-16 10:32:32Z b.yang_c1 $
- *****************************************************************************/
- #ifndef _APP_GUIOBJ_FEATURE_H_
- #define _APP_GUIOBJ_FEATURE_H_
- /*****************************************************************************
- ** FUNCTION : APP_GUIOBJ_Feature_GetAPowerOff
- **
- ** DESCRIPTION :
- ** Get auto power off
- **
- ** PARAMETERS :
- **
- ** RETURN VALUES:
- ** SP_SUCCESS
- *****************************************************************************/
- INT32 APP_GUIOBJ_Feature_GetAPowerOff(UINT32 *u32APowerOff);
- /*****************************************************************************
- ** FUNCTION : APP_GUIOBJ_Feature_GetPowerLed
- **
- ** DESCRIPTION :
- ** Get power on led
- **
- ** PARAMETERS :
- **
- ** RETURN VALUES:
- ** SP_SUCCESS
- *****************************************************************************/
- INT32 APP_GUIOBJ_Feature_GetPowerLed(UINT32 *u32PowerLed);
- UINT32 APP_GUIOBJ_Feature_CheackState(UINT8 u8PageNum);
- UINT32 APP_GUIOBJ_Feature_GetAutoPowerOffNum(void);
- String_id_t* APP_GUIOBJ_Feature_GetAutoPowerOffTbl(void);
- #ifdef SUPPORT_AUTOPOWER_NO_OFF_MODE_WHEN_HOME
- UINT32 APP_GUIOBJ_Feature_GetAutoPowerOffNum_NOOff(void);
- String_id_t* APP_GUIOBJ_Feature_GetAutoPowerOffTbl_NOOff(void);
- #endif
- void _APP_GUIOBJ_Feature_UpdateList(UINT32 CurrentIndex);
- //INT32 APP_GUIOBJ_Feature_GetHDCP(UINT32 *u32HDCP);
- INT32 APP_GUIOBJ_Feature_SetAPowerOff(UINT32 u32APowerOff);
- #endif
|