HomeSort by relevance Sort by last modified time
    Searched refs:ClientManager (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 175 * 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 {
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 that thi
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 41 #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,
    [all...]

Completed in 327 milliseconds