Home
last modified time | relevance | path

Searched refs:evicted (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
DLruCacheTest.java374 boolean evicted, String key, String oldValue, String newValue) { in testEntryRemovedIsCalledWithoutSynchronization()
412 boolean evicted, String key, String oldValue, String newValue) { in testCreateWithConcurrentPut()
439 boolean evicted, String key, Integer oldValue, Integer newValue) { in testCreateWithConcurrentCreate()
459 boolean evicted, String key, String oldValue, String newValue) {
460 String message = evicted
/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h542 auto evicted = wouldEvictLocked(client); in addAndEvict() local
543 auto it = evicted.begin(); in addAndEvict()
544 if (it != evicted.end() && *it == client) { in addAndEvict()
545 return evicted; in addAndEvict()
548 auto iter = evicted.cbegin(); in addAndEvict()
550 if (iter != evicted.cend()) { in addAndEvict()
569 return evicted; in addAndEvict()
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DBaseFragmentPagerAdapter.java183 protected void entryRemoved(boolean evicted, String key, in entryRemoved() argument
186 if (evicted || (newValue != null && oldValue != newValue)) { in entryRemoved()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DTaskKeyLruCache.java51 protected void entryRemoved(boolean evicted, Integer taskId, V oldV, V newV) { in TaskKeyLruCache()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1051 auto evicted = mActiveClientManager.addAndEvict(clientDescriptor); in finishConnectLocked() local
1056 if (evicted.size() > 0) { in finishConnectLocked()
1058 for (auto& i : evicted) { in finishConnectLocked()
1153 auto evicted = mActiveClientManager.wouldEvict(clientDescriptor); in handleEvictionsLocked() local
1157 if (std::find(evicted.begin(), evicted.end(), clientDescriptor) != evicted.end()) { in handleEvictionsLocked()
1192 for (auto& i : evicted) { in handleEvictionsLocked()
1970 std::vector<sp<BasicClient>> evicted; in evictClientIdByRemote() local
1980 evicted.push_back(clientSp); in evictClientIdByRemote()
1995 for (auto& i : evicted) { in evictClientIdByRemote()
2061 std::vector<sp<BasicClient>> evicted; in doUserSwitch() local
[all …]
/frameworks/base/core/java/android/util/
DLruCache.java266 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved() argument
/frameworks/layoutlib/bridge/src/android/util/
DLruCache.java275 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved() argument
/frameworks/av/media/bufferpool/1.0/
DBufferPoolClient.cpp575 size_t evicted = 0; in evictCaches() local
579 ++evicted; in evictCaches()
585 (long long)mConnectionId, mCache.mBuffers.size(), mCache.mActive, evicted); in evictCaches()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pGroupList.java58 protected void entryRemoved(boolean evicted, Integer netId, in WifiP2pGroupList()
/frameworks/base/services/core/java/com/android/server/accounts/
DTokenCache.java121 protected void entryRemoved(boolean evicted, Key k, Value oldVal, Value newVal) { in entryRemoved() argument
/frameworks/av/media/bufferpool/2.0/
DBufferPoolClient.cpp672 size_t evicted = 0; in evictCaches() local
676 ++evicted; in evictCaches()
682 (long long)mConnectionId, mCache.mBuffers.size(), mCache.mActive, evicted); in evictCaches()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1357 protected void entryRemoved(boolean evicted, String key, in entryRemoved() argument