Searched defs:mDeathRecipient (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DAWakeLock.h59 const sp<PMDeathRecipient> mDeathRecipient; member in class:android::AWakeLock
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAWakeLock.h59 const sp<PMDeathRecipient> mDeathRecipient; member in class:android::AWakeLock
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DAWakeLock.h59 const sp<PMDeathRecipient> mDeathRecipient; member in class:android::AWakeLock
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.h61 android::sp<SensorDeathRecipient> mDeathRecipient = nullptr; member in struct:ASensorManager
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java461 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in class:RemoteConnectionService
473 mOutgoingConnectionServiceRpc.asBinder().unlinkToDeath(mDeathRecipient, 0);
487 mOutgoingConnectionServiceRpc.asBinder().linkToDeath(mDeathRecipient, 0);
H A DVideoCallImpl.java51 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in class:VideoCallImpl
207 mVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);
/frameworks/base/telephony/java/android/telephony/
H A DMbmsStreamingSession.java69 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in class:MbmsStreamingSession
306 streamingService.asBinder().linkToDeath(mDeathRecipient, 0);
H A DMbmsDownloadSession.java188 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in class:MbmsDownloadSession
299 downloadService.asBinder().linkToDeath(mDeathRecipient, 0);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSoftApManager.java241 private final StateMachineDeathRecipient mDeathRecipient = field in class:SoftApManager.SoftApStateMachine
275 mDeathRecipient.unlinkToDeath();
284 if (!mDeathRecipient.linkToDeath(mApInterface.asBinder())) {
285 mDeathRecipient.unlinkToDeath();
297 mDeathRecipient.unlinkToDeath();
312 mDeathRecipient.unlinkToDeath();
H A DWifiStateMachine.java253 private final StateMachineDeathRecipient mDeathRecipient = field in class:WifiStateMachine
4154 mDeathRecipient.unlinkToDeath();
4177 || !mDeathRecipient.linkToDeath(mClientInterface.asBinder())) {
/frameworks/base/services/core/java/com/android/server/broadcastradio/
H A DTuner.java44 @NonNull private final IBinder.DeathRecipient mDeathRecipient; field in class:Tuner
58 mDeathRecipient = this::close;
60 mClientCallback.asBinder().linkToDeath(mDeathRecipient, 0);
107 mClientCallback.asBinder().unlinkToDeath(mDeathRecipient, 0);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java75 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in class:ImsVideoCallProviderWrapper
235 mVideoCallProvider.asBinder().linkToDeath(mDeathRecipient, 0);
/frameworks/av/services/audioflinger/
H A DThreads.h482 const sp<PMDeathRecipient> mDeathRecipient; member in class:ThreadBase
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java144 private final DeathRecipient mDeathRecipient = new DeathRecipient() { field in class:RemotePrintDocument
410 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0);
433 mPrintDocumentAdapter.asBinder().unlinkToDeath(mDeathRecipient, 0);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java189 private ImsServiceDeathRecipient mDeathRecipient = new ImsServiceDeathRecipient(); field in class:ImsManager
2148 binder.linkToDeath(mDeathRecipient, 0);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java369 mDeathRecipient = dr;
375 return "deathRecipient=" + mDeathRecipient + ", messenger=" + mMessenger;
378 DeathRecipient mDeathRecipient; field in class:WifiP2pServiceImpl.DeathHandlerData
569 binder.unlinkToDeath(dhd.mDeathRecipient, 0);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java188 final DeathRecipient mDeathRecipient; field in class:WindowState
631 mDeathRecipient = null;
643 mDeathRecipient = deathRecipient;
1836 mClient.asBinder().unlinkToDeath(mDeathRecipient, 0);
H A DWindowManagerService.java562 final IBinder.DeathRecipient mDeathRecipient; field in class:WindowManagerService.RotationWatcher
567 mDeathRecipient = deathRecipient;
1385 if (win.mDeathRecipient == null) {
4044 binder.unlinkToDeath(removed.mDeathRecipient, 0);

Completed in 497 milliseconds