Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dibinder.cpp372 sp<IBinder> strongWho = who.promote(); in binderDied() local
375 if (recipient != nullptr && strongWho != nullptr) { in binderDied()
376 status_t result = recipient->unlinkToDeath(strongWho, mCookie); in binderDied()