Home
last modified time | relevance | path

Searched refs:objectID (Results 1 – 5 of 5) sorted by relevance

/system/libhwbinder/
DBpHwBinder.cpp45 const void* objectID, void* object, void* cleanupCookie, in attach() argument
53 if (mObjects.indexOfKey(objectID) >= 0) { in attach()
55 objectID, this, object); in attach()
59 mObjects.add(objectID, e); in attach()
62 void* BpHwBinder::ObjectManager::find(const void* objectID) const in find()
64 const ssize_t i = mObjects.indexOfKey(objectID); in find()
69 void BpHwBinder::ObjectManager::detach(const void* objectID) in detach() argument
71 mObjects.removeItem(objectID); in detach()
236 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument
241 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
[all …]
DBinder.cpp144 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument
151 e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
154 void* BHwBinder::findObject(const void* objectID) const in findObject()
160 return e->mObjects.find(objectID); in findObject()
163 void BHwBinder::detachObject(const void* objectID) in detachObject() argument
169 e->mObjects.detach(objectID); in detachObject()
/system/libhwbinder/include/hwbinder/
DBpHwBinder.h49 virtual void attachObject( const void* objectID,
53 virtual void* findObject(const void* objectID) const;
54 virtual void detachObject(const void* objectID);
72 void attach( const void* objectID,
76 void* find(const void* objectID) const;
77 void detach(const void* objectID);
DIBinder.h115 virtual void attachObject( const void* objectID,
122 virtual void* findObject(const void* objectID) const = 0;
133 virtual void detachObject(const void* objectID) = 0;
DBinder.h48 virtual void attachObject( const void* objectID,
52 virtual void* findObject(const void* objectID) const;
53 virtual void detachObject(const void* objectID);