Searched refs:mDeathRecipient (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp35 mDeathRecipient(new PMDeathRecipient(this)) {}
40 binder->unlinkToDeath(mDeathRecipient);
56 binder->linkToDeath(mDeathRecipient);
/frameworks/av/include/media/stagefright/foundation/
H A DAWakeLock.h59 const sp<PMDeathRecipient> mDeathRecipient; member in class:android::AWakeLock
/frameworks/base/services/core/java/com/android/server/utils/
H A DManagedApplicationService.java48 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in class:ManagedApplicationService
216 iBinder.linkToDeath(mDeathRecipient, 0);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java55 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in class:ImsVideoCallProviderWrapper
171 mVideoCallProvider.asBinder().linkToDeath(mDeathRecipient, 0);
/frameworks/base/telecomm/java/android/telecom/
H A DVideoCallImpl.java47 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in class:VideoCallImpl
202 mVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);
H A DRemoteConnectionService.java365 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in class:RemoteConnectionService
377 mOutgoingConnectionServiceRpc.asBinder().unlinkToDeath(mDeathRecipient, 0);
391 mOutgoingConnectionServiceRpc.asBinder().linkToDeath(mDeathRecipient, 0);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java140 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in class:RemotePrintDocument
404 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0);
427 mPrintDocumentAdapter.asBinder().unlinkToDeath(mDeathRecipient, 0);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java167 private ImsServiceDeathRecipient mDeathRecipient = new ImsServiceDeathRecipient(); field in class:ImsManager
1128 b.linkToDeath(mDeathRecipient, 0);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java152 final DeathRecipient mDeathRecipient; field in class:WindowState
534 mDeathRecipient = null;
546 mDeathRecipient = deathRecipient;
1452 mClient.asBinder().unlinkToDeath(mDeathRecipient, 0);
H A DWindowManagerService.java2011 if (win.mDeathRecipient == null) {
/frameworks/av/services/audioflinger/
H A DThreads.h461 const sp<PMDeathRecipient> mDeathRecipient; member in class:ThreadBase
H A DThreads.cpp642 mDeathRecipient(new PMDeathRecipient(this)),
658 binder->unlinkToDeath(mDeathRecipient);
1083 binder->linkToDeath(mDeathRecipient);

Completed in 465 milliseconds