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

  /external/chromium_org/dbus/
object_manager.cc 16 ObjectManager::Object::Object()
20 ObjectManager::Object::~Object() {
23 ObjectManager::ObjectManager(Bus* bus,
30 DVLOG(1) << "Creating ObjectManager for " << service_name_
39 base::Bind(&ObjectManager::InterfacesAddedReceived,
41 base::Bind(&ObjectManager::InterfacesAddedConnected,
47 base::Bind(&ObjectManager::InterfacesRemovedReceived,
49 base::Bind(&ObjectManager::InterfacesRemovedConnected,
55 ObjectManager::~ObjectManager()
    [all...]
object_manager.h 19 // #standard-interfaces-objectmanager
31 // dbus::ObjectManager::Interface class, and defining a Properties structure as
35 // class ExampleClient : public dbus::ObjectManager::Interface {
121 const char kObjectManagerInterface[] = "org.freedesktop.DBus.ObjectManager";
132 // ObjectManager implements both the D-Bus client components of the D-Bus
135 class CHROME_DBUS_EXPORT ObjectManager
136 : public base::RefCountedThreadSafe<ObjectManager> {
138 // ObjectManager::Interface must be implemented by any class wishing to have
139 // its remote objects managed by an ObjectManager.
144 // Called by ObjectManager to create a Properties structure for the remot
    [all...]
  /frameworks/native/include/binder/
BpBinder.h 64 class ObjectManager
67 ObjectManager();
68 ~ObjectManager();
80 ObjectManager(const ObjectManager&);
81 ObjectManager& operator=(const ObjectManager&);
115 ObjectManager mObjects;
  /frameworks/native/libs/binder/
BpBinder.cpp 34 BpBinder::ObjectManager::ObjectManager()
38 BpBinder::ObjectManager::~ObjectManager()
43 void BpBinder::ObjectManager::attach(
53 ALOGE("Trying to attach object ID %p to binder ObjectManager %p with object %p, but object ID already in use",
61 void* BpBinder::ObjectManager::find(const void* objectID) const
68 void BpBinder::ObjectManager::detach(const void* objectID)
73 void BpBinder::ObjectManager::kill()
  /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) {

Completed in 52 milliseconds