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

1 2 3

  /frameworks/base/core/java/android/os/
IBinder.java 79 * <li> The {@link #linkToDeath linkToDeath()} method can be used to register
224 * @see #linkToDeath
246 public void linkToDeath(DeathRecipient recipient, int flags)
RemoteCallbackList.java 115 binder.linkToDeath(cb, 0);
TokenWatcher.java 77 token.linkToDeath(d, 0);
Binder.java 336 public void linkToDeath(DeathRecipient recipient, int flags) {
399 public native void linkToDeath(DeathRecipient recipient, int flags)
CommonTimeConfig.java 72 mRemote.linkToDeath(mDeathHandler, 0);
CommonClock.java 128 mRemote.linkToDeath(mDeathHandler, 0);
  /frameworks/native/include/binder/
Binder.h 40 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
IBinder.h 120 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
BpBinder.h 44 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
  /frameworks/av/media/libmedia/
IMediaDeathNotifier.cpp 54 binder->linkToDeath(sDeathNotifier);
mediametadataretriever.cpp 52 binder->linkToDeath(sDeathNotifier);
  /frameworks/base/cmds/system_server/library/
system_init.cpp 60 sm->asBinder()->linkToDeath(grim, grim.get(), 0);
  /frameworks/av/camera/
Camera.cpp 57 binder->linkToDeath(mDeathNotifier);
84 camera->asBinder()->linkToDeath(c);
128 c->mCamera->asBinder()->linkToDeath(c);
  /frameworks/native/libs/gui/
SensorManager.cpp 89 mSensorServer->asBinder()->linkToDeath(mDeathObserver);
  /frameworks/base/core/java/android/database/
CursorToBulkCursorAdaptor.java 65 remoteObserver.asBinder().linkToDeath(recipient, 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java 99 token.linkToDeath(client, 0);
  /frameworks/base/services/common_time/
common_clock_service.cpp 109 return listener->asBinder()->linkToDeath(this);
  /frameworks/base/services/java/com/android/server/
CountryDetectorService.java 134 listener.asBinder().linkToDeath(r, 0);
141 Slog.e(TAG, "linkToDeath failed:", e);
  /frameworks/native/libs/binder/
Binder.cpp 119 status_t BBinder::linkToDeath(
BpBinder.cpp 173 status_t BpBinder::linkToDeath(
182 "linkToDeath(): recipient must be non-NULL");
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 327 mBinder.linkToDeath(new MockDeathRecipient(), 0);
MessengerTest.java 65 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {
  /frameworks/base/services/java/com/android/server/am/
ContentProviderRecord.java 223 token.linkToDeath(this, 0);
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 375 client.asBinder().linkToDeath(new DeathRecipient() {
475 wrapper.linkToDeath();
    [all...]
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 66 binder->linkToDeath(sDeathNotifier);

Completed in 1278 milliseconds

1 2 3