Home
last modified time | relevance | path

Searched refs:mDeathRecipient (Results 1 – 13 of 13) 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/av/media/libstagefright/
DTimedEventQueue.cpp48 mDeathRecipient(new PMDeathRecipient(this)), in TimedEventQueue()
56 binder->unlinkToDeath(mDeathRecipient); in ~TimedEventQueue()
332 binder->linkToDeath(mDeathRecipient); in acquireWakeLock_l()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java53 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in ImsVideoCallProviderWrapper
160 mVideoCallProvider.asBinder().linkToDeath(mDeathRecipient, 0); in ImsVideoCallProviderWrapper()
/frameworks/av/include/media/stagefright/foundation/
DAWakeLock.h59 const sp<PMDeathRecipient> mDeathRecipient; variable
/frameworks/base/telecomm/java/android/telecom/
DVideoCallImpl.java50 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in VideoCallImpl
157 mVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0); in VideoCallImpl()
DRemoteConnectionService.java314 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in RemoteConnectionService
326 mOutgoingConnectionServiceRpc.asBinder().unlinkToDeath(mDeathRecipient, 0);
340 mOutgoingConnectionServiceRpc.asBinder().linkToDeath(mDeathRecipient, 0); in RemoteConnectionService()
/frameworks/av/media/libstagefright/include/
DTimedEventQueue.h142 const sp<PMDeathRecipient> mDeathRecipient; member
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java139 private ImsServiceDeathRecipient mDeathRecipient = new ImsServiceDeathRecipient(); field in ImsManager
670 b.linkToDeath(mDeathRecipient, 0); in createImsService()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java137 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in RemotePrintDocument
397 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0); in connectToRemoteDocument()
420 mPrintDocumentAdapter.asBinder().unlinkToDeath(mDeathRecipient, 0); in disconnectFromRemoteDocument()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java95 final DeathRecipient mDeathRecipient; field in WindowState
385 mDeathRecipient = null; in WindowState()
397 mDeathRecipient = deathRecipient; in WindowState()
1105 mClient.asBinder().unlinkToDeath(mDeathRecipient, 0); in removeLocked()
DWindowManagerService.java2421 if (win.mDeathRecipient == null) { in addWindow()
/frameworks/av/services/audioflinger/
DThreads.h436 const sp<PMDeathRecipient> mDeathRecipient; variable
DThreads.cpp329 mDeathRecipient(new PMDeathRecipient(this)) in ThreadBase()
342 binder->unlinkToDeath(mDeathRecipient); in ~ThreadBase()
714 binder->linkToDeath(mDeathRecipient); in getPowerManager_l()