Searched refs:bufferSize (Results 1 - 19 of 19) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A DbufferPool.h56 UINT32 bufferSize; /**< The size of buffers in this pool */ member in struct:__anon942
H A DbufferPool.c54 * \param bufferSize - the size of each buffer in this pool.\n
57 TI_HANDLE bufferPool_create( TI_HANDLE hOS, UINT32 numOfBuffers, UINT32 bufferSize )
71 if ( sizeof( bufferPool_buffer_t ) > bufferSize )
73 bufferSize = sizeof( bufferPool_buffer_t );
80 pBufferPool->firstBuffer = pBufferPool->firstFreeBuffer = os_memoryAlloc( hOS, numOfBuffers * bufferSize );
92 pBufferPool->bufferSize = bufferSize;
137 pBufferPool->bufferSize * pBufferPool->numberOfBuffers );
164 *(bufferPool_buffer_t*)((char*)pBufferPool->firstBuffer + (pBufferPool->bufferSize * i)) =
165 (bufferPool_buffer_t)((char*)pBufferPool->firstBuffer + (pBufferPool->bufferSize * (
[all...]
H A DbufferPoolApi.h130 * \param bufferSize - the size of each buffer in this pool.\n
133 TI_HANDLE bufferPool_create( TI_HANDLE hOS, UINT32 numOfBuffers, UINT32 bufferSize );
/system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/
H A Dos_trans.h36 TI_BOOL os_sockSend (THandle socket_id, PS8 buffer, U32 bufferSize);
38 S32 os_sockRecv (THandle socket_id, PU8 pBuffer, U32 bufferSize, TI_SIZE_T flags);
/system/core/nexus/
H A DTiwlanEventListener.h51 uint32_t bufferSize; member in struct:ipc_ev_data
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
H A Dos_trans.c125 TI_BOOL os_sockSend (THandle socket_id, PS8 buffer, U32 bufferSize) argument
130 result = send( (SOCKET) socket_id, buffer, (U32)bufferSize, 0);
150 S32 os_sockRecv (THandle socket_id, PU8 pBuffer, U32 bufferSize, TI_SIZE_T flags) argument
156 result = recv((SOCKET)socket_id, pBuffer, bufferSize, flags);
/system/core/liblog/
H A Dlogprint.c772 size_t bufferSize; local
793 bufferSize = (numLines * (prefixLen + suffixLen)) + entry->messageLen + 1;
795 if (defaultBufferSize >= bufferSize) {
798 ret = (char *)malloc(bufferSize);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
H A DroamingMngr.c570 param.content.applicationConfigBuffer.bufferSize = sizeof(roamingMngrConfigParams_t);
588 param.content.applicationConfigBuffer.bufferSize = sizeof(roamingMngrConfigParams_t);
641 if (pParam->content.applicationConfigBuffer.bufferSize < sizeof(roamingMngrConfigParams_t))
645 pParam->content.applicationConfigBuffer.bufferSize));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
H A DapConn.c814 reportStatus.dataBufLength = param.content.applicationConfigBuffer.bufferSize;
2053 reportStatus.dataBufLength = param.content.applicationConfigBuffer.bufferSize;
2115 reportStatus.dataBufLength = param.content.applicationConfigBuffer.bufferSize;
2275 reportStatus.dataBufLength = param.content.applicationConfigBuffer.bufferSize;
2552 reportStatus.dataBufLength = param.content.applicationConfigBuffer.bufferSize;
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DapConn.c696 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize;
1672 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize;
1734 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize;
1899 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize;
2165 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize;
/system/wlan/ti/wilink_6_1/stad/Export_Inc/
H A DparamOut.h409 TI_UINT16 bufferSize; member in struct:__anon1544
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
H A DassocSM.c688 pParam->content.applicationConfigBuffer.bufferSize = pHandle->assocRespLen;
804 pParam->content.applicationConfigBuffer.bufferSize = pHandle->assocRespLen;
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DassocSM.c630 pParam->content.assocReqBuffer.bufferSize = pHandle->assocReqLen;
636 pParam->content.assocReqBuffer.bufferSize = pHandle->assocRespLen;
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DparamOut.h503 UINT16 bufferSize; member in struct:__anon294
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c4640 UINT32 bufferSize = 0; local
4661 &bufferSize);
4674 while ((numberReady==FALSE) && (index<bufferSize))
4761 }while ((index<bufferSize)&&(endOfLine==FALSE));
H A DosUtil.c1589 applicationConfigBuffer.bufferSize = (UINT16)Length;
4938 applicationConfigBuffer.bufferSize = (UINT16)Length;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
H A DscanMngr.c1290 "pParam->content.applicationConfigBuffer.bufferSize=%d.\n",
1292 pParam->content.applicationConfigBuffer.bufferSize) );
1298 if ( sizeof(scan_Policy_t) != pParam->content.applicationConfigBuffer.bufferSize )
1302 pParam->content.applicationConfigBuffer.bufferSize) );
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
H A DosRgstry.c5005 TI_UINT32 bufferSize = 0; local
5024 &bufferSize);
5035 while ((numberReady==TI_FALSE) && (index<bufferSize))
5189 }while ((index<bufferSize)&&(endOfLine==TI_FALSE));
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DCmdInterpretWext.c1531 cckm_assoc.assocRespLen = Param.content.assocReqBuffer.bufferSize - ASSOC_RESP_FIXED_DATA_LEN ;

Completed in 721 milliseconds