Home
last modified time | relevance | path

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

12

/frameworks/av/services/mediaresourcemanager/
DResourceObserverService.cpp61 struct ResourceObserverService::DeathRecipient { struct in android::ResourceObserverService
62 DeathRecipient(ResourceObserverService* _service, in DeathRecipient() function
65 ~DeathRecipient() {} in ~DeathRecipient()
67 void binderDied() { in binderDied()
73 ResourceObserverService* service;
74 std::shared_ptr<IResourceObserver> observer;
/frameworks/av/services/audiopolicy/service/
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
DCaptureStateNotifier.h70 class DeathRecipient; variable
DBinderProxy.h79 DeathRecipient(BinderProxy* proxy) : mProxy(proxy) {} in DeathRecipient() function
/frameworks/av/media/libmediaplayerservice/
DDeathNotifier.cpp25 class DeathNotifier::DeathRecipient : class in android::DeathNotifier
31 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient() function in android::DeathNotifier::DeathRecipient
DDeathNotifier.h41 class DeathRecipient; variable
/frameworks/base/errorprone/tests/res/android/os/
DIBinder.java20 public interface DeathRecipient { interface
/frameworks/native/libs/binder/rust/src/
Dproxy.rs576 pub struct DeathRecipient { struct
577 recipient: *mut sys::AIBinder_DeathRecipient, argument
579 vtable: &'static DeathRecipientVtable, argument
589 /// A `DeathRecipient` is a wrapper around `AIBinder_DeathRecipient` and a pointer argument
592 unsafe impl Send for DeathRecipient {} implementation
599 unsafe impl Sync for DeathRecipient {} implementation
601 impl DeathRecipient { impl
706 unsafe impl AsNative<sys::AIBinder_DeathRecipient> for DeathRecipient { implementation
716 impl Drop for DeathRecipient { implementation
/frameworks/base/core/java/android/os/
DIHwBinder.java47 public interface DeathRecipient { interface
DIBinder.java310 public interface DeathRecipient { interface
/frameworks/base/services/usb/java/com/android/server/usb/hal/gadget/
DUsbGadgetHidl.java81 final class DeathRecipient implements IHwBinder.DeathRecipient { class in UsbGadgetHidl
84 DeathRecipient(IndentingPrintWriter pw) { in DeathRecipient() method in UsbGadgetHidl.DeathRecipient
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DAnnouncementAggregator.java76 private class DeathRecipient implements IBinder.DeathRecipient { class in AnnouncementAggregator
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayAreaOrganizerController.java56 private class DeathRecipient implements IBinder.DeathRecipient { class in DisplayAreaOrganizerController
60 DeathRecipient(IDisplayAreaOrganizer organizer, int feature) { in DeathRecipient() method in DisplayAreaOrganizerController.DeathRecipient
DWindowContextListenerController.java353 private class DeathRecipient implements IBinder.DeathRecipient { class in WindowContextListenerController.WindowContextListenerImpl
DTaskOrganizerController.java78 class DeathRecipient implements IBinder.DeathRecipient { class in TaskOrganizerController
81 DeathRecipient(ITaskOrganizer organizer) { in DeathRecipient() method in TaskOrganizerController.DeathRecipient
/frameworks/base/services/core/java/com/android/server/broadcastradio/aidl/
DAnnouncementAggregator.java107 private class DeathRecipient implements IBinder.DeathRecipient { class in AnnouncementAggregator
/frameworks/base/services/usb/java/com/android/server/usb/hal/port/
DUsbPortHidl.java111 final class DeathRecipient implements IHwBinder.DeathRecipient { class in UsbPortHidl
114 DeathRecipient(IndentingPrintWriter pw) { in DeathRecipient() method in UsbPortHidl.DeathRecipient
/frameworks/native/libs/fakeservicemanager/
Dtest_sm.cpp38 status_t linkToDeath(const sp<DeathRecipient>&, void*, uint32_t) override { in getBinder()
/frameworks/native/libs/binder/
DBinder.cpp430 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in linkToDeath()
438 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in unlinkToDeath()
439 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/) in unlinkToDeath()
/frameworks/native/cmds/servicemanager/
Dtest_sm.cpp45 android::status_t linkToDeath(const sp<DeathRecipient>&, void*, uint32_t) override { in getBinder()
366 android::status_t linkToDeath(const sp<DeathRecipient>&, void*, uint32_t) override { in linkToDeath()
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java1475 private final class DeathRecipient implements IBinder.DeathRecipient { class in SensorPrivacyService
1479 DeathRecipient(ISensorPrivacyListener listener) { in DeathRecipient() method in SensorPrivacyService.DeathRecipient
/frameworks/native/libs/binder/ndk/
Dibinder.cpp30 using DeathRecipient = ::android::IBinder::DeathRecipient; typedef
/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java701 final class DeathRecipient implements HwBinder.DeathRecipient { class in ThermalManagerService.ThermalHalWrapper
/frameworks/base/telecomm/java/android/telecom/
DTelecomManager.java2839 private static class DeathRecipient implements IBinder.DeathRecipient { class in TelecomManager
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs628 fn register_death_notification(binder: &mut SpIBinder) -> (Bools, DeathRecipient) { in register_death_notification() argument

12