Searched refs:binderProxy (Results 1 – 1 of 1) sorted by relevance
699 private static void sendDeathNotice(DeathRecipient recipient, IBinder binderProxy) { in sendDeathNotice() argument701 Log.v("JavaBinder", "sendDeathNotice to " + recipient + " for " + binderProxy); in sendDeathNotice()704 recipient.binderDied(binderProxy); in sendDeathNotice()