/aosp12/frameworks/av/services/mediaresourcemanager/ |
H A D | ResourceObserverService.cpp | 61 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;
|
/aosp12/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
|
/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A D | DeathNotifier.cpp | 25 class DeathNotifier::DeathRecipient : class in android::DeathNotifier 31 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient() function in android::DeathNotifier::DeathRecipient
|
H A D | DeathNotifier.h | 41 class DeathRecipient; variable
|
/aosp12/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
|
/aosp12/system/core/libbinderwrapper/ |
H A D | real_binder_wrapper.cc | 30 class RealBinderWrapper::DeathRecipient : public IBinder::DeathRecipient { class in android::RealBinderWrapper 32 explicit DeathRecipient(const ::base::Closure& callback) in DeathRecipient() function in android::RealBinderWrapper::DeathRecipient
|
/aosp12/frameworks/base/errorprone/tests/res/android/os/ |
H A D | IBinder.java | 20 public interface DeathRecipient { interface
|
/aosp12/system/libhwbinder/ |
H A D | Binder.cpp | 149 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in linkToDeath() 156 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in unlinkToDeath() 157 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/) in unlinkToDeath()
|
/aosp12/frameworks/native/libs/binder/rust/src/ |
H A D | proxy.rs | 536 pub struct DeathRecipient { struct 537 recipient: *mut sys::AIBinder_DeathRecipient, argument 541 impl DeathRecipient { impl 592 unsafe impl AsNative<sys::AIBinder_DeathRecipient> for DeathRecipient { implementation 602 impl Drop for DeathRecipient { implementation
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | IHwBinder.java | 47 public interface DeathRecipient { interface
|
H A D | IBinder.java | 307 public interface DeathRecipient { interface
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Binder.cpp | 217 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in linkToDeath() 225 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in unlinkToDeath() 226 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/) in unlinkToDeath()
|
/aosp12/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
|
/aosp12/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
|
/aosp12/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 | WindowContextListenerController.java | 333 private class DeathRecipient implements IBinder.DeathRecipient { class in WindowContextListenerController.WindowContextListenerImpl
|
H A D | TaskOrganizerController.java | 68 private class DeathRecipient implements IBinder.DeathRecipient { class in TaskOrganizerController 71 DeathRecipient(ITaskOrganizer organizer) { in DeathRecipient() method in TaskOrganizerController.DeathRecipient
|
/aosp12/packages/modules/Virtualization/vm/src/ |
H A D | run.rs | 79 fn wait_for_death(binder: &mut impl IBinder, dead: AtomicFlag) -> Result<DeathRecipient, Error> { in wait_for_death()
|
/aosp12/frameworks/native/libs/fakeservicemanager/ |
H A D | test_sm.cpp | 38 status_t linkToDeath(const sp<DeathRecipient>&, void*, uint32_t) override { in getBinder()
|
/aosp12/frameworks/native/cmds/servicemanager/ |
H A D | test_sm.cpp | 43 android::status_t linkToDeath(const sp<DeathRecipient>&, void*, uint32_t) override { in getBinder() 316 android::status_t linkToDeath(const sp<DeathRecipient>&, void*, uint32_t) override { in linkToDeath()
|
/aosp12/hardware/interfaces/contexthub/1.0/default/ |
H A D | Contexthub.cpp | 114 Contexthub::DeathRecipient::DeathRecipient(sp<Contexthub> contexthub) in DeathRecipient() function in android::hardware::contexthub::V1_0::implementation::Contexthub::DeathRecipient
|
/aosp12/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | UsbPortManager.java | 803 final class DeathRecipient implements HwBinder.DeathRecipient { class in UsbPortManager 806 DeathRecipient(IndentingPrintWriter pw) { in DeathRecipient() method in UsbPortManager.DeathRecipient
|