Searched refs:heap_data (Results 1 – 2 of 2) sorted by relevance
16 struct ion_heap_data *heap_data = in ion_get_heap_id() local19 if (ion_query_get_heaps(ion_fd, heap_count, heap_data)) in ion_get_heap_id()21 free(heap_data); in ion_get_heap_id()25 for (struct ion_heap_data *hi = heap_data; in ion_get_heap_id()26 (hi - heap_data) < heap_count; in ion_get_heap_id()36 free(heap_data); in ion_get_heap_id()
54 struct ion_heap_data heap_data[MAX_HEAP_COUNT]; in ion_export_buffer_fd() local71 query.heaps = (unsigned long int)&heap_data[0]; in ion_export_buffer_fd()82 if (heap_data[i].type == ion_info->heap_type) { in ion_export_buffer_fd()83 heap_id = heap_data[i].heap_id; in ion_export_buffer_fd()