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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
mmapped_buffer.h 60 mAlignedSize(alignedSize), mMmapFd(mmapFd), mIsUpdatable(isUpdatable) {}
64 : mByteArrayView(), mMmappedBuffer(nullptr), mAlignedSize(0),
71 const int mAlignedSize;
mmapped_buffer.cpp 85 if (mAlignedSize == 0) {
88 int ret = munmap(mMmappedBuffer, mAlignedSize);
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI_Mem.h 88 uint32_t mAlignedSize;
103 uint32_t mAlignedSize;
  /device/lge/mako/camera/
QCameraHWI_Mem.h 87 uint32_t mAlignedSize;
101 uint32_t mAlignedSize;
QCameraHWI_Mem.cpp 252 mAlignedSize = mAlignedBufferSize * num_buffers;
255 new MemoryHeapBase(pmem_pool, mAlignedSize, flags);
QualcommCameraHardware.h 271 uint32_t mAlignedSize;
287 uint32_t mAlignedSize;
QualcommCameraHardware.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI_Mem.h 89 uint32_t mAlignedSize;
104 uint32_t mAlignedSize;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Mem.cpp 250 mAlignedSize = mAlignedBufferSize * num_buffers;
253 new MemoryHeapBase(pmem_pool, mAlignedSize, flags);

Completed in 172 milliseconds