/frameworks/base/core/java/android/os/ |
D | IHwBinder.java | 35 public interface DeathRecipient { interface 39 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath() 40 public boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath()
|
D | HwRemoteBinder.java | 45 public native boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath() 46 public native boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath() 61 private static final void sendDeathNotice(DeathRecipient recipient, long cookie) { in sendDeathNotice()
|
D | IBinder.java | 254 public interface DeathRecipient { interface 274 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() 295 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
|
D | Binder.java | 614 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath() 620 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath() 759 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() 761 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath() 825 private static final void sendDeathNotice(DeathRecipient recipient) { in sendDeathNotice()
|
D | CommonTimeConfig.java | 421 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
|
/frameworks/native/libs/binder/include/binder/ |
D | BpBinder.h | 44 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient, 47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 50 wp<DeathRecipient>* outRecipient = NULL); 103 wp<DeathRecipient> recipient;
|
D | IBinder.h | 102 class DeathRecipient : public virtual RefBase 134 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient, 145 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 148 wp<DeathRecipient>* outRecipient = NULL) = 0;
|
D | Binder.h | 42 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient, 46 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient, 49 wp<DeathRecipient>* outRecipient = NULL);
|
/frameworks/support/customtabs/src/android/support/customtabs/ |
D | CustomTabsService.java | 24 import android.os.IBinder.DeathRecipient; 81 private final Map<IBinder, DeathRecipient> mDeathRecipientMap = new ArrayMap<>(); 94 DeathRecipient deathRecipient = new IBinder.DeathRecipient() { 160 DeathRecipient deathRecipient = in cleanUpSession()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | StateMachineDeathRecipient.java | 20 import android.os.IBinder.DeathRecipient; 29 public class StateMachineDeathRecipient implements DeathRecipient {
|
/frameworks/base/services/core/java/com/android/server/media/projection/ |
D | MediaProjectionManagerService.java | 62 private final Map<IBinder, IBinder.DeathRecipient> mDeathEaters; 78 mDeathEaters = new ArrayMap<IBinder, IBinder.DeathRecipient>(); in MediaProjectionManagerService() 128 IBinder.DeathRecipient deathRecipient = new IBinder.DeathRecipient() { in addCallback() 148 IBinder.DeathRecipient deathRecipient) { in linkDeathRecipientLocked() 160 IBinder.DeathRecipient deathRecipient = mDeathEaters.remove(token); in unlinkDeathRecipientLocked() 341 private IBinder.DeathRecipient mDeathEater; 406 mDeathEater = new IBinder.DeathRecipient() { in start()
|
/frameworks/base/core/java/android/database/ |
D | CursorToBulkCursorAdaptor.java | 35 implements IBinder.DeathRecipient { 58 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { in ContentObserverProxy() 68 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLockManagerTest.java | 71 ArgumentCaptor<IBinder.DeathRecipient> deathRecipient = in acquireWifiLockSuccessful() 72 ArgumentCaptor.forClass(IBinder.DeathRecipient.class); in acquireWifiLockSuccessful() 83 ArgumentCaptor<IBinder.DeathRecipient> deathRecipient = in releaseWifiLockSuccessful() 84 ArgumentCaptor.forClass(IBinder.DeathRecipient.class); in releaseWifiLockSuccessful()
|
D | SoftApManagerTest.java | 33 import android.os.IBinder.DeathRecipient; 78 final ArgumentCaptor<DeathRecipient> mDeathListenerCaptor = 79 ArgumentCaptor.forClass(DeathRecipient.class);
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | ManagedApplicationService.java | 25 import android.os.IBinder.DeathRecipient; 48 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
|
/frameworks/native/libs/binder/ |
D | BpBinder.cpp | 175 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath() 209 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath() 210 wp<DeathRecipient>* outRecipient) in unlinkToDeath() 278 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath()
|
D | Binder.cpp | 141 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in linkToDeath() argument 148 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in unlinkToDeath() argument 149 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/) in unlinkToDeath() argument
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareServiceImplTest.java | 233 ArgumentCaptor<IBinder.DeathRecipient> deathRecipient = ArgumentCaptor in testBinderDeath() 234 .forClass(IBinder.DeathRecipient.class); in testBinderDeath() 574 IBinder.DeathRecipient dr = getInternalStateDeathRecipient(clientId); in validateInternalStateCleanedUp() 653 private IBinder.DeathRecipient getInternalStateDeathRecipient(int clientId) throws Exception { in getInternalStateDeathRecipient() 657 SparseArray<IBinder.DeathRecipient> deathRecipientsByClientId = in getInternalStateDeathRecipient() 658 (SparseArray<IBinder.DeathRecipient>) field.get(mDut); in getInternalStateDeathRecipient()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareServiceImpl.java | 58 private final SparseArray<IBinder.DeathRecipient> mDeathRecipientsByClientId = 148 IBinder.DeathRecipient dr = new IBinder.DeathRecipient() { in connect() 198 IBinder.DeathRecipient dr = mDeathRecipientsByClientId.get(clientId); in disconnect()
|
/frameworks/av/media/libstagefright/include/ |
D | MediaSync.h | 144 public IBinder::DeathRecipient { 172 public IBinder::DeathRecipient {
|
/frameworks/native/include/private/gui/ |
D | ComposerService.h | 44 sp<IBinder::DeathRecipient> mDeathObserver;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsServiceControllerTest.java | 222 ArgumentCaptor<IBinder.DeathRecipient> deathCaptor = in testBindServiceAndBinderDied() 223 ArgumentCaptor.forClass(IBinder.DeathRecipient.class); in testBindServiceAndBinderDied() 437 private IBinder.DeathRecipient getDeathRecipient() throws RemoteException { in getDeathRecipient() 438 ArgumentCaptor<IBinder.DeathRecipient> deathCaptor = in getDeathRecipient() 439 ArgumentCaptor.forClass(IBinder.DeathRecipient.class); in getDeathRecipient()
|
/frameworks/native/services/vr/hardware_composer/ |
D | vr_composer.h | 21 public IBinder::DeathRecipient {
|
/frameworks/av/media/libstagefright/include/foundation/ |
D | AWakeLock.h | 44 class PMDeathRecipient : public IBinder::DeathRecipient {
|
/frameworks/av/include/media/ |
D | IMediaDeathNotifier.h | 42 class DeathNotifier: public IBinder::DeathRecipient
|