Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h468 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/
DLruCacheTest.java373 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/
DBaseFragmentPagerAdapter.java183 protected void entryRemoved(boolean evicted, String key, in entryRemoved() argument
186 if (evicted || (newValue != null && oldValue != newValue)) { in entryRemoved()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp923 auto evicted = mActiveClientManager.addAndEvict(clientDescriptor); in finishConnectLocked() local
928 if (evicted.size() > 0) { in finishConnectLocked()
930 for (auto& i : evicted) { in finishConnectLocked()
1012 auto evicted = mActiveClientManager.wouldEvict(clientDescriptor); in handleEvictionsLocked() local
1016 if (std::find(evicted.begin(), evicted.end(), clientDescriptor) != evicted.end()) { in handleEvictionsLocked()
1048 for (auto& i : evicted) { in handleEvictionsLocked()
1483 std::vector<sp<BasicClient>> evicted; in evictClientIdByRemote() local
1494 evicted.push_back(clientSp); in evictClientIdByRemote()
1508 for (auto& i : evicted) { in evictClientIdByRemote()
1622 std::vector<sp<BasicClient>> evicted; in doUserSwitch() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DKeyStoreLruCache.java40 protected void entryRemoved(boolean evicted, Integer taskId, V oldV, V newV) { in KeyStoreLruCache()
/frameworks/support/v4/java/android/support/v4/util/
DLruCache.java227 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved() argument
/frameworks/base/core/java/android/util/
DLruCache.java264 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved() argument
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DLruCache.java275 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved() argument
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pGroupList.java55 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/base/docs/html/training/displaying-bitmaps/
Dmanage-memory.jd158 a bitmap is evicted from the {@link android.util.LruCache},
177 protected void entryRemoved(boolean evicted, String key,
/frameworks/base/docs/html/preview/
Dbehavior-changes.jd261 <li>Active camera clients for lower priority apps may be “evicted” when a higher priority
265 called for the evicted client. In the {@link android.hardware.camera2 Camera2} API, it results in
267 being called for the evicted client.</li>
277 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/
DSQLiteConnection.java1258 protected void entryRemoved(boolean evicted, String key, in entryRemoved() argument
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd728 cache, the value at the end of that queue is evicted and may become eligible for