HomeSort by relevance Sort by last modified time
    Searched refs:postCount (Results 1 - 4 of 4) 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/renderControl_enc/
renderControl_entry.cpp 31 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead);
179 EGLint rcColorBufferCacheFlush(uint32_t colorbuffer, EGLint postCount, int forRead)
182 return ctx->rcColorBufferCacheFlush(ctx, colorbuffer, postCount, forRead);
renderControl_enc.cpp 783 EGLint rcColorBufferCacheFlush_enc(void *self , uint32_t colorbuffer, EGLint postCount, int forRead)
802 memcpy(ptr, &postCount, 4); ptr += 4;
    [all...]
  /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 62 milliseconds