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

/frameworks/base/core/jni/
H A DCursorWindow.h56 // When defined to true numberic values are stored inline in the field_slot_t, otherwise they're allocated in the window
83 } __attribute__((packed)) field_slot_t; typedef in namespace:android
96 * field_slot_t per column, which has the size, offset, and type of the data for that field.
140 field_slot_t * allocRow();
149 uint32_t read_field_slot(int row, int column, field_slot_t * slot);
180 field_slot_t * getFieldSlotWithCheck(int row, int column);
181 field_slot_t * getFieldSlot(int row, int column)
184 return ((field_slot_t *)offsetToPtr(fieldDirOffset)) + column;

Completed in 23 milliseconds