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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
bufferPool.h 55 UINT32 numberOfBuffers; /**< The total number of buffers allocated for this pool */
bufferPool.c 93 pBufferPool->numberOfBuffers = numOfBuffers;
137 pBufferPool->bufferSize * pBufferPool->numberOfBuffers );
161 for ( i = 0; i < pBufferPool->numberOfBuffers - 1; i++ )
170 (pBufferPool->bufferSize * (pBufferPool->numberOfBuffers - 1))) =

Completed in 394 milliseconds