HomeSort by relevance Sort by last modified time
    Searched refs:hBufferPool (Results 1 - 4 of 4) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
bufferPoolApi.h 141 * \param hbufferPool - handle to a buffer pool object.\n
144 void bufferPool_config( TI_HANDLE hBufferPool, TI_HANDLE hReport );
152 * \param hbufferPool - handle to a buffer pool object.\n
154 void bufferPool_destroy( TI_HANDLE hBufferPool );
163 * \param hbufferPool - handle to a buffer pool object.\n
165 void bufferPool_reinit( TI_HANDLE hBufferPool );
173 * \param hbufferPool - handle to a buffer pool object.\n
176 bufferPool_buffer_t bufferPool_allocateBuffer( TI_HANDLE hBufferPool );
184 * \param hbufferPool - handle to a buffer pool object.\n
187 void bufferPool_releaseBuffer( TI_HANDLE hBufferPool, bufferPool_buffer_t buffer )
    [all...]
bufferPool.c 112 * \param hbufferPool - handle to a buffer pool object.\n
115 void bufferPool_config( TI_HANDLE hBufferPool, TI_HANDLE hReport )
117 bufferPool_t* pBufferPool = (bufferPool_t*)hBufferPool;
129 * \param hbufferPool - handle to a buffer pool object.\n
131 void bufferPool_destroy( TI_HANDLE hBufferPool )
133 bufferPool_t* pBufferPool = (bufferPool_t*)hBufferPool;
150 * \param hbufferPool - handle to a buffer pool object.\n
152 void bufferPool_reinit( TI_HANDLE hBufferPool )
154 bufferPool_t* pBufferPool = (bufferPool_t*)hBufferPool;
191 * \param hbufferPool - handle to a buffer pool object.\
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.h 163 TI_HANDLE hBufferPool; /* Packet ID buffer pool */
tx.c 312 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 18 milliseconds