Home
last modified time | relevance | path

Searched defs:linkToDeath (Results 1 – 9 of 9) sorted by relevance

/external/python/bumble/extras/android/RemoteHCI/lib/src/main/java/android/os/
DIHwBinder.java9 public boolean linkToDeath(DeathRecipient recipient, long cookie); in linkToDeath() method
DHwBinder.java32 public boolean linkToDeath(DeathRecipient recipient, long cookie) { in linkToDeath() method in HwBinder
/external/python/bumble/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_1/
DIBluetoothHciCallbacks.java177 boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath() method
443 public boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath() method in IBluetoothHciCallbacks.Proxy
547 public final boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) { in linkToDeath() method in IBluetoothHciCallbacks.Stub
DIBluetoothHci.java189 boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath() method
488 public boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath() method in IBluetoothHci.Proxy
592 public final boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) { in linkToDeath() method in IBluetoothHci.Stub
/external/python/bumble/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/
DIBluetoothHci.java224 boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath() method
488 public boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath() method in IBluetoothHci.Proxy
590 public final boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) { in linkToDeath() method in IBluetoothHci.Stub
DIBluetoothHciCallbacks.java196 boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath() method
444 public boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) in linkToDeath() method in IBluetoothHciCallbacks.Proxy
546 public final boolean linkToDeath(IHwBinder.DeathRecipient recipient, long cookie) { in linkToDeath() method in IBluetoothHciCallbacks.Stub
/external/dagger2/javatests/dagger/android/support/functional/
DTestService.java70 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {} in linkToDeath() method in TestService.MockBinder
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBinder.java56 protected void linkToDeath(DeathRecipient deathRecipient, int flags) { in linkToDeath() method in ShadowBinder
/external/ot-br-posix/src/android/java/com/android/server/thread/openthread/testing/
DFakeOtDaemon.java133 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath() method in FakeOtDaemon