Searched refs:Alloc (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | CommandBufferStagingStream.h | 53 using Alloc = std::function<Memory(size_t)>; variable 60 explicit CommandBufferStagingStream(const Alloc& allocFn, const Free& freeFn); 97 Alloc m_alloc;
|
D | CommandBufferStagingStream.cpp | 50 CommandBufferStagingStream::CommandBufferStagingStream(const Alloc& allocFn, const Free& freeFn) in CommandBufferStagingStream()
|
D | ResourceTracker.h | 481 CommandBufferStagingStream::Alloc getAlloc();
|
D | ResourceTracker.cpp | 138 void setAllocFree(CommandBufferStagingStream::Alloc&& allocFn, in setAllocFree() 184 CommandBufferStagingStream::Alloc mAlloc = nullptr; 6743 CommandBufferStagingStream::Alloc ResourceTracker::getAlloc() { in getAlloc()
|
/hardware/interfaces/media/bufferpool/aidl/default/tests/ |
D | allocator.cpp | 90 static AllocationAshmem *Alloc(size_t size) { in Alloc() function in __anon8535dd720211::AllocationAshmem 151 AllocationAshmem::Alloc(ashmemParams.data.capacity)); in allocate()
|
/hardware/google/graphics/common/libion/ |
D | ion.cpp | 83 int ret = bufallocator.Alloc(it.heap_name, len, flags); in exynos_ion_alloc()
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 611 template < class T, class Alloc = std::allocator<T> > 612 using vector = std::vector<T, Alloc>; 3839 template<class Alloc> 3842 Alloc alloc_; 3846 typedef typename std::allocator_traits<Alloc>::pointer pointer; 3848 Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, copies_{ copies } in Deleter() 3853 Alloc tmpAlloc{ alloc_ }; in operator ()() 3854 std::allocator_traits<Alloc>::destroy(tmpAlloc, std::addressof(*ptr)); in operator ()() 3855 std::allocator_traits<Alloc>::deallocate(tmpAlloc, ptr, copies_); in operator ()() 3866 template <class T, class Alloc, class... Args> [all …]
|
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 224 int shared_fd = get_allocator().Alloc(heap_name, size, 0); in alloc_from_dmabuf_heap()
|
/hardware/interfaces/tv/tuner/1.0/default/ |
D | Filter.cpp | 634 av_fd = buffer_allocator->Alloc("system-uncached", size); in createAvIonFd()
|
/hardware/interfaces/tv/tuner/1.1/default/ |
D | Filter.cpp | 840 av_fd = buffer_allocator->Alloc("system-uncached", size); in createAvIonFd()
|
/hardware/interfaces/tv/tuner/aidl/default/ |
D | Filter.cpp | 1098 av_fd = buffer_allocator->Alloc("system-uncached", size); in createAvIonFd()
|