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

1 2

  /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 371 public void linkToDeath(DeathRecipient recipient, int flags) {
444 public native void linkToDeath(DeathRecipient recipient, int flags)
CommonClock.java 128 mRemote.linkToDeath(mDeathHandler, 0);
CommonTimeConfig.java 72 mRemote.linkToDeath(mDeathHandler, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 81 void linkToDeath(IBinder.DeathRecipient deathRecipient) {
84 binder.linkToDeath(deathRecipient, 0);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteCallbackList.java 51 binder.linkToDeath(cb, 0);
  /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");
  /frameworks/base/services/java/com/android/server/am/
ContentProviderRecord.java 232 token.linkToDeath(this, 0);
  /frameworks/base/services/java/com/android/server/display/
VirtualDisplayAdapter.java 59 appToken.linkToDeath(device, 0);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 299 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 122 service.linkToDeath(this, 0);
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 327 mBinder.linkToDeath(new MockDeathRecipient(), 0);
  /frameworks/base/media/java/android/media/
MediaFocusControl.java 655 cb.linkToDeath(afdh, 0);
667 // linkToDeath() creates a JNI global reference preventing collection.
    [all...]
AudioService.java     [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 90 service.linkToDeath(this, 0);
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 573 token.linkToDeath(tok, 0);
VibratorService.java 263 token.linkToDeath(vib, 0);
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 493 wrapper.linkToDeath();
503 wrapper.linkToDeath();
585 owner.linkToDeath(userState.mUiAutomationSerivceOnwerDeathRecipient, 0);
    [all...]
  /frameworks/base/services/java/com/android/server/print/
RemotePrintService.java 545 service.linkToDeath(RemotePrintService.this, 0);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 175 binder.linkToDeath(appInfo.mRcpObj,0);
177 Log.e(TAG,"LinktoDeath Exception:"+e);
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 606 binder.linkToDeath(record, 0);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]

Completed in 815 milliseconds

1 2