Searched refs:mDeathRecipient (Results 1 - 18 of 18) 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/av/media/libstagefright/foundation/include/foundation/
H A DAWakeLock.h59 const sp<PMDeathRecipient> mDeathRecipient; member in class:android::AWakeLock
/frameworks/av/media/libstagefright/include/foundation/
H A DAWakeLock.h59 const sp<PMDeathRecipient> mDeathRecipient; member in class:android::AWakeLock
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSoftApManager.java237 private final StateMachineDeathRecipient mDeathRecipient = field in class:SoftApManager.SoftApStateMachine
271 mDeathRecipient.unlinkToDeath();
280 if (!mDeathRecipient.linkToDeath(mApInterface.asBinder())) {
281 mDeathRecipient.unlinkToDeath();
293 mDeathRecipient.unlinkToDeath();
308 mDeathRecipient.unlinkToDeath();
H A DWifiStateMachine.java243 private final StateMachineDeathRecipient mDeathRecipient = field in class:WifiStateMachine
4001 mDeathRecipient.unlinkToDeath();
4018 || !mDeathRecipient.linkToDeath(mClientInterface.asBinder())) {
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.h61 android::sp<SensorDeathRecipient> mDeathRecipient = nullptr; member in struct:ASensorManager
H A DASensorManager.cpp72 mDeathRecipient = new SensorDeathRecipient();
73 Return<bool> linked = mManager->linkToDeath(mDeathRecipient, /*cookie*/ 0);
/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/base/telecomm/java/android/telecom/
H A DVideoCallImpl.java51 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in class:VideoCallImpl
207 mVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);
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);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java73 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() { field in class:ImsVideoCallProviderWrapper
217 mVideoCallProvider.asBinder().linkToDeath(mDeathRecipient, 0);
/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.java185 private ImsServiceDeathRecipient mDeathRecipient = new ImsServiceDeathRecipient(); field in class:ImsManager
2015 binder.linkToDeath(mDeathRecipient, 0);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java185 final DeathRecipient mDeathRecipient; field in class:WindowState
608 mDeathRecipient = null;
620 mDeathRecipient = deathRecipient;
1748 mClient.asBinder().unlinkToDeath(mDeathRecipient, 0);
H A DWindowManagerService.java554 IBinder.DeathRecipient mDeathRecipient; field in class:WindowManagerService.RotationWatcher
559 mDeathRecipient = deathRecipient;
1357 if (win.mDeathRecipient == null) {
3984 binder.unlinkToDeath(removed.mDeathRecipient, 0);
/frameworks/av/services/audioflinger/
H A DThreads.h485 const sp<PMDeathRecipient> mDeathRecipient; member in class:ThreadBase
H A DThreads.cpp514 mDeathRecipient(new PMDeathRecipient(this)),
530 binder->unlinkToDeath(mDeathRecipient);
949 binder->linkToDeath(mDeathRecipient);

Completed in 1049 milliseconds