/frameworks/base/core/tests/coretests/src/android/util/ |
D | LruCacheTest.java | 374 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/ |
D | ClientManager.h | 542 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/ |
D | BaseFragmentPagerAdapter.java | 183 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/ |
D | TaskKeyLruCache.java | 51 protected void entryRemoved(boolean evicted, Integer taskId, V oldV, V newV) { in TaskKeyLruCache()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 1051 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/ |
D | LruCache.java | 266 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved() argument
|
/frameworks/layoutlib/bridge/src/android/util/ |
D | LruCache.java | 275 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved() argument
|
/frameworks/av/media/bufferpool/1.0/ |
D | BufferPoolClient.cpp | 575 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/ |
D | WifiP2pGroupList.java | 58 protected void entryRemoved(boolean evicted, Integer netId, in WifiP2pGroupList()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | TokenCache.java | 121 protected void entryRemoved(boolean evicted, Key k, Value oldVal, Value newVal) { in entryRemoved() argument
|
/frameworks/av/media/bufferpool/2.0/ |
D | BufferPoolClient.cpp | 672 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/ |
D | SQLiteConnection.java | 1357 protected void entryRemoved(boolean evicted, String key, in entryRemoved() argument
|