app_guiobj_feature.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*****************************************************************************
  2. ** File: app_guiobj_feature.h:
  3. **
  4. ** Description:
  5. **
  6. ** Copyright(c) 2008 Sunmedia Technologies - All Rights Reserved
  7. **
  8. ** Author : wuliang
  9. **
  10. ** $Id: app_guiobj_setup.c 1069 2010-11-16 10:32:32Z b.yang_c1 $
  11. *****************************************************************************/
  12. #ifndef _APP_GUIOBJ_FEATURE_H_
  13. #define _APP_GUIOBJ_FEATURE_H_
  14. /*****************************************************************************
  15. ** FUNCTION : APP_GUIOBJ_Feature_GetAPowerOff
  16. **
  17. ** DESCRIPTION :
  18. ** Get auto power off
  19. **
  20. ** PARAMETERS :
  21. **
  22. ** RETURN VALUES:
  23. ** SP_SUCCESS
  24. *****************************************************************************/
  25. INT32 APP_GUIOBJ_Feature_GetAPowerOff(UINT32 *u32APowerOff);
  26. /*****************************************************************************
  27. ** FUNCTION : APP_GUIOBJ_Feature_GetPowerLed
  28. **
  29. ** DESCRIPTION :
  30. ** Get power on led
  31. **
  32. ** PARAMETERS :
  33. **
  34. ** RETURN VALUES:
  35. ** SP_SUCCESS
  36. *****************************************************************************/
  37. INT32 APP_GUIOBJ_Feature_GetPowerLed(UINT32 *u32PowerLed);
  38. UINT32 APP_GUIOBJ_Feature_CheackState(UINT8 u8PageNum);
  39. UINT32 APP_GUIOBJ_Feature_GetAutoPowerOffNum(void);
  40. String_id_t* APP_GUIOBJ_Feature_GetAutoPowerOffTbl(void);
  41. #ifdef SUPPORT_AUTOPOWER_NO_OFF_MODE_WHEN_HOME
  42. UINT32 APP_GUIOBJ_Feature_GetAutoPowerOffNum_NOOff(void);
  43. String_id_t* APP_GUIOBJ_Feature_GetAutoPowerOffTbl_NOOff(void);
  44. #endif
  45. void _APP_GUIOBJ_Feature_UpdateList(UINT32 CurrentIndex);
  46. //INT32 APP_GUIOBJ_Feature_GetHDCP(UINT32 *u32HDCP);
  47. INT32 APP_GUIOBJ_Feature_SetAPowerOff(UINT32 u32APowerOff);
  48. #endif