Searched refs:ROW_SLOT_CHUNK_SIZE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A DCursorWindow.cpp96 mFreeOffset = sizeof(window_header_t) + ROW_SLOT_CHUNK_SIZE;
180 int chunkPtrOffset = sizeof(window_header_t) + ROW_SLOT_CHUNK_SIZE - sizeof(uint32_t);
194 int chunkPtrOffset = sizeof(window_header_t) + ROW_SLOT_CHUNK_SIZE - sizeof(uint32_t);
202 nextChunkOffset = alloc(ROW_SLOT_CHUNK_SIZE, true);
210 *((uint32_t *)(rowChunk + ROW_SLOT_CHUNK_SIZE - sizeof(uint32_t))) = 0;
H A DCursorWindow.h37 #define ROW_SLOT_CHUNK_SIZE ((ROW_SLOT_CHUNK_NUM_ROWS * sizeof(row_slot_t)) + sizeof(uint32_t)) macro

Completed in 159 milliseconds