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

  /packages/inputmethods/LatinIME/native/jni/src/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/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI_Mem.h 89 uint32_t mAlignedSize;
104 uint32_t mAlignedSize;

Completed in 89 milliseconds