Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h330 std::vector<std::shared_ptr<ClientDescriptor<KEY, VALUE>>> wouldEvictLocked(
359 return wouldEvictLocked(client); in wouldEvict()
367 return wouldEvictLocked(client, /*returnIncompatibleClients*/true); in getIncompatibleClients()
372 ClientManager<KEY, VALUE, LISTENER>::wouldEvictLocked( in wouldEvictLocked() function
468 auto evicted = wouldEvictLocked(client); in addAndEvict()