/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
H A D | bufferPool.h | 56 UINT32 bufferSize; /**< The size of buffers in this pool */ member in struct:__anon942
|
H A D | bufferPool.c | 54 * \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 D | bufferPoolApi.h | 130 * \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 D | os_trans.h | 36 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 D | TiwlanEventListener.h | 51 uint32_t bufferSize; member in struct:ipc_ev_data
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
H A D | os_trans.c | 125 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 D | logprint.c | 772 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 D | roamingMngr.c | 570 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 D | apConn.c | 814 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 D | apConn.c | 696 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 D | paramOut.h | 409 TI_UINT16 bufferSize; member in struct:__anon1544
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/ |
H A D | assocSM.c | 688 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 D | assocSM.c | 630 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 D | paramOut.h | 503 UINT16 bufferSize; member in struct:__anon294
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/ |
H A D | osRgstry.c | 4640 UINT32 bufferSize = 0; local 4661 &bufferSize); 4674 while ((numberReady==FALSE) && (index<bufferSize)) 4761 }while ((index<bufferSize)&&(endOfLine==FALSE));
|
H A D | osUtil.c | 1589 applicationConfigBuffer.bufferSize = (UINT16)Length; 4938 applicationConfigBuffer.bufferSize = (UINT16)Length;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/ |
H A D | scanMngr.c | 1290 "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 D | osRgstry.c | 5005 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 D | CmdInterpretWext.c | 1531 cckm_assoc.assocRespLen = Param.content.assocReqBuffer.bufferSize - ASSOC_RESP_FIXED_DATA_LEN ;
|