Searched refs:outRecipient (Results 1 – 16 of 16) sorted by relevance
/frameworks/av/services/camera/libcameraservice/aidl/ |
D | DeathPipe.cpp | 58 wp<IBinder::DeathRecipient>* outRecipient) { in unlinkToDeath() argument 65 if (outRecipient != nullptr) { in unlinkToDeath() 66 *outRecipient = (*it)->recipient; in unlinkToDeath()
|
D | AidlCameraServiceListener.cpp | 74 wp<DeathRecipient>* outRecipient) { in unlinkToDeath() argument 75 return mDeathPipe.unlinkToDeath(recipient, cookie, flags, outRecipient); in unlinkToDeath()
|
D | AidlCameraDeviceCallbacks.cpp | 208 wp<DeathRecipient>* outRecipient) { in unlinkToDeath() argument 209 return mDeathPipe.unlinkToDeath(recipient, cookie, flags, outRecipient); in unlinkToDeath()
|
D | DeathPipe.h | 48 void* cookie, uint32_t flags, wp<IBinder::DeathRecipient>* outRecipient);
|
D | AidlCameraServiceListener.h | 77 wp<DeathRecipient>* outRecipient) override;
|
D | AidlCameraDeviceCallbacks.h | 81 wp<DeathRecipient>* outRecipient) override;
|
/frameworks/av/services/camera/libcameraservice/hidl/ |
D | CameraHybridInterface.h | 50 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/ |
D | BpBinderFuzzFunctions.h | 52 wp<IBinder::DeathRecipient> outRecipient(nullptr); 55 &outRecipient);
|
/frameworks/native/libs/binder/include/binder/ |
D | IBinder.h | 250 wp<DeathRecipient>* outRecipient = nullptr) = 0;
|
D | Binder.h | 51 wp<DeathRecipient>* outRecipient = nullptr);
|
D | BpBinder.h | 67 wp<DeathRecipient>* outRecipient = nullptr);
|
/frameworks/native/include/binder/ |
D | IBinder.h | 250 wp<DeathRecipient>* outRecipient = nullptr) = 0;
|
D | Binder.h | 51 wp<DeathRecipient>* outRecipient = nullptr);
|
/frameworks/native/libs/binder/ |
D | BpBinder.cpp | 476 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/ |
D | VibratorManagerHalWrapperAidlTest.cpp | 51 wp<DeathRecipient>* outRecipient),
|
D | VibratorHalWrapperAidlTest.cpp | 55 wp<DeathRecipient>* outRecipient),
|