Searched refs:hBufferPool (Results 1 - 4 of 4) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A DbufferPoolApi.h144 void bufferPool_config( TI_HANDLE hBufferPool, TI_HANDLE hReport );
154 void bufferPool_destroy( TI_HANDLE hBufferPool );
165 void bufferPool_reinit( TI_HANDLE hBufferPool );
176 bufferPool_buffer_t bufferPool_allocateBuffer( TI_HANDLE hBufferPool );
187 void bufferPool_releaseBuffer( TI_HANDLE hBufferPool, bufferPool_buffer_t buffer );
198 bufferPoolDbg_t *bufferPool_getDebugInformation( TI_HANDLE hBufferPool );
H A DbufferPool.c115 void bufferPool_config( TI_HANDLE hBufferPool, TI_HANDLE hReport ) argument
117 bufferPool_t* pBufferPool = (bufferPool_t*)hBufferPool;
131 void bufferPool_destroy( TI_HANDLE hBufferPool )
133 bufferPool_t* pBufferPool = (bufferPool_t*)hBufferPool;
152 void bufferPool_reinit( TI_HANDLE hBufferPool )
154 bufferPool_t* pBufferPool = (bufferPool_t*)hBufferPool;
194 bufferPool_buffer_t bufferPool_allocateBuffer( TI_HANDLE hBufferPool )
196 bufferPool_t* pBufferPool = (bufferPool_t*)hBufferPool;
244 void bufferPool_releaseBuffer( TI_HANDLE hBufferPool, bufferPool_buffer_t buffer ) argument
246 bufferPool_t* pBufferPool = (bufferPool_t*)hBufferPool;
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A Dtx.h163 TI_HANDLE hBufferPool; /* Packet ID buffer pool */ member in struct:__anon701
H A Dtx.c312 hTxData->hBufferPool = bufferPool_create( hOs,
315 if ( NULL == hTxData->hBufferPool )
325 bufferPool_destroy( hTxData->hBufferPool );
334 bufferPool_destroy( hTxData->hBufferPool );
344 bufferPool_destroy( hTxData->hBufferPool );
354 bufferPool_destroy (hTxData->hBufferPool);
365 bufferPool_destroy (hTxData->hBufferPool);
378 bufferPool_destroy( hTxData->hBufferPool );
393 bufferPool_destroy( hTxData->hBufferPool );
411 bufferPool_destroy( hTxData->hBufferPool );
[all...]

Completed in 173 milliseconds