Searched defs:mAllocType (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMem.h88 int mAllocType; member in class:overlay::OvMem
108 mAllocType = 0;
148 mAllocType = data.allocType;
161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
170 mAllocType = 0;
204 ALOGE("fd=%d addr=%p type=%d bufsz=%u", mFd, mBaseAddr, mAllocType, mBufSz);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMem.h88 int mAllocType; member in class:overlay::OvMem
108 mAllocType = 0;
149 mAllocType = data.allocType;
162 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
171 mAllocType = 0;
205 ALOGE("fd=%d addr=%p type=%d bufsz=%u", mFd, mBaseAddr, mAllocType, mBufSz);
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayMem.h88 int mAllocType; member in class:overlay::OvMem
108 mAllocType = 0;
148 mAllocType = data.allocType;
161 IMemAlloc* memalloc = mAlloc->getAllocator(mAllocType);
170 mAllocType = 0;
204 ALOGE("fd=%d addr=%p type=%d bufsz=%u", mFd, mBaseAddr, mAllocType, mBufSz);

Completed in 126 milliseconds