Searched refs:dppRequestInfo (Results 1 – 1 of 1) sorted by relevance
597 private boolean linkToDeath(DppRequestInfo dppRequestInfo) { in linkToDeath() argument599 dppRequestInfo.dr = new IBinder.DeathRecipient() { in linkToDeath()602 if (dppRequestInfo == null) { in linkToDeath()606 logd("binderDied: uid=" + dppRequestInfo.uid); in linkToDeath()615 dppRequestInfo.binder.linkToDeath(dppRequestInfo.dr, 0); in linkToDeath()618 dppRequestInfo.dr = null; in linkToDeath()