Searched refs:linkToDeath (Results 1 - 25 of 100) sorted by relevance

1234

/frameworks/base/core/java/android/os/
H A DIBinder.java78 * <li> The {@link #linkToDeath linkToDeath()} method can be used to register
223 * @see #linkToDeath
245 public void linkToDeath(DeathRecipient recipient, int flags) method in interface:IBinder
H A DRemoteCallbackList.java115 binder.linkToDeath(cb, 0);
H A DTokenWatcher.java77 token.linkToDeath(d, 0);
H A DCommonTimeConfig.java71 mRemote.linkToDeath(mDeathHandler, 0);
/frameworks/base/services/core/java/com/android/server/telecom/
H A DTelecomLoaderService.java45 service.linkToDeath(new IBinder.DeathRecipient() {
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp54 binder->linkToDeath(sDeathNotifier);
H A Dmediametadataretriever.cpp55 binder->linkToDeath(sDeathNotifier);
/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp56 binder->linkToDeath(mDeathRecipient);
/frameworks/native/include/binder/
H A DBinder.h42 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
H A DIBinder.h112 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
H A DBpBinder.h44 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
/frameworks/native/libs/gui/
H A DSensorManager.cpp89 mSensorServer->asBinder()->linkToDeath(mDeathObserver);
/frameworks/av/camera/
H A DCameraBase.cpp86 binder->linkToDeath(gDeathNotifier);
110 c->mCamera->asBinder()->linkToDeath(c);
H A DCamera.cpp58 camera->asBinder()->linkToDeath(c);
96 c->mCamera->asBinder()->linkToDeath(c);
/frameworks/av/soundtrigger/
H A DSoundTrigger.cpp75 binder->linkToDeath(gDeathNotifier);
107 soundTrigger->mISoundTrigger->asBinder()->linkToDeath(soundTrigger);
/frameworks/base/media/java/android/media/
H A DPlayerRecord.java235 mToken.linkToDeath(this, 0);
297 b.linkToDeath(rcdh, 0);
/frameworks/base/core/java/android/database/
H A DCursorToBulkCursorAdaptor.java62 remoteObserver.asBinder().linkToDeath(recipient, 0);
/frameworks/base/libs/common_time/
H A Dcommon_clock_service.cpp109 return listener->asBinder()->linkToDeath(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DRingtonePlayer.java106 token.linkToDeath(client, 0);
/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java134 listener.asBinder().linkToDeath(r, 0);
141 Slog.e(TAG, "linkToDeath failed:", e);
/frameworks/base/services/core/java/com/android/server/location/
H A DRemoteListenerHelper.java65 binder.linkToDeath(deathListener, 0 /* flags */);
/frameworks/base/telecomm/java/android/telecom/
H A DVideoCallImpl.java157 mVideoProvider.asBinder().linkToDeath(mDeathRecipient, 0);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerService.java136 cb.asBinder().linkToDeath(new IBinder.DeathRecipient() {
/frameworks/native/libs/binder/
H A DBinder.cpp119 status_t BBinder::linkToDeath( function in class:android::BBinder
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java160 mVideoCallProvider.asBinder().linkToDeath(mDeathRecipient, 0);

Completed in 616 milliseconds

1234