Home
last modified time | relevance | path

Searched refs:cleanupCookie (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/libhwbinder/
H A DBpHwBinder.cpp45 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 DBinder.cpp163 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 DBpHwBinder.h55 void* cleanupCookie,
77 void* cleanupCookie,
91 void* cleanupCookie; member
H A DIBinder.h142 typedef void (*object_cleanup_func)(const void* id, void* obj, void* cleanupCookie);
153 void* cleanupCookie,
H A DBinder.h54 void* cleanupCookie,
/aosp12/frameworks/native/libs/binder/include/binder/
H A DBpBinder.h77 void* cleanupCookie,
102 void* cleanupCookie,
116 void* cleanupCookie; member
H A DIBinder.h228 typedef void (*object_cleanup_func)(const void* id, void* obj, void* cleanupCookie);
239 void* cleanupCookie,
H A DBinder.h59 void* cleanupCookie,
/aosp12/frameworks/native/libs/binder/
H A DBpBinder.cpp66 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 DBinder.cpp237 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 DIBinder.h228 typedef void (*object_cleanup_func)(const void* id, void* obj, void* cleanupCookie);
239 void* cleanupCookie,
H A DBinder.h59 void* cleanupCookie,