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

/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp167 RowSlot* rowSlot = allocRowSlot(); local
168 if (rowSlot == NULL) {
184 LOG_WINDOW("Allocated row %u, rowSlot is at offset %u, fieldDir is %d bytes at offset %u\n",
185 mHeader->numRows - 1, offsetFromPtr(rowSlot), fieldDirSize, fieldDirOffset);
186 rowSlot->offset = fieldDirOffset;
264 RowSlot* rowSlot = getRowSlot(row); local
265 if (!rowSlot) {
266 ALOGE("Failed to find rowSlot for row %d.", row);
269 FieldSlot* fieldDir = static_cast<FieldSlot*>(offsetToPtr(rowSlot->offset));

Completed in 36 milliseconds