Searched refs:cleanupCookie (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/binder/include/binder/ |
D | IBinder.h | 254 typedef void (*object_cleanup_func)(const void* id, void* obj, void* cleanupCookie); 268 void* cleanupCookie, object_cleanup_func func) = 0;
|
D | BpBinder.h | 70 void* cleanupCookie, 106 void* attach(const void* objectID, void* object, void* cleanupCookie, 121 void* cleanupCookie = nullptr; member
|
D | Binder.h | 54 void* cleanupCookie,
|
/frameworks/native/include/binder/ |
D | IBinder.h | 254 typedef void (*object_cleanup_func)(const void* id, void* obj, void* cleanupCookie); 268 void* cleanupCookie, object_cleanup_func func) = 0;
|
D | Binder.h | 54 void* cleanupCookie,
|
/frameworks/native/libs/binder/ |
D | BpBinder.cpp | 84 void* BpBinder::ObjectManager::attach(const void* objectID, void* object, void* cleanupCookie, in attach() argument 88 e.cleanupCookie = cleanupCookie; in attach() 141 e.cleanupCookie = nullptr; in lookupOrCreateWeak() 154 e.func(i.first, e.object, e.cleanupCookie); in kill() 569 void* BpBinder::attachObject(const void* objectID, void* object, void* cleanupCookie, in attachObject() argument 573 return mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
D | Binder.cpp | 449 void* BBinder::attachObject(const void* objectID, void* object, void* cleanupCookie, in attachObject() argument 455 return e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|