Home
last modified time | relevance | path

Searched refs:mAllocatedSlots (Results 1 – 2 of 2) sorted by relevance

/system/chre/apps/chqts/src/shared/
Ddumb_allocator.cc28 mAllocatedSlots(0) { in DumbAllocatorBase()
43 if ((mAllocatedSlots & mask) == 0) { in alloc()
45 mAllocatedSlots |= mask; in alloc()
61 mAllocatedSlots &= ~(1 << slot); in free()
Ddumb_allocator.h40 return (sizeof(mAllocatedSlots) * 8); in MaxSlotCount()
47 uint32_t mAllocatedSlots; variable