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

  /packages/apps/Camera2/src/com/android/camera/async/
CountableBufferQueue.java 114 int postCount;
119 postCount = mCount;
121 if (preCount != postCount) {
122 mSizeCallback.update(postCount);
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 648 intptr_t postCount = 0;
662 postCount = *((intptr_t *)cb->ashmemBase);
678 postCount,
683 ALOGE("gralloc_lock cacheFlush failed postCount=%d sw_read=%d\n",
684 postCount, sw_read);
    [all...]

Completed in 56 milliseconds