Searched defs:ClientManager (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h175 * A default class implementing the LISTENER interface used by ClientManager.
195 * The ClientManager class wraps an LRU-ordered list of active clients and implements eviction
206 * the max cost allowed for this ClientManager, descriptors with non-zero cost, equal or lower
213 class ClientManager { class in namespace:android::resource_policy
218 ClientManager();
219 ClientManager(int32_t totalCost);
306 * These callback methods will be called with the ClientManager's lock held, and should
307 * not call any further ClientManager methods.
310 * from the ClientManager that this event listener has been added to. The onClientAdded
311 * method will be called when the client has been added to the ClientManager tha
345 ClientManager<KEY, VALUE, LISTENER>::ClientManager() : function in class:android::resource_policy::ClientManager
349 ClientManager<KEY, VALUE, LISTENER>::ClientManager(int32_t totalCost) : mMaxCost(totalCost) {} function in class:android::resource_policy::ClientManager
[all...]

Completed in 859 milliseconds