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

  /external/srec/portable/src/
pmemfixed.c 185 char* initMemPool(int poolId, int memBlockSize, int numOfMemBlocks, char** startAddress);
189 void increaseMemPoolSize(unsigned int poolId);
369 char* initMemPool(int poolId, int memBlockSize, int numOfMemBlocks, char** startAddress)
380 *((unsigned int*)pCurrMemBlock) = poolId;
417 int poolId;
427 poolId = NUM_OF_POOLS;
435 poolId = ii;
442 if (NUM_OF_POOLS > poolId)
448 for (ii = poolId; ii < NUM_OF_POOLS; ii++)
526 void increaseMemPoolSize(unsigned int poolId)
    [all...]
pmemblock.c 52 unsigned long poolId;
244 memoryPool[i].poolInfo[j].poolId = 0;
263 unsigned long retval = pt_delete(memoryPool[i].poolInfo[j].poolId);
269 memoryPool[i].poolInfo[j].poolId = 0;
287 unsigned long poolId, unused;
321 1 << whichPool, PT_LOCAL | PT_DEL, &poolId, &unused);
329 memoryPool[whichPool].poolInfo[currentNumberOfPools].poolId = poolId;
352 PORT_ASSERT(memoryPool[whichPool].poolInfo[poolIndex].poolId);
354 retval = pt_getbuf(memoryPool[whichPool].poolInfo[poolIndex].poolId, &pMemory)
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]

Completed in 43 milliseconds