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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 105 int cacheCount;
hwc_mdpcomp.cpp 56 cacheCount:%2d \n", mCachedFrame.layerCount,
57 mCachedFrame.mdpCount, mCachedFrame.cacheCount);
248 cacheCount = 0;
262 cacheCount = curFrame.fbCount;
758 (mCurrentFrame.fbCount != mCachedFrame.cacheCount) ||
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java 239 final AtomicInteger cacheCount = new AtomicInteger();
256 cacheCount.incrementAndGet();
264 assertEquals(1, cacheCount.get());
    [all...]

Completed in 148 milliseconds