Searched refs:cleanupCookie (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/binder/include/binder/ |
D | BpBinder.h | 54 void* cleanupCookie, 72 void* cleanupCookie, 86 void* cleanupCookie; member
|
D | IBinder.h | 152 typedef void (*object_cleanup_func)(const void* id, void* obj, void* cleanupCookie); 156 void* cleanupCookie,
|
D | Binder.h | 53 void* cleanupCookie,
|
/frameworks/native/libs/binder/ |
D | BpBinder.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() 287 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument 292 mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
D | Binder.cpp | 160 const void* objectID, void* object, void* cleanupCookie, in attachObject() argument 178 e->mObjects.attach(objectID, object, cleanupCookie, func); in attachObject()
|
/frameworks/base/core/jni/ |
D | android_util_Binder.cpp | 586 static void proxy_cleanup(const void* id, void* obj, void* cleanupCookie) in proxy_cleanup() argument 589 JNIEnv* env = javavm_to_jnienv((JavaVM*)cleanupCookie); in proxy_cleanup()
|