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

Completed in 2046 milliseconds