Searched refs:getDeathRecipient (Results 1 – 9 of 9) sorted by relevance
156 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()
165 IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in MockMagnificationConnection
224 token.unlinkToDeath(inputDeviceDescriptor.getDeathRecipient(), /* flags= */ 0); in closeInputDeviceDescriptorLocked()609 public IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in InputController.InputDeviceDescriptor
385 static sp<IBinder::DeathRecipient> getDeathRecipient() { in getDeathRecipient() function397 token->linkToDeath(getDeathRecipient()); in setDeathToken()
346 DeathRecipient getDeathRecipient() { in getDeathRecipient() method in TaskOrganizerController.TaskOrganizerState
986 IBinder.DeathRecipient getDeathRecipient() { in getDeathRecipient() method in ProcessRecord
5535 if (app.getDeathRecipient() == null5565 if (app.getPid() > 0 && !app.isolated && app.getDeathRecipient() != null) {5585 if (app != null && app.uid == uid && !app.isolated && app.getDeathRecipient() != null) {
438 .getDeathRecipient().binderDied(); in testOrganizerDeathReturnsRegistrationToPrevious()
6790 PLcom/android/server/am/ProcessRecord;->getDeathRecipient()Landroid/os/IBinder$DeathRecipient;