/frameworks/av/services/camera/libcameraservice/utils/ |
D | ClientManager.h | 468 auto evicted = wouldEvictLocked(client); in addAndEvict() local 469 auto it = evicted.begin(); in addAndEvict() 470 if (it != evicted.end() && *it == client) { in addAndEvict() 471 return evicted; in addAndEvict() 474 auto iter = evicted.cbegin(); in addAndEvict() 476 if (iter != evicted.cend()) { in addAndEvict() 495 return evicted; in addAndEvict()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | LruCacheTest.java | 373 boolean evicted, String key, String oldValue, String newValue) { in testEntryRemovedIsCalledWithoutSynchronization() 411 boolean evicted, String key, String oldValue, String newValue) { in testCreateWithConcurrentPut() 438 boolean evicted, String key, Integer oldValue, Integer newValue) { in testCreateWithConcurrentCreate() 458 boolean evicted, String key, String oldValue, String newValue) { 459 String message = evicted
|
/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/av/services/camera/libcameraservice/ |
D | CameraService.cpp | 1039 auto evicted = mActiveClientManager.addAndEvict(clientDescriptor); in finishConnectLocked() local 1044 if (evicted.size() > 0) { in finishConnectLocked() 1046 for (auto& i : evicted) { in finishConnectLocked() 1134 auto evicted = mActiveClientManager.wouldEvict(clientDescriptor); in handleEvictionsLocked() local 1138 if (std::find(evicted.begin(), evicted.end(), clientDescriptor) != evicted.end()) { in handleEvictionsLocked() 1170 for (auto& i : evicted) { in handleEvictionsLocked() 1663 std::vector<sp<BasicClient>> evicted; in evictClientIdByRemote() local 1674 evicted.push_back(clientSp); in evictClientIdByRemote() 1689 for (auto& i : evicted) { in evictClientIdByRemote() 1830 std::vector<sp<BasicClient>> evicted; in doUserSwitch() local [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | TaskKeyLruCache.java | 55 protected void entryRemoved(boolean evicted, Integer taskId, V oldV, V newV) { in TaskKeyLruCache()
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pGroupList.java | 55 protected void entryRemoved(boolean evicted, Integer netId, in WifiP2pGroupList()
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | LruCache.java | 275 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved() argument
|
/frameworks/base/core/java/android/util/ |
D | LruCache.java | 264 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved() argument
|
/frameworks/support/v4/java/android/support/v4/util/ |
D | LruCache.java | 227 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved() argument
|
/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/support/documents-archive/src/android/support/provider/ |
D | DocumentArchiveHelper.java | 78 public void entryRemoved(boolean evicted, String key,
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | manage-memory.jd | 158 a bitmap is evicted from the {@link android.util.LruCache}, 177 protected void entryRemoved(boolean evicted, String key,
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | android-6.0-changes.jd | 254 <li>Active camera clients for lower priority apps may be “evicted” when a higher priority 258 called for the evicted client. In the {@link android.hardware.camera2 Camera2} API, it results in 260 being called for the evicted client.</li> 270 to be evicted. Access to the camera is limited to user profiles owned by the current device user.
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteConnection.java | 1260 protected void entryRemoved(boolean evicted, String key, in entryRemoved() argument
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1.jd | 728 cache, the value at the end of that queue is evicted and may become eligible for
|