Searched refs:who (Results 1 - 10 of 10) sorted by relevance

/system/core/healthd/
H A DBatteryPropertiesRegistrar.h44 void binderDied(const wp<IBinder>& who);
H A DBatteryPropertiesRegistrar.cpp93 void BatteryPropertiesRegistrar::binderDied(const wp<IBinder>& who) { argument
97 if (IInterface::asBinder(mListeners[i]) == who) {
/system/core/fingerprintd/
H A DFingerprintDaemonProxy.h52 void binderDied(const wp<IBinder>& who);
H A DFingerprintDaemonProxy.cpp257 void FingerprintDaemonProxy::binderDied(const wp<IBinder>& who) { argument
263 if (IInterface::asBinder(mCallback) == who) {
/system/bt/osi/src/socket_utils/
H A DREADME23 "osi_" prefix is added to all functions. The developers who want to pull sockets
/system/bt/service/ipc/binder/
H A Dremote_callback_list.h78 void binderDied(const android::wp<android::IBinder>& who) override;
191 const wp<IBinder>& who) {
195 CHECK(who.unsafe_get() == binder.get());
190 binderDied( const wp<IBinder>& who) argument
H A Dremote_callback_map.h94 void binderDied(const android::wp<android::IBinder>& who) override;
238 const wp<IBinder>& who) {
242 CHECK(who.unsafe_get() == binder.get());
237 binderDied( const wp<IBinder>& who) argument
/system/core/libbinderwrapper/
H A Dreal_binder_wrapper.cc37 void binderDied(const wp<IBinder>& who) override {
/system/security/keystore/
H A Dkey_store_service.h36 void binderDied(const wp<IBinder>& who);
H A Dkey_store_service.cpp51 void KeyStoreService::binderDied(const wp<IBinder>& who) { argument
52 auto operations = mOperationMap.getOperationsForToken(who.unsafe_get());

Completed in 189 milliseconds