HomeSort by relevance Sort by last modified time
    Searched refs:mAlignedSize (Results 1 - 2 of 2) 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);

Completed in 3292 milliseconds