Searched refs:cleanupCookie (Results 1 – 5 of 5) sorted by relevance
/system/libhwbinder/include/hwbinder/ |
D | BpHwBinder.h | 51 void* cleanupCookie, 74 void* cleanupCookie, 88 void* cleanupCookie; member
|
D | IBinder.h | 106 typedef void (*object_cleanup_func)(const void* id, void* obj, void* cleanupCookie); 117 void* cleanupCookie,
|
D | Binder.h | 50 void* cleanupCookie,
|
/system/libhwbinder/ |
D | BpHwBinder.cpp | 45 const void* objectID, void* object, void* cleanupCookie, in attach() argument 50 e.cleanupCookie = cleanupCookie; in attach() 81 e.func(mObjects.keyAt(i), e.object, e.cleanupCookie); in kill() 236 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument 241 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
D | Binder.cpp | 144 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument 151 e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|