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()
241 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument
246 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
[all …]
DBinder.cpp155 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument
162 e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
165 void* BHwBinder::findObject(const void* objectID) const in findObject()
171 return e->mObjects.find(objectID); in findObject()
174 void BHwBinder::detachObject(const void* objectID) in detachObject() argument
180 e->mObjects.detach(objectID); in detachObject()
/system/libhwbinder/include/hwbinder/
DBpHwBinder.h53 virtual void attachObject( const void* objectID,
57 virtual void* findObject(const void* objectID) const;
58 virtual void detachObject(const void* objectID);
75 void attach( const void* objectID,
79 void* find(const void* objectID) const;
80 void detach(const void* objectID);
DIBinder.h151 virtual void attachObject( const void* objectID,
158 virtual void* findObject(const void* objectID) const = 0;
169 virtual void detachObject(const void* objectID) = 0;
DBinder.h52 virtual void attachObject( const void* objectID,
56 virtual void* findObject(const void* objectID) const;
57 virtual void detachObject(const void* objectID);