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

1 2

  /frameworks/av/media/libstagefright/foundation/
AWakeLock.cpp 35 mDeathRecipient(new PMDeathRecipient(this)) {}
40 binder->unlinkToDeath(mDeathRecipient);
56 binder->linkToDeath(mDeathRecipient);
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AWakeLock.h 59 const sp<PMDeathRecipient> mDeathRecipient;
  /hardware/interfaces/nfc/1.0/default/
Nfc.cpp 18 mDeathRecipient(new NfcDeathRecipient(this)) {
28 mCallback->linkToDeath(mDeathRecipient, 0 /*cookie*/);
61 mCallback->unlinkToDeath(mDeathRecipient);
Nfc.h 65 sp<NfcDeathRecipient> mDeathRecipient;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SoftApManager.java 241 private final StateMachineDeathRecipient mDeathRecipient =
275 mDeathRecipient.unlinkToDeath();
284 if (!mDeathRecipient.linkToDeath(mApInterface.asBinder())) {
285 mDeathRecipient.unlinkToDeath();
297 mDeathRecipient.unlinkToDeath();
312 mDeathRecipient.unlinkToDeath();
  /frameworks/base/services/core/java/com/android/server/broadcastradio/
Tuner.java 44 @NonNull private final IBinder.DeathRecipient mDeathRecipient;
58 mDeathRecipient = this::close;
60 mClientCallback.asBinder().linkToDeath(mDeathRecipient, 0);
107 mClientCallback.asBinder().unlinkToDeath(mDeathRecipient, 0);
  /frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
ASensorManager.h 61 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);
  /system/security/keystore/
operation.cpp 26 : mDeathRecipient(deathRecipient) {}
38 appToken->linkToDeath(mDeathRecipient);
99 appToken->unlinkToDeath(mDeathRecipient);
operation.h 85 android::IBinder::DeathRecipient* mDeathRecipient;
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.h 88 sp<DeathRecipient> mDeathRecipient;
Contexthub.cpp 41 mDeathRecipient(new DeathRecipient(this)),
209 mCachedHubInfo[hubId].callback->unlinkToDeath(mDeathRecipient);
214 Return<bool> linkResult = cb->linkToDeath(mDeathRecipient, hubId);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 84 private IBinder.DeathRecipient mDeathRecipient;
118 mDeathRecipient = deathRecipient;
128 if (mDeathRecipient != null) {
131 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);
RemoteConnectionService.java 461 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
473 mOutgoingConnectionServiceRpc.asBinder().unlinkToDeath(mDeathRecipient, 0);
487 mOutgoingConnectionServiceRpc.asBinder().linkToDeath(mDeathRecipient, 0);
  /frameworks/base/telephony/java/android/telephony/
MbmsStreamingSession.java 69 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
306 streamingService.asBinder().linkToDeath(mDeathRecipient, 0);
MbmsDownloadSession.java 188 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
299 downloadService.asBinder().linkToDeath(mDeathRecipient, 0);
    [all...]
  /system/chre/host/hal_generic/
generic_context_hub.cc 89 mDeathRecipient = new DeathRecipient(this);
180 mCallbacks->unlinkToDeath(mDeathRecipient);
182 Return<bool> linkReturn = cb->linkToDeath(mDeathRecipient, hubId);
generic_context_hub.h 127 sp<DeathRecipient> mDeathRecipient;
  /hardware/interfaces/gnss/1.0/default/
Gnss.h 165 sp<GnssHidlDeathRecipient> mDeathRecipient;
Gnss.cpp 53 mDeathRecipient(new GnssHidlDeathRecipient(this)) {
406 sGnssCbIface->unlinkToDeath(mDeathRecipient);
410 callback->linkToDeath(mDeathRecipient, 0 /*cookie*/);
  /packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java 98 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
124 mConectionServiceVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 75 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
235 mVideoCallProvider.asBinder().linkToDeath(mDeathRecipient, 0);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 144 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
410 mPrintDocumentAdapter.asBinder().linkToDeath(mDeathRecipient, 0);
433 mPrintDocumentAdapter.asBinder().unlinkToDeath(mDeathRecipient, 0);
    [all...]

Completed in 360 milliseconds

1 2