Searched refs:ClientManager (Results 1 - 2 of 2) 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...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h41 #include "utils/ClientManager.h"
353 * A listener class that implements the LISTENER interface for use with a ClientManager, and
375 * implementation in utils/ClientManager for the specifics of this behavior.
377 class CameraClientManager : public resource_policy::ClientManager<String8,

Completed in 25 milliseconds