Searched refs:SL_ASYNC_MAX_MSG_LEN (Results 1 – 3 of 3) sorted by relevance
414 _u8 Buffer[SL_ASYNC_MAX_MSG_LEN];
513 _u8 AsyncRespBuf[SL_ASYNC_MAX_MSG_LEN];1304 *pOutAsyncBuf = (_u8*)sl_Malloc(SL_ASYNC_MAX_MSG_LEN); in _SlDrvMsgRead()1315 _SlDrvMemZero(pAsyncBuf, (_u16)SL_ASYNC_MAX_MSG_LEN); in _SlDrvMsgRead()
1295 #define SL_ASYNC_MAX_MSG_LEN (_SL_RESP_HDR_SIZE + SL_ASYNC_MAX_PAYLOAD_LEN) macro