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

  /system/chre/apps/chqts/src/shared/
dumb_allocator.cc 28 mAllocatedSlots(0) {
43 if ((mAllocatedSlots & mask) == 0) {
45 mAllocatedSlots |= mask;
61 mAllocatedSlots &= ~(1 << slot);
dumb_allocator.h 38 // Our mAllocatedSlots is treated as a bit array, so we get 8 slots for
40 return (sizeof(mAllocatedSlots) * 8);
47 uint32_t mAllocatedSlots;

Completed in 53 milliseconds