Searched refs:heap_data (Results 1 – 7 of 7) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | ion.c | 16 struct ion_heap_data *heap_data = in ion_get_heap_id() local 19 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()
|
/external/linux-kselftest/tools/testing/selftests/android/ion/ |
D | ionutils.c | 54 struct ion_heap_data heap_data[MAX_HEAP_COUNT]; in ion_export_buffer_fd() local 71 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()
|
/external/minigbm/ |
D | mediatek.c | 373 struct dma_heap_allocation_data heap_data = { in mediatek_bo_create_with_modifiers() local 390 heap_data.len = bo->meta.total_size; in mediatek_bo_create_with_modifiers() 401 ret = ioctl(priv->dma_heap_fd, DMA_HEAP_IOCTL_ALLOC, &heap_data); in mediatek_bo_create_with_modifiers() 408 ret = drmPrimeFDToHandle(bo->drv->fd, heap_data.fd, &bo->handle.u32); in mediatek_bo_create_with_modifiers() 409 close(heap_data.fd); in mediatek_bo_create_with_modifiers() 411 drv_loge("Failed drmPrimeFDToHandle(fd:%d) ret=%d\n", heap_data.fd, ret); in mediatek_bo_create_with_modifiers()
|
/external/private-join-and-compute/private_join_and_compute/util/ |
D | recordio.cc | 267 HeapData heap_data; in ReadHeapDataFromReader() local 268 heap_data.key = (*key_)(data); in ReadHeapDataFromReader() 269 heap_data.data = data; in ReadHeapDataFromReader() 270 heap_data.index = index; in ReadHeapDataFromReader() 271 min_heap_.push(heap_data); in ReadHeapDataFromReader()
|
/external/openthread/src/core/ |
D | BUILD.gn | 414 "common/heap_data.cpp", 415 "common/heap_data.hpp",
|
D | CMakeLists.txt | 110 common/heap_data.cpp
|
/external/openthread/ |
D | Android.bp | 182 "src/core/common/heap_data.cpp",
|