Home
last modified time | relevance | path

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

/system/libhwbinder/
DBpHwBinder.cpp152 wp<DeathRecipient>* outRecipient) in unlinkToDeath() argument
166 if (outRecipient != nullptr) { in unlinkToDeath()
167 *outRecipient = mObituaries->itemAt(i).recipient; in unlinkToDeath()
/system/libhwbinder/include/hwbinder/
DIBinder.h102 wp<DeathRecipient>* outRecipient = nullptr) = 0;
DBinder.h46 wp<DeathRecipient>* outRecipient = nullptr);
DBpHwBinder.h47 wp<DeathRecipient>* outRecipient = nullptr);
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h213 wp<IBinder::DeathRecipient>* outRecipient = nullptr);
473 wp<IBinder::DeathRecipient>* outRecipient) { in unlinkToDeath() argument
479 if (outRecipient != nullptr) { in unlinkToDeath()
480 *outRecipient = (*i)->recipient; in unlinkToDeath()