Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/hidl/
DCameraHybridInterface.h50 wp<IBinder::DeathRecipient>* outRecipient = nullptr);
117 wp<IBinder::DeathRecipient>* outRecipient) { in unlinkToDeath() argument
123 if (outRecipient != nullptr) { in unlinkToDeath()
124 *outRecipient = (*i)->recipient; in unlinkToDeath()
/frameworks/native/libs/binder/
DBpBinder.cpp285 wp<DeathRecipient>* outRecipient) in unlinkToDeath() argument
299 if (outRecipient != nullptr) { in unlinkToDeath()
300 *outRecipient = mObituaries->itemAt(i).recipient; in unlinkToDeath()
/frameworks/native/include/binder/
DBinder.h56 wp<DeathRecipient>* outRecipient = nullptr);
DIBinder.h207 wp<DeathRecipient>* outRecipient = nullptr) = 0;
/frameworks/native/libs/binder/include/binder/
DBinder.h56 wp<DeathRecipient>* outRecipient = nullptr);
DIBinder.h207 wp<DeathRecipient>* outRecipient = nullptr) = 0;
DBpBinder.h63 wp<DeathRecipient>* outRecipient = nullptr);