Searched defs:hBufferPool (Results 1 – 2 of 2) sorted by relevance
115 void bufferPool_config( TI_HANDLE hBufferPool, TI_HANDLE hReport ) in bufferPool_config()131 void bufferPool_destroy( TI_HANDLE hBufferPool ) in bufferPool_destroy()152 void bufferPool_reinit( TI_HANDLE hBufferPool ) in bufferPool_reinit()194 bufferPool_buffer_t bufferPool_allocateBuffer( TI_HANDLE hBufferPool ) in bufferPool_allocateBuffer()244 void bufferPool_releaseBuffer( TI_HANDLE hBufferPool, bufferPool_buffer_t buffer ) in bufferPool_releaseBuffer()288 bufferPoolDbg_t *bufferPool_getDebugInformation( TI_HANDLE hBufferPool ) in bufferPool_getDebugInformation()
163 TI_HANDLE hBufferPool; /* Packet ID buffer pool */ member