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

  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 37 * The ClientDescriptor class is a container for a given key/value pair identifying a shared
41 * Aside from the priority, these values are immutable once the ClientDescriptor has been
45 class ClientDescriptor final {
47 ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost,
49 ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, std::set<KEY>&& conflictingKeys,
52 ~ClientDescriptor();
96 friend bool operator < (const ClientDescriptor<K, V>& a, const ClientDescriptor<K, V>& b);
105 }; // class ClientDescriptor
108 bool operator < (const ClientDescriptor<K, V>& a, const ClientDescriptor<K, V>& b)
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 355 * void onClientRemoved(const ClientDescriptor<KEY, VALUE>& descriptor);
356 * void onClientAdded(const ClientDescriptor<KEY, VALUE>& descriptor);
360 void onClientAdded(const resource_policy::ClientDescriptor<String8,
362 void onClientRemoved(const resource_policy::ClientDescriptor<String8,
366 typedef std::shared_ptr<resource_policy::ClientDescriptor<String8,
371 * clients are represented by ClientDescriptor objects that contain strong pointers to the
395 * Make a ClientDescriptor object wrapping the given BasicClient strong pointer.
402 * Make a ClientDescriptor object wrapping the given BasicClient strong pointer with
403 * values intialized from a prior ClientDescriptor.
506 std::shared_ptr<resource_policy::ClientDescriptor<String8, sp<BasicClient>>>* partial)
    [all...]
CameraService.cpp     [all...]

Completed in 797 milliseconds