Home
last modified time | relevance | path

Searched refs:getDeathRecipient (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DMagnificationConnectionManagerTest.java156 mMockConnection.getDeathRecipient().binderDied(); in binderDied_hasConnection_wrapperIsNullAndUnlinkToDeath()
159 verify(mMockConnection.asBinder()).unlinkToDeath(mMockConnection.getDeathRecipient(), in binderDied_hasConnection_wrapperIsNullAndUnlinkToDeath()
175 mMockConnection.getDeathRecipient().binderDied(); in setSecondConnectionAndFormerConnectionBinderDead_hasWrapperAndNotCallUnlinkToDeath()
178 verify(mMockConnection.asBinder()).unlinkToDeath(mMockConnection.getDeathRecipient(), 0); in setSecondConnectionAndFormerConnectionBinderDead_hasWrapperAndNotCallUnlinkToDeath()
180 secondConnection.getDeathRecipient(), 0); in setSecondConnectionAndFormerConnectionBinderDead_hasWrapperAndNotCallUnlinkToDeath()
607 mMockConnection.getDeathRecipient().binderDied(); in binderDied_windowMagnifierIsEnabled_resetState()
DMockMagnificationConnection.java165 IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in MockMagnificationConnection
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DInputController.java224 token.unlinkToDeath(inputDeviceDescriptor.getDeathRecipient(), /* flags= */ 0); in closeInputDeviceDescriptorLocked()
609 public IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in InputController.InputDeviceDescriptor
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp385 static sp<IBinder::DeathRecipient> getDeathRecipient() { in getDeathRecipient() function
397 token->linkToDeath(getDeathRecipient()); in setDeathToken()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskOrganizerController.java346 DeathRecipient getDeathRecipient() { in getDeathRecipient() method in TaskOrganizerController.TaskOrganizerState
/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java986 IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in ProcessRecord
DProcessList.java5535 if (app.getDeathRecipient() == null
5565 if (app.getPid() > 0 && !app.isolated && app.getDeathRecipient() != null) {
5585 if (app != null && app.uid == uid && !app.isolated && app.getDeathRecipient() != null) {
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java438 .getDeathRecipient().binderDied(); in testOrganizerDeathReturnsRegistrationToPrevious()
/frameworks/base/services/
Dart-wear-profile6790 PLcom/android/server/am/ProcessRecord;->getDeathRecipient()Landroid/os/IBinder$DeathRecipient;