Searched refs:ObjectManager (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/dbus/
H A Dmock_object_manager.cc12 : ObjectManager(bus, service_name, object_path) {
H A Dobject_manager.cc23 ObjectManager::Object::Object()
27 ObjectManager::Object::~Object() {
30 ObjectManager::ObjectManager(Bus* bus, function in class:dbus::ObjectManager
39 DVLOG(1) << "Creating ObjectManager for " << service_name_
45 base::Bind(&ObjectManager::NameOwnerChanged,
55 base::Bind(&ObjectManager::SetupMatchRuleAndFilter, this),
56 base::Bind(&ObjectManager::OnSetupMatchRuleAndFilterComplete, this));
59 ObjectManager::~ObjectManager() {
[all...]
H A Dobject_manager.h31 // 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 class in namespace:dbus
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 remote
150 // subclass of dbus::PropertySet; ObjectManager wil
[all...]
H A Dmock_object_manager.h18 // Mock for ObjectManager.
19 class MockObjectManager : public ObjectManager {
H A Dbus.h36 class ObjectManager;
347 virtual ObjectManager* GetObjectManager(const std::string& service_name,
612 scoped_refptr<dbus::ObjectManager> object_manager,
615 scoped_refptr<dbus::ObjectManager> object_manager,
742 scoped_refptr<dbus::ObjectManager> > ObjectManagerTable;
H A Dmock_bus.h29 MOCK_METHOD2(GetObjectManager, ObjectManager*(const std::string&,
H A Dobject_manager_unittest.cc25 // The object manager test exercises the asynchronous APIs in ObjectManager,
29 public ObjectManager::Interface {
210 ObjectManager* object_manager_;
289 ObjectManager* object_manager = bus_->GetObjectManager(
296 ObjectManager* object_manager = bus_->GetObjectManager(
303 ObjectManager* object_manager = bus_->GetObjectManager(
H A Dbus.cc335 ObjectManager* Bus::GetObjectManager(const std::string& service_name,
346 scoped_refptr<ObjectManager> object_manager =
347 new ObjectManager(this, service_name, object_path);
364 // ObjectManager is present. Remove it now and CleanUp on the DBus thread.
365 scoped_refptr<ObjectManager> object_manager = iter->second;
377 scoped_refptr<dbus::ObjectManager> object_manager,
384 // The ObjectManager has to be deleted on the origin thread since it was
393 scoped_refptr<dbus::ObjectManager> object_manager,
/external/replicaisland/src/com/replica/replicaisland/
H A DMainLoop.java23 public class MainLoop extends ObjectManager {
H A DObjectManager.java22 * BaseObject, so they may be strung together into a hierarchy of objects. ObjectManager may
26 public class ObjectManager extends BaseObject { class in inherits:BaseObject
33 public ObjectManager() { method in class:ObjectManager
40 public ObjectManager(int arraySize) { method in class:ObjectManager
H A DGameThread.java31 private ObjectManager mGameRoot;
150 public void setGameRoot(ObjectManager gameRoot) {
H A DPhasedObjectManager.java23 * A derivation of ObjectManager that sorts its children if they are of type PhasedObject.
26 public class PhasedObjectManager extends ObjectManager {
H A DLevelSystem.java34 public ObjectManager mRoot;
99 public boolean loadLevel(LevelTree.Level level, InputStream stream, ObjectManager root) {
H A DRenderSystem.java31 private ObjectManager[] mRenderQueues;
41 mRenderQueues = new ObjectManager[DRAW_QUEUE_COUNT];
H A DGameRenderer.java54 private ObjectManager mDrawQueue;
295 public synchronized void setDrawQueue(ObjectManager queue, float cameraX, float cameraY) {
H A DGameObjectManager.java33 public class GameObjectManager extends ObjectManager {
H A DGame.java34 private ObjectManager mGameRoot;
/external/deqp/framework/platform/null/
H A DtcuNullRenderContext.cpp45 class ObjectManager class in namespace:tcu::null
48 ObjectManager (void) function in class:tcu::null::ObjectManager
102 ObjectManager shaders;
103 ObjectManager programs;
104 ObjectManager textures;
105 ObjectManager buffers;
106 ObjectManager renderbuffers;
107 ObjectManager framebuffers;
108 ObjectManager samplers;
109 ObjectManager vertexArray
[all...]
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_service_client.cc34 public dbus::ObjectManager::Interface {
77 // dbus::ObjectManager::Interface override.
91 // dbus::ObjectManager::Interface override.
99 // dbus::ObjectManager::Interface override.
130 dbus::ObjectManager* object_manager_;
H A Dbluetooth_input_client.cc35 public dbus::ObjectManager::Interface {
58 // dbus::ObjectManager::Interface override.
92 // Called by dbus::ObjectManager when an object with the input interface
100 // Called by dbus::ObjectManager when an object with the input interface
117 dbus::ObjectManager* object_manager_;
H A Dbluetooth_adapter_client.cc51 public dbus::ObjectManager::Interface {
81 // dbus::ObjectManager::Interface override.
191 // Called by dbus::ObjectManager when an object with the adapter interface
199 // Called by dbus::ObjectManager when an object with the adapter interface
240 dbus::ObjectManager* object_manager_;
H A Dbluetooth_gatt_descriptor_client.cc39 public dbus::ObjectManager::Interface {
137 // dbus::ObjectManager::Interface override.
151 // dbus::ObjectManager::Interface override.
159 // dbus::ObjectManager::Interface override.
235 dbus::ObjectManager* object_manager_;
H A Dbluetooth_gatt_characteristic_client.cc43 public dbus::ObjectManager::Interface {
194 // dbus::ObjectManager::Interface override.
208 // dbus::ObjectManager::Interface override.
231 // dbus::ObjectManager::Interface override.
336 dbus::ObjectManager* object_manager_;
H A Dbluetooth_device_client.cc57 public dbus::ObjectManager::Interface {
81 // dbus::ObjectManager::Interface override.
336 // Called by dbus::ObjectManager when an object with the device interface
344 // Called by dbus::ObjectManager when an object with the device interface
385 dbus::ObjectManager* object_manager_;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp450 class ObjectManager class in namespace:sglr::rc
453 ObjectManager (void);
454 ~ObjectManager (void);
467 ObjectManager (const ObjectManager<T>& other);
468 ObjectManager& operator= (const ObjectManager<T>& other);
475 ObjectManager<T>::ObjectManager (void) function in class:sglr::rc::ObjectManager
481 ObjectManager<
[all...]

Completed in 503 milliseconds