Searched refs:allocation_data (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/v4l2r/ffi/examples/c_fwht_decode/ |
D | fwht_decode.c | 39 struct dma_heap_allocation_data allocation_data; in allocate_dmabufs() local 43 memset(&allocation_data, 0, sizeof(allocation_data)); in allocate_dmabufs() 44 allocation_data.len = format->fmt.pix_mp.plane_fmt[0].sizeimage; in allocate_dmabufs() 45 allocation_data.fd_flags = O_CLOEXEC | O_RDWR; in allocate_dmabufs() 46 ret = ioctl(dma_device, DMA_HEAP_IOCTL_ALLOC, &allocation_data); in allocate_dmabufs() 54 dmabufs.buffers[i].planes[0] = allocation_data.fd; in allocate_dmabufs()
|
/external/cronet/stable/base/sampling_heap_profiler/ |
D | poisson_allocation_sampler.h | 136 allocation_data); 226 allocation_data) { in OnAllocation() 236 const auto type = allocation_data.allocation_subsystem(); in OnAllocation() 258 DoRecordAllocation(state, allocation_data.address(), allocation_data.size(), in OnAllocation() 259 type, allocation_data.type_name()); in OnAllocation()
|
/external/cronet/tot/base/sampling_heap_profiler/ |
D | poisson_allocation_sampler.h | 136 allocation_data); 226 allocation_data) { in OnAllocation() 236 const auto type = allocation_data.allocation_subsystem(); in OnAllocation() 258 DoRecordAllocation(state, allocation_data.address(), allocation_data.size(), in OnAllocation() 259 type, allocation_data.type_name()); in OnAllocation()
|
/external/cronet/tot/base/debug/ |
D | allocation_trace.h | 219 allocation_data); 273 allocation_data) { in OnAllocation() 274 OnAllocation(allocation_data.address(), allocation_data.size()); in OnAllocation()
|
/external/cronet/stable/base/debug/ |
D | allocation_trace.h | 219 allocation_data); 273 allocation_data) { in OnAllocation() 274 OnAllocation(allocation_data.address(), allocation_data.size()); in OnAllocation()
|
/external/cronet/tot/base/containers/ |
D | containers_memory_benchmark.cc | 80 allocation_data) { in OnAllocation() 85 allocation_data.address(), in OnAllocation() 86 allocation_data.size()); in OnAllocation()
|
/external/cronet/stable/base/containers/ |
D | containers_memory_benchmark.cc | 80 allocation_data) { in OnAllocation() 85 allocation_data.address(), in OnAllocation() 86 allocation_data.size()); in OnAllocation()
|