Lines Matching refs:ids
402 ALOGE("Unmatched field IDs, values, and sizes in closure creation.");
409 ALOGE("Unmatched closures and field IDs for dependencies in closure creation.");
520 ALOGE("Unmatched field IDs, values, and sizes in closure creation.");
1092 ALOGE("Failed to get Java array elements: ids");
1101 RsElement *ids = (RsElement*)malloc(fieldCount * sizeof(RsElement));
1105 ids[i] = (RsElement)jIds[i];
1115 (const RsElement *)ids, fieldCount,
1119 free(ids);
1159 uintptr_t *ids = (uintptr_t*)malloc(dataSize * sizeof(uintptr_t));
1163 rsaElementGetSubElements((RsContext)con, (RsElement)id, ids, names, arraySizes,
1167 const jlong id = (jlong)(uintptr_t)ids[i];
1174 free(ids);