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

/system/core/toolbox/
H A Ddynarray.c9 a->items = NULL;
37 new_items = realloc(a->items, new_cap*sizeof(void*));
41 a->items = new_items;
51 a->items[a->count++] = item;
57 free(a->items);
58 a->items = NULL;
98 qsort(list->items,
H A Ddynarray.h10 void** items; member in struct:__anon442
30 * remove items from the array during iteration.
36 _item_type _item = (_item_type)(_array)->items[_nn_##__LINE__]; \
58 * This macro is only intended for simple uses. Do not add or remove items
/system/extras/fatblock/
H A Dimport.c209 struct item *items; local
239 items = NULL;
278 item->next = items;
279 items = item;
310 item = items;
311 items = item->next;
345 free_items(items);
/system/core/libcutils/
H A Dstr_parms.c96 int items = 0; local
134 items++;
139 if (!items)
140 LOGV("%s: no items found in string\n", __func__);
/system/media/wilhelm/tests/sandbox/
H A Dxaplay.c168 const XAAndroidBufferItem *items; local
178 items = &eos;
183 items = &discontinuity;
186 // pure data with no items
188 items = NULL;
192 // enqueue the optional data and optional items; there is always at least one or the other
195 sizeof(MPEG2TS_Packet) * packetsThisBuffer, items, itemSize);
/system/media/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c317 XAAndroidBufferItem items[1]; local
318 items[0].itemKey = XA_ANDROID_ITEMKEY_DISCONTINUITY;
319 items[0].itemSize = 0;
324 dataCache + i*BUFFER_SIZE, BUFFER_SIZE, items /*pMsg*/,

Completed in 152 milliseconds