HomeSort by relevance Sort by last modified time
    Searched refs:mDeathRecipient (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/base/services/core/java/com/android/server/os/
SchedulingPolicyService.java 45 private final IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
68 synchronized (mDeathRecipient) {
131 synchronized (mDeathRecipient) {
151 mClient.unlinkToDeath(mDeathRecipient, 0);
159 client.linkToDeath(mDeathRecipient, 0);
172 client.unlinkToDeath(mDeathRecipient, 0);
186 mClient.unlinkToDeath(mDeathRecipient, 0);
  /frameworks/av/media/libmediaplayer2/nuplayer2/
JWakeLock.cpp 36 mDeathRecipient(new PMDeathRecipient(this)) {}
41 binder->unlinkToDeath(mDeathRecipient);
57 binder->linkToDeath(mDeathRecipient);
JWakeLock.h 59 const sp<PMDeathRecipient> mDeathRecipient;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
AWakeLock.cpp 35 mDeathRecipient(new PMDeathRecipient(this)) {}
40 binder->unlinkToDeath(mDeathRecipient);
56 binder->linkToDeath(mDeathRecipient);
AWakeLock.h 59 const sp<PMDeathRecipient> mDeathRecipient;
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
AnnouncementAggregator.java 40 private final IBinder.DeathRecipient mDeathRecipient = new DeathRecipient();
51 listener.asBinder().linkToDeath(mDeathRecipient, 0);
120 mListener.asBinder().unlinkToDeath(mDeathRecipient, 0);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
NetworkRegistrationManager.java 60 private RegManagerDeathRecipient mDeathRecipient;
132 mDeathRecipient = new RegManagerDeathRecipient(name);
134 mServiceBinder.linkToDeath(mDeathRecipient, 0);
140 mDeathRecipient.binderDied();
149 mServiceBinder.unlinkToDeath(mDeathRecipient, 0);
  /system/security/keystore/
operation.cpp 25 : mDeathRecipient(deathRecipient) {}
35 if (mAppTokenMap.find(appToken) == mAppTokenMap.end()) appToken->linkToDeath(mDeathRecipient);
80 appToken->unlinkToDeath(mDeathRecipient);
confirmation_manager.cpp 51 : IConfirmationResultCallback(), mDeathRecipient(deathRecipient) {}
97 listener->linkToDeath(mDeathRecipient);
150 mCurrentListener->unlinkToDeath(mDeathRecipient);
200 mCurrentListener->unlinkToDeath(mDeathRecipient);
confirmation_manager.h 97 android::IBinder::DeathRecipient* mDeathRecipient;
operation.h 70 IBinder::DeathRecipient* mDeathRecipient;
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
Tuner.java 47 @NonNull private final IBinder.DeathRecipient mDeathRecipient;
61 mDeathRecipient = this::close;
63 mClientCallback.asBinder().linkToDeath(mDeathRecipient, 0);
105 mClientCallback.asBinder().unlinkToDeath(mDeathRecipient, 0);
  /frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
ASensorManager.h 62 android::sp<SensorDeathRecipient> mDeathRecipient = nullptr;
ASensorManager.cpp 72 mDeathRecipient = new SensorDeathRecipient();
73 Return<bool> linked = mManager->linkToDeath(mDeathRecipient, /*cookie*/ 0);
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsManager.java 241 private RcsServiceDeathRecipient mDeathRecipient = new RcsServiceDeathRecipient();
360 b.linkToDeath(mDeathRecipient, 0);
  /frameworks/base/services/core/java/com/android/server/slice/
PinnedSliceState.java 57 private final DeathRecipient mDeathRecipient = this::handleRecheckListeners;
127 token.linkToDeath(mDeathRecipient, 0);
137 token.unlinkToDeath(mDeathRecipient, 0);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataServiceManager.java 80 private DataServiceManagerDeathRecipient mDeathRecipient;
146 mDeathRecipient = new DataServiceManagerDeathRecipient();
150 service.linkToDeath(mDeathRecipient, 0);
155 mDeathRecipient.binderDied();
165 mIDataService.asBinder().unlinkToDeath(mDeathRecipient, 0);
  /device/google/contexthub/contexthubhal/
NanohubHidlAdapter.h 98 sp<DeathRecipient> mDeathRecipient;
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.h 88 sp<DeathRecipient> mDeathRecipient;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 83 private IBinder.DeathRecipient mDeathRecipient;
119 mDeathRecipient = deathRecipient;
129 if (mDeathRecipient != null) {
132 binder.unlinkToDeath(mDeathRecipient, 0);
  /frameworks/base/telecomm/java/android/telecom/
VideoCallImpl.java 51 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
207 mVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);
  /frameworks/base/telephony/java/android/telephony/
MbmsStreamingSession.java 76 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
326 streamingService.asBinder().linkToDeath(mDeathRecipient, 0);
  /hardware/interfaces/gnss/1.0/default/
Gnss.h 165 sp<GnssHidlDeathRecipient> mDeathRecipient;
  /system/chre/host/hal_generic/
generic_context_hub.h 126 sp<DeathRecipient> mDeathRecipient;
  /packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java 98 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
124 mConectionServiceVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);

Completed in 794 milliseconds

1 2