Searched refs:mAlloc (Results 1 – 6 of 6) sorted by relevance
97 gralloc::IAllocController* mAlloc; variable111 mAlloc = gralloc::IAllocController::getInstance(); in OvMem()140 err = mAlloc->allocate(data, allocFlags); in open()161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
98 gralloc::IAllocController* mAlloc; variable115 mAlloc = gralloc::IAllocController::getInstance(); in OvMem()150 err = mAlloc->allocate(data, allocFlags); in open()171 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
104 gralloc::IAllocController* mAlloc; variable125 mAlloc = gralloc::IAllocController::getInstance(); in OvMem()160 err = mAlloc->allocate(data, allocFlags); in open()189 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType); in close()
114 : mAlloc(alloc) {} in AllocationDtor()118 const std::shared_ptr<AllocationAshmem> mAlloc; member
140 mAlloc = allocFn; in setAllocFree()166 if (mAlloc && mFree) { in popStaging()168 stream = new CommandBufferStagingStream(mAlloc, mFree); in popStaging()184 CommandBufferStagingStream::Alloc mAlloc = nullptr; member