Home
last modified time | relevance | path

Searched refs:who (Results 1 – 6 of 6) sorted by relevance

/system/core/healthd/
DBatteryPropertiesRegistrar.cpp92 void BatteryPropertiesRegistrar::binderDied(const wp<IBinder>& who) { in binderDied() argument
96 if (IInterface::asBinder(mListeners[i]) == who) { in binderDied()
DBatteryPropertiesRegistrar.h44 void binderDied(const wp<IBinder>& who);
/system/core/fingerprintd/
DFingerprintDaemonProxy.h51 void binderDied(const wp<IBinder>& who);
DFingerprintDaemonProxy.cpp242 void FingerprintDaemonProxy::binderDied(const wp<IBinder>& who) { in binderDied() argument
248 if (IInterface::asBinder(mCallback) == who) { in binderDied()
/system/core/logcat/
Devent.logtags140 # NOTE - the range 1000000-2000000 is reserved for partners and others who
/system/security/keystore/
Dkeystore.cpp1863 void binderDied(const wp<IBinder>& who) { in binderDied() argument
1864 auto operations = mOperationMap.getOperationsForToken(who.unsafe_get()); in binderDied()