HomeSort by relevance Sort by last modified time
    Searched refs:mHeapMem (Results 1 - 4 of 4) sorted by null

  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3StreamMem.cpp 52 mHeapMem(maxHeapBuffer),
86 return (mHeapMem.getCnt() + mGrallocMem.getCnt());
104 for (uint32_t i = 0; i < mHeapMem.getCnt(); i ++)
124 return mHeapMem.getFd(index);
144 return mHeapMem.getSize(index);
166 return mHeapMem.invalidateCache(index);
188 return mHeapMem.cleanInvalidateCache(index);
210 return mHeapMem.cleanCache(index);
236 ret = mHeapMem.getBufDef(offset, bufDef, index);
260 return mHeapMem.getPtr(index)
    [all...]
QCamera3StreamMem.h 92 QCamera3HeapMemory mHeapMem;
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3StreamMem.cpp 52 mHeapMem(maxHeapBuffer),
85 return (mHeapMem.getCnt() + mGrallocMem.getCnt());
103 for (uint32_t i = 0; i < mHeapMem.getCnt(); i ++) {
128 return mHeapMem.getFd(index);
148 return mHeapMem.getSize(index);
170 return mHeapMem.invalidateCache(index);
192 return mHeapMem.cleanInvalidateCache(index);
214 return mHeapMem.cleanCache(index);
241 ret = mHeapMem.getBufDef(offset, bufDef, index, virtualAddr);
265 return mHeapMem.getPtr(index)
    [all...]
QCamera3StreamMem.h 93 QCamera3HeapMemory mHeapMem;

Completed in 74 milliseconds