Home
last modified time | relevance | path

Searched refs:pal_type (Results 1 – 11 of 11) sorted by relevance

/utopia/UTPA2-700.0.x/modules/audio/drv/audio/
H A DdrvSIF.c315 MS_BOOL MDrv_SIF_IsPALType(AUDIO_SIF_PAL_TYPE pal_type) in MDrv_SIF_IsPALType() argument
326 switch( pal_type ) in MDrv_SIF_IsPALType()
357 MS_BOOL MDrv_SIF_SetPALType(AUDIO_SIF_PAL_TYPE pal_type) in MDrv_SIF_SetPALType() argument
370 switch (pal_type) { in MDrv_SIF_SetPALType()
/utopia/UTPA2-700.0.x/modules/audio/drv/audio/internal/
H A DdrvSIF.h136 MS_BOOL MDrv_SIF_IsPALType(AUDIO_SIF_PAL_TYPE pal_type);
137 MS_BOOL MDrv_SIF_SetPALType(AUDIO_SIF_PAL_TYPE pal_type);
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer_utopia.h610 MS_BOOL MApi_AUDIO_SIF_IsPALType(AUDIO_SIF_PAL_TYPE pal_type);
611 void MApi_AUDIO_SIF_SetPALType(AUDIO_SIF_PAL_TYPE pal_type);
H A DapiAUDIO_v2.c3079 MS_BOOL MApi_AUDIO_SIF_IsPALType(AUDIO_SIF_PAL_TYPE pal_type) in MApi_AUDIO_SIF_IsPALType() argument
3085 Status.ePalType = pal_type; in MApi_AUDIO_SIF_IsPALType()
3103 return _MApi_AUDIO_SIF_IsPALType(pal_type); in MApi_AUDIO_SIF_IsPALType()
3108 void MApi_AUDIO_SIF_SetPALType(AUDIO_SIF_PAL_TYPE pal_type) in MApi_AUDIO_SIF_SetPALType() argument
3113 MS_U32 u32Param = ((MS_U32)pal_type); in MApi_AUDIO_SIF_SetPALType()
3130 return _MApi_AUDIO_SIF_SetPALType(pal_type); in MApi_AUDIO_SIF_SetPALType()
H A DapiAUDIO.c2209 MS_BOOL _MApi_AUDIO_SIF_IsPALType(AUDIO_SIF_PAL_TYPE pal_type) in _MApi_AUDIO_SIF_IsPALType() argument
2213 return MDrv_SIF_IsPALType(pal_type); in _MApi_AUDIO_SIF_IsPALType()
2220 void _MApi_AUDIO_SIF_SetPALType(AUDIO_SIF_PAL_TYPE pal_type) in _MApi_AUDIO_SIF_SetPALType() argument
2224 MDrv_SIF_SetPALType(pal_type); in _MApi_AUDIO_SIF_SetPALType()
H A DapiAUDIO_private.h874 MS_BOOL _MApi_AUDIO_SIF_IsPALType(AUDIO_SIF_PAL_TYPE pal_type);
875 void _MApi_AUDIO_SIF_SetPALType(AUDIO_SIF_PAL_TYPE pal_type);
H A DapiAUDIO_v2_customer.h1979 MS_BOOL API_AUDIO_CUSTOMER_SIF_SetPALType(API_AUDIO_CUSTOMER_SIF_PAL_TYPE pal_type);
1982 MS_BOOL API_AUDIO_CUSTOMER_SIF_IsPALType(API_AUDIO_CUSTOMER_SIF_PAL_TYPE pal_type);
H A DapiAUDIO_v2_customer.c20744 API_AUDIO_CUSTOMER_SIF_PAL_TYPE pal_type = (API_AUDIO_CUSTOMER_SIF_PAL_TYPE)arg2; in AU_CUS_SingleFunctionDebugMenu() local
20746 API_AUDIO_CUSTOMER_SIF_SetPALType(pal_type); in AU_CUS_SingleFunctionDebugMenu()
20784 API_AUDIO_CUSTOMER_SIF_PAL_TYPE pal_type = (API_AUDIO_CUSTOMER_SIF_PAL_TYPE)arg2; in AU_CUS_SingleFunctionDebugMenu() local
20786 …("API_AUDIO_CUSTOMER_SIF_IsPALType(0x%x): 0x%x\n", pal_type, API_AUDIO_CUSTOMER_SIF_IsPALType(pal_… in AU_CUS_SingleFunctionDebugMenu()
25992 MS_BOOL API_AUDIO_CUSTOMER_SIF_SetPALType(API_AUDIO_CUSTOMER_SIF_PAL_TYPE pal_type) in API_AUDIO_CUSTOMER_SIF_SetPALType() argument
25994 AU_nThreadDBG("[pal_type = 0x%x] \n", (unsigned int)pal_type); in API_AUDIO_CUSTOMER_SIF_SetPALType()
25996 MApi_AUDIO_SIF_SetPALType((AUDIO_SIF_PAL_TYPE)pal_type); in API_AUDIO_CUSTOMER_SIF_SetPALType()
26023 MS_BOOL API_AUDIO_CUSTOMER_SIF_IsPALType(API_AUDIO_CUSTOMER_SIF_PAL_TYPE pal_type) in API_AUDIO_CUSTOMER_SIF_IsPALType() argument
26025 AU_nDBG("[pal_type = 0x%x] \n", pal_type); in API_AUDIO_CUSTOMER_SIF_IsPALType()
26027 return MApi_AUDIO_SIF_IsPALType((AUDIO_SIF_PAL_TYPE)pal_type); in API_AUDIO_CUSTOMER_SIF_IsPALType()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiAUDIO.h1524 MS_BOOL MApi_AUDIO_SIF_IsPALType(AUDIO_SIF_PAL_TYPE pal_type);
1531 void MApi_AUDIO_SIF_SetPALType(AUDIO_SIF_PAL_TYPE pal_type);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiAUDIO.h1593 MS_BOOL MApi_AUDIO_SIF_IsPALType(AUDIO_SIF_PAL_TYPE pal_type);
1600 void MApi_AUDIO_SIF_SetPALType(AUDIO_SIF_PAL_TYPE pal_type);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt48886 MS_BOOL MApi_AUDIO_SIF_IsPALType(AUDIO_SIF_PAL_TYPE pal_type);
48893 void MApi_AUDIO_SIF_SetPALType(AUDIO_SIF_PAL_TYPE pal_type);