Searched refs:dppRequestInfo (Results 1 – 1 of 1) sorted by relevance
1085 private boolean linkToDeath(DppRequestInfo dppRequestInfo) { in linkToDeath() argument1087 dppRequestInfo.dr = new IBinder.DeathRecipient() { in linkToDeath()1090 if (dppRequestInfo == null) { in linkToDeath()1094 logd("binderDied: uid=" + dppRequestInfo.uid); in linkToDeath()1115 dppRequestInfo.binder.linkToDeath(dppRequestInfo.dr, 0); in linkToDeath()1118 dppRequestInfo.dr = null; in linkToDeath()