/frameworks/native/cmds/servicemanager/ |
service_manager.c | 97 struct binder_death death; member in struct:svcinfo 191 si->death.func = svcinfo_death; 192 si->death.ptr = si; 199 binder_link_to_death(bs, ptr, &si->death);
|
binder.c | 258 struct binder_death *death = (void*) *ptr++; local 259 death->func(bs, death->ptr); 293 void binder_link_to_death(struct binder_state *bs, void *ptr, struct binder_death *death) 298 cmd[2] = (uint32_t) death;
|
/external/replicaisland/src/com/replica/replicaisland/ |
NPCAnimationComponent.java | 34 public static final int DEATH = 9; 100 case DEATH: 101 death(parentObject); 211 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { 212 mCurrentAnimation = DEATH; 241 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { 242 mCurrentAnimation = DEATH; 279 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { 280 mCurrentAnimation = DEATH; 289 } else if (parentObject.getCurrentAction() == ActionType.DEATH) { 365 protected void death(GameObject parentObject) { method in class:NPCAnimationComponent [all...] |
/external/openssh/ |
ssh-agent.c | 109 u_int death; member in struct:identity 445 if (id->death == 0) 447 if (now >= id->death) { 453 deadline = (deadline == 0) ? id->death : 454 MIN(deadline, id->death); 468 int type, success = 0, death = 0, confirm = 0; local 622 death = time(NULL) + buffer_get_int(&e->request); 636 if (lifetime && !death) 637 death = time(NULL) + lifetime; 649 id->death = death 704 int i, type, version, count = 0, success = 0, death = 0, confirm = 0; local [all...] |
/external/skia/tests/ |
MathTest.cpp | 135 int death = 0; local 157 death += 1; 158 SkDebugf("death src:%d dst:%d a:%d result:%d float:%g\n", 164 SkDebugf("---- failed %d death %d\n", failed, death);
|
/frameworks/base/core/java/android/app/ |
LoadedApk.java | 1032 public void death(ComponentName name, IBinder service) { method in class:LoadedApk.ServiceDispatcher 1137 death(mName, mService); method [all...] |