Home
last modified time | relevance | path

Searched refs:mAlloc (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/
DoverlayMem.h97 gralloc::IAllocController* mAlloc; variable
111 mAlloc = gralloc::IAllocController::getInstance(); in OvMem()
140 err = mAlloc->allocate(data, allocFlags); in open()
161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMem.h98 gralloc::IAllocController* mAlloc; variable
115 mAlloc = gralloc::IAllocController::getInstance(); in OvMem()
150 err = mAlloc->allocate(data, allocFlags); in open()
171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMem.h98 gralloc::IAllocController* mAlloc; variable
115 mAlloc = gralloc::IAllocController::getInstance(); in OvMem()
150 err = mAlloc->allocate(data, allocFlags); in open()
171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMem.h104 gralloc::IAllocController* mAlloc; variable
125 mAlloc = gralloc::IAllocController::getInstance(); in OvMem()
160 err = mAlloc->allocate(data, allocFlags); in open()
189 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
/hardware/interfaces/media/bufferpool/aidl/default/tests/
Dallocator.cpp114 : mAlloc(alloc) {} in AllocationDtor()
118 const std::shared_ptr<AllocationAshmem> mAlloc; member
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp140 mAlloc = allocFn; in setAllocFree()
166 if (mAlloc && mFree) { in popStaging()
168 stream = new CommandBufferStagingStream(mAlloc, mFree); in popStaging()
184 CommandBufferStagingStream::Alloc mAlloc = nullptr; member