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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 123 private byte[] mIndexHeader = new byte[INDEX_HEADER_SIZE];
189 // mIndexHeader and index header in file should be kept sync.
196 byte[] buf = mIndexHeader;
304 byte[] buf = mIndexHeader;
332 writeInt(mIndexHeader, IH_ACTIVE_REGION, mActiveRegion);
333 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries);
334 writeInt(mIndexHeader, IH_ACTIVE_BYTES, mActiveBytes);
342 // Sync mIndexHeader to the index file.
344 writeInt(mIndexHeader, IH_CHECKSUM,
345 checkSum(mIndexHeader, 0, IH_CHECKSUM))
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 124 private byte[] mIndexHeader = new byte[INDEX_HEADER_SIZE];
190 // mIndexHeader and index header in file should be kept sync.
197 byte[] buf = mIndexHeader;
305 byte[] buf = mIndexHeader;
333 writeInt(mIndexHeader, IH_ACTIVE_REGION, mActiveRegion);
334 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries);
335 writeInt(mIndexHeader, IH_ACTIVE_BYTES, mActiveBytes);
343 // Sync mIndexHeader to the index file.
345 writeInt(mIndexHeader, IH_CHECKSUM,
346 checkSum(mIndexHeader, 0, IH_CHECKSUM))
    [all...]

Completed in 44 milliseconds