Lines Matching refs:ClientDescriptor
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);
867 std::shared_ptr<resource_policy::ClientDescriptor<String8, sp<BasicClient>>> partial;