/aosp_15_r20/frameworks/av/services/mediaresourcemanager/ |
H A D | ResourceObserverService.cpp | 62 struct ResourceObserverService::DeathRecipient { struct in android::ResourceObserverService 63 DeathRecipient(ResourceObserverService* _service, in DeathRecipient() function 66 ~DeathRecipient() {} in ~DeathRecipient() 68 void binderDied() { in binderDied() 74 ResourceObserverService* service; 75 std::shared_ptr<IResourceObserver> observer;
|
/aosp_15_r20/frameworks/native/libs/binder/rust/src/ |
H A D | proxy.rs | 546 pub struct DeathRecipient { struct 547 recipient: *mut sys::AIBinder_DeathRecipient, argument 549 vtable: &'static DeathRecipientVtable, argument 557 /// Safety: A `DeathRecipient` is a wrapper around `AIBinder_DeathRecipient` and argument 560 unsafe impl Send for DeathRecipient {} implementation 565 unsafe impl Sync for DeathRecipient {} implementation 567 impl DeathRecipient { impl 676 unsafe impl AsNative<sys::AIBinder_DeathRecipient> for DeathRecipient { implementation 686 impl Drop for DeathRecipient { implementation
|
/aosp_15_r20/system/libhwbinder/ |
H A D | Binder.cpp | 141 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in linkToDeath() 148 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in unlinkToDeath() 149 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/) in unlinkToDeath()
|
/aosp_15_r20/system/netd/server/ |
H A D | EventReporter.cpp | 51 class DeathRecipient : public android::IBinder::DeathRecipient { in registerUnsolEventListener() class 53 DeathRecipient(EventReporter* eventReporter, in registerUnsolEventListener() function in EventReporter::registerUnsolEventListener::DeathRecipient
|
H A D | OemNetdListener.cpp | 50 class DeathRecipient : public ::android::IBinder::DeathRecipient { in registerOemUnsolicitedEventListenerInternal() class 52 DeathRecipient(OemNetdListener* oemNetdListener, in registerOemUnsolicitedEventListenerInternal() function in com::android::internal::net::OemNetdListener::registerOemUnsolicitedEventListenerInternal::DeathRecipient
|
/aosp_15_r20/frameworks/av/services/audiopolicy/service/ |
H A D | CaptureStateNotifier.cpp | 13 class CaptureStateNotifier::DeathRecipient : public IBinder::DeathRecipient { class in android::CaptureStateNotifier 15 DeathRecipient(CaptureStateNotifier* notifier) : mNotifier(notifier) {} in DeathRecipient() function in android::CaptureStateNotifier::DeathRecipient
|
H A D | CaptureStateNotifier.h | 70 class DeathRecipient; variable
|
H A D | BinderProxy.h | 79 DeathRecipient(BinderProxy* proxy) : mProxy(proxy) {} in DeathRecipient() function
|
/aosp_15_r20/system/update_engine/libbinderwrapper/ |
H A D | real_binder_wrapper.cc | 31 class RealBinderWrapper::DeathRecipient : public IBinder::DeathRecipient { class in android::RealBinderWrapper 33 explicit DeathRecipient(const std::function<void()>& callback) in DeathRecipient() function in android::RealBinderWrapper::DeathRecipient
|
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/ |
H A D | DeathNotifier.cpp | 32 class DeathNotifier::DeathRecipient : class in android::DeathNotifier 38 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient() function in android::DeathNotifier::DeathRecipient
|
H A D | DeathNotifier.h | 40 class DeathRecipient; variable
|
/aosp_15_r20/frameworks/base/services/usb/java/com/android/server/usb/hal/gadget/ |
H A D | UsbGadgetHidl.java | 81 final class DeathRecipient implements IHwBinder.DeathRecipient { class in UsbGadgetHidl 84 DeathRecipient(IndentingPrintWriter pw) { in DeathRecipient() method in UsbGadgetHidl.DeathRecipient
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/security/advancedprotection/ |
H A D | AdvancedProtectionService.java | 327 private final class DeathRecipient implements IBinder.DeathRecipient { class in AdvancedProtectionService 330 DeathRecipient(IBinder binder) { in DeathRecipient() method in AdvancedProtectionService.DeathRecipient
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayAreaOrganizerController.java | 56 private class DeathRecipient implements IBinder.DeathRecipient { class in DisplayAreaOrganizerController 60 DeathRecipient(IDisplayAreaOrganizer organizer, int feature) { in DeathRecipient() method in DisplayAreaOrganizerController.DeathRecipient
|
H A D | TaskOrganizerController.java | 77 class DeathRecipient implements IBinder.DeathRecipient { class in TaskOrganizerController 80 DeathRecipient(ITaskOrganizer organizer) { in DeathRecipient() method in TaskOrganizerController.DeathRecipient
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | Binder.cpp | 446 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in linkToDeath() 454 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in unlinkToDeath() 455 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/) in unlinkToDeath()
|
/aosp_15_r20/frameworks/base/services/usb/java/com/android/server/usb/hal/port/ |
H A D | UsbPortHidl.java | 111 final class DeathRecipient implements IHwBinder.DeathRecipient { class in UsbPortHidl 114 DeathRecipient(IndentingPrintWriter pw) { in DeathRecipient() method in UsbPortHidl.DeathRecipient
|
/aosp_15_r20/frameworks/base/errorprone/tests/res/android/os/ |
H A D | IBinder.java | 20 public interface DeathRecipient { interface
|
/aosp_15_r20/external/python/bumble/extras/android/RemoteHCI/lib/src/main/java/android/os/ |
D | IHwBinder.java | 4 public interface DeathRecipient { interface
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | IHwBinder.java | 47 public interface DeathRecipient { interface
|
/aosp_15_r20/frameworks/native/cmds/servicemanager/ |
H A D | test_sm.cpp | 49 android::status_t linkToDeath(const sp<DeathRecipient>&, void*, uint32_t) override { in getBinder() 422 android::status_t linkToDeath(const sp<DeathRecipient>&, void*, uint32_t) override { in linkToDeath()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
H A D | AnnouncementAggregator.java | 76 private class DeathRecipient implements IBinder.DeathRecipient { class in AnnouncementAggregator
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
H A D | SubscriptionManager.h | 143 DeathRecipient(const OnClientDead& onClientDead) in DeathRecipient() function
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/ |
H A D | AnnouncementAggregator.java | 107 private class DeathRecipient implements IBinder.DeathRecipient { class in AnnouncementAggregator
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiHal.java | 123 public interface DeathRecipient { interface in WifiHal
|