HomeSort by relevance Sort by last modified time
    Searched defs:ObjectManager (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/cros/tendo/n_faced_peerd/
object_manager.py 9 class ObjectManager(dbus.service.Object):
10 """Exports the org.freedesktop.DBus.ObjectManager interface:
19 the ObjectManager's object path plus '/'.
37 OBJECT_MANAGER_INTERFACE = 'org.freedesktop.DBus.ObjectManager'
41 super(ObjectManager, self).__init__(bus, path)
46 """Claim an interface for an object exposed under this ObjectManager.
  /external/libchrome/dbus/
object_manager.cc 25 ObjectManager::Object::Object()
29 ObjectManager::Object::~Object() = default;
31 ObjectManager::ObjectManager(Bus* bus,
41 DVLOG(1) << "Creating ObjectManager for " << service_name_
47 base::Bind(&ObjectManager::NameOwnerChanged,
57 base::Bind(&ObjectManager::SetupMatchRuleAndFilter, this),
58 base::Bind(&ObjectManager::OnSetupMatchRuleAndFilterComplete, this));
61 ObjectManager::~ObjectManager() {
    [all...]
object_manager.h 22 // #standard-interfaces-objectmanager
34 // dbus::ObjectManager::Interface class, and defining a Properties structure as
38 // class ExampleClient : public dbus::ObjectManager::Interface {
125 const char kObjectManagerInterface[] = "org.freedesktop.DBus.ObjectManager";
136 // ObjectManager implements both the D-Bus client components of the D-Bus
139 class CHROME_DBUS_EXPORT ObjectManager
140 : public base::RefCountedThreadSafe<ObjectManager> {
142 // ObjectManager::Interface must be implemented by any class wishing to have
143 // its remote objects managed by an ObjectManager.
148 // Called by ObjectManager to create a Properties structure for the remot
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ObjectManager.java 22 * BaseObject, so they may be strung together into a hierarchy of objects. ObjectManager may
26 public class ObjectManager extends BaseObject {
33 public ObjectManager() {
40 public ObjectManager(int arraySize) {
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 48 class ObjectManager
51 ObjectManager (void)
106 ObjectManager shaders;
107 ObjectManager programs;
108 ObjectManager textures;
109 ObjectManager buffers;
110 ObjectManager renderbuffers;
111 ObjectManager framebuffers;
112 ObjectManager samplers;
113 ObjectManager vertexArrays
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 455 class ObjectManager
458 ObjectManager (void);
459 ~ObjectManager (void);
472 ObjectManager (const ObjectManager<T>& other);
473 ObjectManager& operator= (const ObjectManager<T>& other);
480 ObjectManager<T>::ObjectManager (void)
486 ObjectManager<T>::~ObjectManager (void
    [all...]

Completed in 93 milliseconds