Home
last modified time | relevance | path

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

12

/aosp12/frameworks/av/services/mediaresourcemanager/
H A 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;
/aosp12/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
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DDeathNotifier.cpp25 class DeathNotifier::DeathRecipient : class in android::DeathNotifier
31 DeathRecipient(Notify const& notify): mNotify{notify} { in DeathRecipient() function in android::DeathNotifier::DeathRecipient
H A DDeathNotifier.h41 class DeathRecipient; variable
/aosp12/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
/aosp12/system/core/libbinderwrapper/
H A Dreal_binder_wrapper.cc30 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 DIBinder.java20 public interface DeathRecipient { interface
/aosp12/system/libhwbinder/
H A DBinder.cpp149 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 Dproxy.rs536 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 DIHwBinder.java47 public interface DeathRecipient { interface
H A DIBinder.java307 public interface DeathRecipient { interface
/aosp12/frameworks/native/libs/binder/
H A DBinder.cpp217 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 DSubscriptionManager.h143 DeathRecipient(const OnClientDead& onClientDead) in DeathRecipient() function
/aosp12/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DAnnouncementAggregator.java76 private class DeathRecipient implements IBinder.DeathRecipient { class in AnnouncementAggregator
/aosp12/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 DWindowContextListenerController.java333 private class DeathRecipient implements IBinder.DeathRecipient { class in WindowContextListenerController.WindowContextListenerImpl
H A DTaskOrganizerController.java68 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 Drun.rs79 fn wait_for_death(binder: &mut impl IBinder, dead: AtomicFlag) -> Result<DeathRecipient, Error> { in wait_for_death()
/aosp12/frameworks/native/libs/fakeservicemanager/
H A Dtest_sm.cpp38 status_t linkToDeath(const sp<DeathRecipient>&, void*, uint32_t) override { in getBinder()
/aosp12/frameworks/native/cmds/servicemanager/
H A Dtest_sm.cpp43 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 DContexthub.cpp114 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 DUsbPortManager.java803 final class DeathRecipient implements HwBinder.DeathRecipient { class in UsbPortManager
806 DeathRecipient(IndentingPrintWriter pw) { in DeathRecipient() method in UsbPortManager.DeathRecipient

12