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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
bufferPoolApi.h 103 BOOLEAN bAllocated[ BUFFER_POOL_MAX_NUM_OF_BUFFERS_FOR_DBG ];
bufferPool.c 180 pBufferPool->bufferPoolDbg.bAllocated[ i ] = FALSE;
228 pBufferPool->bufferPoolDbg.bAllocated[ bufferIndex ] = TRUE;
254 (FALSE == pBufferPool->bufferPoolDbg.bAllocated[ bufferIndex ]) )
268 pBufferPool->bufferPoolDbg.bAllocated[ bufferIndex ] = FALSE;

Completed in 635 milliseconds