Home
last modified time | relevance | path

Searched refs:isCached (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DCachingIconView.java129 boolean isCached = mLastResId != 0 in testAndSetCache()
136 return isCached; in testAndSetCache()
147 boolean isCached; in testAndSetCache()
149 isCached = false; in testAndSetCache()
151 isCached = resId == mLastResId && null == mLastPackage; in testAndSetCache()
155 return isCached; in testAndSetCache()
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp123 bool isCached() const { in isCached() function
209 bool isCached() const { in isCached() function
210 return mBuffer->isCached(); in isCached()
758 if (!mLatestBuffer.mBuffer->isCached()) { in repeatLatestBuffer_l()
976 if (buffer->isCached()) { in acquireBuffer_l()
/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java591 final boolean isCached = uidRec.getCurProcState() in updateOomAdjLocked()
593 if (wasCached != isCached || uidRec.setProcState == PROCESS_STATE_NONEXISTENT) { in updateOomAdjLocked()
594 uidChange |= isCached ? UidRecord.CHANGE_CACHED : UidRecord.CHANGE_UNCACHED; in updateOomAdjLocked()