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

  /frameworks/base/libs/binder/
CursorWindow.cpp 180 FieldSlot* fieldDir = static_cast<FieldSlot*>(offsetToPtr(fieldDirOffset));
181 memset(fieldDir, 0, fieldDirSize);
183 LOG_WINDOW("Allocated row %u, rowSlot is at offset %u, fieldDir is %d bytes at offset %u\n",
268 FieldSlot* fieldDir = static_cast<FieldSlot*>(offsetToPtr(rowSlot->offset));
269 return &fieldDir[column];
  /frameworks/base/core/jni/
android_database_SQLiteQuery.cpp 94 LOG_WINDOW("Failed allocating fieldDir at startPos %d row %d, error=%d",

Completed in 5564 milliseconds