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

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

Completed in 35 milliseconds