Home | History | Annotate | Download | only in utils

Lines Matching refs:hBufferPool

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.\n
194 bufferPool_buffer_t bufferPool_allocateBuffer( TI_HANDLE hBufferPool )
196 bufferPool_t* pBufferPool = (bufferPool_t*)hBufferPool;
241 * \param hbufferPool - handle to a buffer pool object.\n
244 void bufferPool_releaseBuffer( TI_HANDLE hBufferPool, bufferPool_buffer_t buffer )
246 bufferPool_t* pBufferPool = (bufferPool_t*)hBufferPool;
286 * \param hbufferPool - handle to a buffer pool object.\n
288 bufferPoolDbg_t *bufferPool_getDebugInformation( TI_HANDLE hBufferPool )
290 bufferPool_t* pBufferPool = (bufferPool_t*)hBufferPool;