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

  /packages/apps/Contacts/src/com/android/contacts/util/
ExpirableCache.java 116 private final int mGeneration;
128 mGeneration = mCacheGeneration.get();
138 return mGeneration != mCacheGeneration.get();
153 private final AtomicInteger mGeneration;
157 mGeneration = new AtomicInteger(0);
229 mGeneration.incrementAndGet();
238 return new GenerationalCachedValue<V>(value, mGeneration);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java 95 private int mGeneration;
155 mGeneration = sGenerationCounter++;
380 if (token != mGeneration) {
544 mBeginTimeMs, mEndTimeMs, mNumberOfThumbnails, mGeneration,
594 mGeneration = sGenerationCounter++;
  /system/media/wilhelm/src/
itfstruct.h 47 volatile int32_t mGeneration; // read without a lock, incremented with a lock
70 SLuint32 mGeneration; // incremented each master clock cycle

Completed in 117 milliseconds