Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/aidl/
DDeathPipe.cpp58 wp<IBinder::DeathRecipient>* outRecipient) { in unlinkToDeath() argument
65 if (outRecipient != nullptr) { in unlinkToDeath()
66 *outRecipient = (*it)->recipient; in unlinkToDeath()
DAidlCameraServiceListener.cpp74 wp<DeathRecipient>* outRecipient) { in unlinkToDeath() argument
75 return mDeathPipe.unlinkToDeath(recipient, cookie, flags, outRecipient); in unlinkToDeath()
DAidlCameraDeviceCallbacks.cpp208 wp<DeathRecipient>* outRecipient) { in unlinkToDeath() argument
209 return mDeathPipe.unlinkToDeath(recipient, cookie, flags, outRecipient); in unlinkToDeath()
DDeathPipe.h48 void* cookie, uint32_t flags, wp<IBinder::DeathRecipient>* outRecipient);
DAidlCameraServiceListener.h77 wp<DeathRecipient>* outRecipient) override;
DAidlCameraDeviceCallbacks.h81 wp<DeathRecipient>* outRecipient) override;
/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/tests/unit_fuzzers/
DBpBinderFuzzFunctions.h52 wp<IBinder::DeathRecipient> outRecipient(nullptr);
55 &outRecipient);
/frameworks/native/libs/binder/include/binder/
DIBinder.h250 wp<DeathRecipient>* outRecipient = nullptr) = 0;
DBinder.h51 wp<DeathRecipient>* outRecipient = nullptr);
DBpBinder.h67 wp<DeathRecipient>* outRecipient = nullptr);
/frameworks/native/include/binder/
DIBinder.h250 wp<DeathRecipient>* outRecipient = nullptr) = 0;
DBinder.h51 wp<DeathRecipient>* outRecipient = nullptr);
/frameworks/native/libs/binder/
DBpBinder.cpp476 wp<DeathRecipient>* outRecipient) in unlinkToDeath() argument
495 if (outRecipient != nullptr) { in unlinkToDeath()
496 *outRecipient = mObituaries->itemAt(i).recipient; in unlinkToDeath()
/frameworks/native/services/vibratorservice/test/
DVibratorManagerHalWrapperAidlTest.cpp51 wp<DeathRecipient>* outRecipient),
DVibratorHalWrapperAidlTest.cpp55 wp<DeathRecipient>* outRecipient),