Home
last modified time | relevance | path

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

/external/python/bumble/extras/android/RemoteHCI/lib/src/main/java/android/os/
DIHwBinder.java10 public boolean unlinkToDeath(DeathRecipient recipient); in unlinkToDeath() method
DHwBinder.java37 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath() method in HwBinder
/external/python/bumble/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_1/
DIBluetoothHciCallbacks.java209 boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) in unlinkToDeath() method
499 public boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) in unlinkToDeath() method in IBluetoothHciCallbacks.Proxy
575 public final boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) { in unlinkToDeath() method in IBluetoothHciCallbacks.Stub
DIBluetoothHci.java221 boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) in unlinkToDeath() method
544 public boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) in unlinkToDeath() method in IBluetoothHci.Proxy
620 public final boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) { in unlinkToDeath() method in IBluetoothHci.Stub
/external/python/bumble/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/V1_0/
DIBluetoothHci.java256 boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) in unlinkToDeath() method
544 public boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) in unlinkToDeath() method in IBluetoothHci.Proxy
618 public final boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) { in unlinkToDeath() method in IBluetoothHci.Stub
DIBluetoothHciCallbacks.java228 boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) in unlinkToDeath() method
500 public boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) in unlinkToDeath() method in IBluetoothHciCallbacks.Proxy
574 public final boolean unlinkToDeath(IHwBinder.DeathRecipient recipient) { in unlinkToDeath() method in IBluetoothHciCallbacks.Stub
/external/dagger2/javatests/dagger/android/support/functional/
DTestService.java73 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath() method in TestService.MockBinder
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBinder.java62 protected boolean unlinkToDeath(DeathRecipient deathRecipient, int flags) { in unlinkToDeath() method in ShadowBinder
/external/ot-br-posix/src/android/java/com/android/server/thread/openthread/testing/
DFakeOtDaemon.java142 public boolean unlinkToDeath(@NonNull DeathRecipient recipient, int flags) { in unlinkToDeath() method in FakeOtDaemon