Home
last modified time | relevance | path

Searched refs:Alloc (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.h53 using Alloc = std::function<Memory(size_t)>; variable
60 explicit CommandBufferStagingStream(const Alloc& allocFn, const Free& freeFn);
97 Alloc m_alloc;
DCommandBufferStagingStream.cpp50 CommandBufferStagingStream::CommandBufferStagingStream(const Alloc& allocFn, const Free& freeFn) in CommandBufferStagingStream()
DResourceTracker.h481 CommandBufferStagingStream::Alloc getAlloc();
DResourceTracker.cpp138 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/
Dallocator.cpp90 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/
Dion.cpp83 int ret = bufallocator.Alloc(it.heap_name, len, flags); in exynos_ion_alloc()
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp611 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/
Dmali_gralloc_ion.cpp224 int shared_fd = get_allocator().Alloc(heap_name, size, 0); in alloc_from_dmabuf_heap()
/hardware/interfaces/tv/tuner/1.0/default/
DFilter.cpp634 av_fd = buffer_allocator->Alloc("system-uncached", size); in createAvIonFd()
/hardware/interfaces/tv/tuner/1.1/default/
DFilter.cpp840 av_fd = buffer_allocator->Alloc("system-uncached", size); in createAvIonFd()
/hardware/interfaces/tv/tuner/aidl/default/
DFilter.cpp1098 av_fd = buffer_allocator->Alloc("system-uncached", size); in createAvIonFd()