Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp536 class DeathRecipientList : public RefBase { class
541 DeathRecipientList();
542 ~DeathRecipientList();
601 sp<DeathRecipientList> list = mList.promote(); in clearReference()
660 wp<DeathRecipientList> mList;
665 DeathRecipientList::DeathRecipientList() { in DeathRecipientList() function in DeathRecipientList
669 DeathRecipientList::~DeathRecipientList() { in ~DeathRecipientList()
716 Mutex& DeathRecipientList::lock() { in lock()
761 nativeData->mOrgue = new DeathRecipientList; in javaObjectForIBinder()
1455 DeathRecipientList* list = nd->mOrgue.get(); in android_os_BinderProxy_linkToDeath()
[all …]