Home
last modified time | relevance | path

Searched defs:evicted (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/services/camera/libcameraservice/tests/
DClientManagerTest.cpp68 auto evicted = cm.addAndEvict(cam0Desc); in TEST() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DBaseFragmentPagerAdapter.java183 protected void entryRemoved(boolean evicted, String key, in entryRemoved()
/frameworks/base/core/java/android/util/
DLruCache.java272 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved()
/frameworks/base/services/core/java/com/android/server/accounts/
DTokenCache.java120 protected void entryRemoved(boolean evicted, Key k, Value oldVal, Value newVal) { in entryRemoved()
/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h636 auto evicted = wouldEvictLocked(client); in addAndEvict() local
/frameworks/av/media/module/bufferpool/1.0/
DBufferPoolClient.cpp575 size_t evicted = 0; in evictCaches() local
/frameworks/av/media/module/bufferpool/2.0/
DBufferPoolClient.cpp679 size_t evicted = 0; in evictCaches() local
DAccessorImpl.cpp929 int evicted = 0; in evictorThread() local
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1880 auto evicted = mActiveClientManager.addAndEvict(clientDescriptor); in finishConnectLocked() local
2027 auto evicted = mActiveClientManager.wouldEvict(clientDescriptor); in handleEvictionsLocked() local
2835 auto evicted = mActiveClientManager.addAndEvict(offlineClientDesc); in addOfflineClient() local
3758 std::vector<sp<BasicClient>> evicted; in evictClientIdByRemote() local
3870 std::vector<sp<BasicClient>> evicted; in doUserSwitch() local
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1576 protected void entryRemoved(boolean evicted, String key, in entryRemoved()