Home
last modified time | relevance | path

Searched refs:death (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/cmds/servicemanager/
Dservice_manager.c139 struct binder_death death; member
237 si->death.func = (void*) svcinfo_death; in do_add_service()
238 si->death.ptr = si; in do_add_service()
246 binder_link_to_death(bs, handle, &si->death); in do_add_service()
Dbinder.c286 … struct binder_death *death = (struct binder_death *)(uintptr_t) *(binder_uintptr_t *)ptr; in binder_parse() local
288 death->func(bs, death->ptr); in binder_parse()
322 void binder_link_to_death(struct binder_state *bs, uint32_t target, struct binder_death *death) in binder_link_to_death() argument
331 data.payload.cookie = (uintptr_t) death; in binder_link_to_death()
Dbinder.h71 void binder_link_to_death(struct binder_state *bs, uint32_t target, struct binder_death *death);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags62 ## 5: SYSTEM_UNREGISTER_USER System sysui unregisters user's callbacks (after death)
/frameworks/base/core/java/android/app/
DLoadedApk.java1672 public void death(ComponentName name, IBinder service) { in death() method in ServiceDispatcher
1782 death(mName, mService); in binderDied()
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dlstb.txt216 to the death last night of Mr. Aloysius Garcia, of Wisteria Lodge,
445 you would be with him on the night of his death. It was the envelope
469 the man met his death?"
472 and his death had certainly been before the rain."
949 evening of his death. We may put aside this idea of Baynes's that
955 his death. I say 'criminal' because only a man with a criminal
1065 his death? If he met it in some nefarious enterprise her lips might
1233 dearest had suffered torture and death at his hands, would not let
1280 attacks. With the death of Garcia, the pursuit might cease, since
1281 such a death might frighten others from the task.
[all …]
Dretn.txt70 done the loss which the community had sustained by the death of
93 death came in most strange and unexpected form between the hours of
99 dinner on the day of his death he had played a rubber of whist at the
128 which it was conjectured that before his death he was endeavouring to
140 himself who had fastened the door. But how did he come by his death?
148 inflicted a wound which must have caused instantaneous death. Such
298 who had sworn my death. There were at least three others whose desire
299 for vengeance upon me would only be increased by the death of their
329 sympathetic and inefficient manner the circumstances of my death.
344 a witness of his friend's death and of my escape. He had waited, and
[all …]
Dcase.txt124 life or death," said he as he handed me the note. "I know no more
193 suspicious death of a witness that saved him! I am as sure that he
698 if you marry this man he'll be the death of you. It may be a broken
820 the door of death. The bulletins were very grave and there were
2187 "Of sudden death. I'm expecting something this evening."
2506 "It's all here, Count. The real facts as to the death of old Mrs.
3071 "I am sorry. One could not connect death with such a man. I have
3693 sudden death. So long as that other manuscript was in the world there
4140 intellectual puzzle to you, but it is life and death to me! My wife a
4407 dipped in curare or some other devilish drug, it would mean death if
[all …]
Dadvs.txt238 'Remarkable as being the scene of the death of Wallenstein, and for
2372 Holmes, when she married again so soon after father's death, and a
3604 "That McCarthy senior met his death from McCarthy junior and that all
3617 death, and also a pair of the son's, though not the pair which he had
4303 knew how he winced from the very thought of death, had much ado to
4313 "The letter arrived on March 10, 1883. His death was seven weeks
4390 hesitation in bringing in a verdict of 'death from accidental
4391 causes.' Carefully as I examined every fact connected with his death,
4687 or might fly from the country. If he braved the matter out, death
4776 send him away to his death--!" He sprang from his chair and paced
[all …]
Dmems.txt494 at the time of his death, Inspector?"
1352 of it. I have seen his death certificate. This sickened her of
1694 "No; there was a great fire at Atlanta very shortly after his death,
1697 "And yet she had a certificate of death. You say that you saw it."
1759 that her position is quite secure, having shown her husband the death
2744 "A desperate attempt at robbery, culminating in the death of one man
3210 "My friend ascended with the doctor to the chamber of death, while I
3263 that, I suppose,' said he. "This is worse than death, for it means
3319 sealed forever in death. In either case the time for suppression is
3567 proceeded to put to death the five remaining prisoners. The two
[all …]
/frameworks/base/proto/src/
Dwifi.proto826 // 80211 death reason code, relevant to NETWORK_DISCONNECTION_EVENTs
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java14877 final IBinder.DeathRecipient death = new DeathRecipient() { in hang() local
14887 who.linkToDeath(death, 0); in hang()
14896 synchronized (death) { in hang()
14899 death.wait(); in hang()