Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c343 #define NON_SCANF_DEBUG_CMD_PARAMS_MAX 30 macro
1765 unsigned int non_scanf_params[NON_SCANF_DEBUG_CMD_PARAMS_MAX]; // store the decimal command n…
1766 unsigned int non_scanf_paramsHex[NON_SCANF_DEBUG_CMD_PARAMS_MAX]; // store the heximal command n…
13559 if((non_scanf_paramsCount>0) && (non_scanf_paramIdx < NON_SCANF_DEBUG_CMD_PARAMS_MAX)) in AU_CUS_Debug_GetHex()
13592 if((non_scanf_paramsCount>0) && (non_scanf_paramIdx < NON_SCANF_DEBUG_CMD_PARAMS_MAX)) in AU_CUS_Debug_GetDec()
29566 memset(non_scanf_params, 0, NON_SCANF_DEBUG_CMD_PARAMS_MAX); in API_AUDIO_CUSTOMER_DebugMenu_Non_Scanf_ParseCommand()
29567 memset(non_scanf_paramsHex, 0, NON_SCANF_DEBUG_CMD_PARAMS_MAX); in API_AUDIO_CUSTOMER_DebugMenu_Non_Scanf_ParseCommand()
29588 if(index >= NON_SCANF_DEBUG_CMD_PARAMS_MAX) in API_AUDIO_CUSTOMER_DebugMenu_Non_Scanf_ParseCommand()