Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h404 std::vector<std::shared_ptr<ClientDescriptor<KEY, VALUE>>> wouldEvictLocked(
433 return wouldEvictLocked(client); in wouldEvict()
441 return wouldEvictLocked(client, /*returnIncompatibleClients*/true); in getIncompatibleClients()
446 ClientManager<KEY, VALUE, LISTENER>::wouldEvictLocked( in wouldEvictLocked() function
542 auto evicted = wouldEvictLocked(client); in addAndEvict()