Home
last modified time | relevance | path

Searched refs:pstMuteColor (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dms/api/dms/
H A DapiDMS.c491 …Api_DMS_Set_MuteColor_U2(void* pInstance, MS_U32 u32WindowID, ST_DMS_MUTE_COLOR_INFO *pstMuteColor) in MApi_DMS_Set_MuteColor_U2() argument
497 EN_DMS_RESULT MApi_DMS_Set_MuteColor(MS_U32 u32WindowID, ST_DMS_MUTE_COLOR_INFO *pstMuteColor) in MApi_DMS_Set_MuteColor() argument
505 if(pstMuteColor == NULL) in MApi_DMS_Set_MuteColor()
514 DMSArgs.pstMuteColor = pstMuteColor; in MApi_DMS_Set_MuteColor()
H A DapiDMS_private.h316 …pi_DMS_Set_MuteColor_U2(void* pInstance, MS_U32 u32WindowID, ST_DMS_MUTE_COLOR_INFO *pstMuteColor);
H A DapiDMS_v2.c294 …tr->eReturnValue = psDMSInstPri->fpDMSSetMuteColor(pInstance, ptr->u32WindowID, ptr->pstMuteColor); in DMSIoctl()
/utopia/UTPA2-700.0.x/modules/dms/utopia_adaption/dms/
H A DDMS_adp.c293 …((unsigned long)(&(pDMS_MUTECOLOR->pstMuteColor))-(unsigned long)pDMS_MUTECOLOR), (unsigned long)s… in DMS_adp_Init()