Home
last modified time | relevance | path

Searched defs:DeathRecipient (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/aosp_15_r20/frameworks/av/services/mediaresourcemanager/
H A DResourceObserverService.cpp62 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 Dproxy.rs546 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 DBinder.cpp141 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 DEventReporter.cpp51 class DeathRecipient : public android::IBinder::DeathRecipient { in registerUnsolEventListener() class
53 DeathRecipient(EventReporter* eventReporter, in registerUnsolEventListener() function in EventReporter::registerUnsolEventListener::DeathRecipient
H A DOemNetdListener.cpp50 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 DCaptureStateNotifier.cpp13 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 DCaptureStateNotifier.h70 class DeathRecipient; variable
H A DBinderProxy.h79 DeathRecipient(BinderProxy* proxy) : mProxy(proxy) {} in DeathRecipient() function
/aosp_15_r20/system/update_engine/libbinderwrapper/
H A Dreal_binder_wrapper.cc31 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 DDeathNotifier.cpp32 class DeathNotifier::DeathRecipient : class in android::DeathNotifier
38 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient() function in android::DeathNotifier::DeathRecipient
H A DDeathNotifier.h40 class DeathRecipient; variable
/aosp_15_r20/frameworks/base/services/usb/java/com/android/server/usb/hal/gadget/
H A DUsbGadgetHidl.java81 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 DAdvancedProtectionService.java327 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 DDisplayAreaOrganizerController.java56 private class DeathRecipient implements IBinder.DeathRecipient { class in DisplayAreaOrganizerController
60 DeathRecipient(IDisplayAreaOrganizer organizer, int feature) { in DeathRecipient() method in DisplayAreaOrganizerController.DeathRecipient
H A DTaskOrganizerController.java77 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 DBinder.cpp446 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 DUsbPortHidl.java111 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 DIBinder.java20 public interface DeathRecipient { interface
/aosp_15_r20/external/python/bumble/extras/android/RemoteHCI/lib/src/main/java/android/os/
DIHwBinder.java4 public interface DeathRecipient { interface
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DIHwBinder.java47 public interface DeathRecipient { interface
/aosp_15_r20/frameworks/native/cmds/servicemanager/
H A Dtest_sm.cpp49 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 DAnnouncementAggregator.java76 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 DSubscriptionManager.h143 DeathRecipient(const OnClientDead& onClientDead) in DeathRecipient() function
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
H A DAnnouncementAggregator.java107 private class DeathRecipient implements IBinder.DeathRecipient { class in AnnouncementAggregator
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiHal.java123 public interface DeathRecipient { interface in WifiHal

12345678910>>...25