Searched refs:who (Results 1 – 6 of 6) sorted by relevance
92 void BatteryPropertiesRegistrar::binderDied(const wp<IBinder>& who) { in binderDied() argument96 if (IInterface::asBinder(mListeners[i]) == who) { in binderDied()
44 void binderDied(const wp<IBinder>& who);
51 void binderDied(const wp<IBinder>& who);
242 void FingerprintDaemonProxy::binderDied(const wp<IBinder>& who) { in binderDied() argument248 if (IInterface::asBinder(mCallback) == who) { in binderDied()
140 # NOTE - the range 1000000-2000000 is reserved for partners and others who
1863 void binderDied(const wp<IBinder>& who) { in binderDied() argument1864 auto operations = mOperationMap.getOperationsForToken(who.unsafe_get()); in binderDied()