Home
last modified time | relevance | path

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

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