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

  /system/chre/util/tests/
memory_pool_test.cc 12 EXPECT_EQ(memoryPool.getFreeBlockCount(), 3);
14 EXPECT_EQ(memoryPool.getFreeBlockCount(), 2);
16 EXPECT_EQ(memoryPool.getFreeBlockCount(), 1);
18 EXPECT_EQ(memoryPool.getFreeBlockCount(), 0);
20 EXPECT_EQ(memoryPool.getFreeBlockCount(), 0);
39 EXPECT_EQ(memoryPool.getFreeBlockCount(), 1);
  /system/chre/util/include/chre/util/
synchronized_memory_pool_impl.h 41 size_t SynchronizedMemoryPool<ElementType, kSize>::getFreeBlockCount() {
43 return mMemoryPool.getFreeBlockCount();
synchronized_memory_pool.h 57 size_t getFreeBlockCount();
memory_pool.h 81 size_t getFreeBlockCount() const;
memory_pool_impl.h 64 size_t MemoryPool<ElementType, kSize>::getFreeBlockCount() const {
  /system/chre/core/
event_loop.cc 251 mEventPool.getFreeBlockCount() > kMinReservedSystemEventCount)) {
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 379 milliseconds