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

123

/frameworks/base/core/java/android/os/
H A DIBinder.java79 * <li> The {@link #linkToDeath linkToDeath()} method can be used to register
224 * @see #linkToDeath
246 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 DBinder.java320 public void linkToDeath(DeathRecipient recipient, int flags) { method in class:Binder
383 public native void linkToDeath(DeathRecipient recipient, int flags) method in class:BinderProxy
H A DCommonTimeConfig.java72 mRemote.linkToDeath(mDeathHandler, 0);
H A DCommonClock.java128 mRemote.linkToDeath(mDeathHandler, 0);
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp54 binder->linkToDeath(sDeathNotifier);
H A Dmediametadataretriever.cpp52 binder->linkToDeath(sDeathNotifier);
H A DAudioEffect.cpp154 iEffect->asBinder()->linkToDeath(mIEffectClient);
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp60 sm->asBinder()->linkToDeath(grim, grim.get(), 0);
/frameworks/native/include/binder/
H A DBinder.h40 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
H A DIBinder.h120 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
H A DBpBinder.h44 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
/frameworks/av/camera/
H A DCamera.cpp57 binder->linkToDeath(mDeathNotifier);
84 camera->asBinder()->linkToDeath(c);
128 c->mCamera->asBinder()->linkToDeath(c);
/frameworks/native/libs/gui/
H A DSensorManager.cpp89 mSensorServer->asBinder()->linkToDeath(mDeathObserver);
/frameworks/base/core/java/android/database/
H A DCursorToBulkCursorAdaptor.java65 remoteObserver.asBinder().linkToDeath(recipient, 0);
/frameworks/base/services/common_time/
H A Dcommon_clock_service.cpp109 return listener->asBinder()->linkToDeath(this);
/frameworks/base/services/java/com/android/server/
H A DCountryDetectorService.java134 listener.asBinder().linkToDeath(r, 0);
141 Slog.e(TAG, "linkToDeath failed:", e);
/frameworks/native/libs/binder/
H A DBinder.cpp119 status_t BBinder::linkToDeath( function in class:android::BBinder
H A DBpBinder.cpp173 status_t BpBinder::linkToDeath( function in class:android::BpBinder
182 "linkToDeath(): recipient must be non-NULL");
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DRingtonePlayer.java106 token.linkToDeath(client, 0);
/frameworks/base/services/java/com/android/server/am/
H A DContentProviderRecord.java232 token.linkToDeath(this, 0);
/frameworks/base/services/java/com/android/server/dreams/
H A DDreamController.java173 service.asBinder().linkToDeath(mCurrentDream, 0);
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp66 binder->linkToDeath(sDeathNotifier);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp247 observer->asBinder()->linkToDeath(this);

Completed in 1000 milliseconds

123