Searched refs:cleanupCookie (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/libhwbinder/ |
H A 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() 241 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument 246 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
H A D | Binder.cpp | 163 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument 170 e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | BpHwBinder.h | 55 void* cleanupCookie, 77 void* cleanupCookie, 91 void* cleanupCookie; member
|
H A D | IBinder.h | 142 typedef void (*object_cleanup_func)(const void* id, void* obj, void* cleanupCookie); 153 void* cleanupCookie,
|
H A D | Binder.h | 54 void* cleanupCookie,
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | BpBinder.h | 77 void* cleanupCookie, 102 void* cleanupCookie, 116 void* cleanupCookie; member
|
H A D | IBinder.h | 228 typedef void (*object_cleanup_func)(const void* id, void* obj, void* cleanupCookie); 239 void* cleanupCookie,
|
H A D | Binder.h | 59 void* cleanupCookie,
|
/aosp12/frameworks/native/libs/binder/ |
H A D | BpBinder.cpp | 66 const void* objectID, void* object, void* cleanupCookie, in attach() argument 71 e.cleanupCookie = cleanupCookie; in attach() 102 e.func(mObjects.keyAt(i), e.object, e.cleanupCookie); in kill() 423 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument 428 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
H A D | Binder.cpp | 237 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument 244 e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
/aosp12/frameworks/native/include/binder/ |
H A D | IBinder.h | 228 typedef void (*object_cleanup_func)(const void* id, void* obj, void* cleanupCookie); 239 void* cleanupCookie,
|
H A D | Binder.h | 59 void* cleanupCookie,
|