Home
last modified time | relevance | path

Searched refs:binderDied (Results 1 – 21 of 21) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.h42 void binderDied(const wp<IBinder>& who) override;
DSuspendControlService.cpp70 void SuspendControlService::binderDied(const wp<IBinder>& who) { in binderDied() function in android::system::suspend::V1_0::SuspendControlService
/system/bt/service/ipc/binder/
Dremote_callback_list.h78 void binderDied(const android::wp<android::IBinder>& who) override;
188 void RemoteCallbackList<T>::CallbackDeathRecipient::binderDied( in binderDied() function
Dremote_callback_map.h90 void binderDied(const android::wp<android::IBinder>& who) override;
224 void RemoteCallbackMap<K, V>::CallbackDeathRecipient::binderDied( in binderDied() function
/system/libhwbinder/include/hwbinder/
DIBinder.h63 virtual void binderDied(const wp<IBinder>& who) = 0;
/system/netd/server/
DEventReporter.cpp57 void binderDied(const android::wp<android::IBinder>& /* who */) override { in registerUnsolEventListener() function in EventReporter::registerUnsolEventListener::DeathRecipient
DOemNetdListener.cpp62 void binderDied(const ::android::wp<::android::IBinder>& /* who */) override { in registerOemUnsolicitedEventListenerInternal() function in com::android::internal::net::OemNetdListener::registerOemUnsolicitedEventListenerInternal::DeathRecipient
/system/security/keystore/
Dconfirmation_manager.h73 void binderDied(const android::wp<android::IBinder>& who);
DKeyStore.cpp510 void KeyStore::binderDied(const ::android::wp<IBinder>& who) { in binderDied() function in keystore::KeyStore
512 if (mKmDevices[SecurityLevel(i)]) mKmDevices[SecurityLevel(i)]->binderDied(who); in binderDied()
514 getConfirmationManager().binderDied(who); in binderDied()
DKeyStore.h139 void binderDied(const ::android::wp<IBinder>& who) override;
Dconfirmation_manager.cpp193 void ConfirmationManager::binderDied(const wp<IBinder>& who) { in binderDied() function in keystore::ConfirmationManager
Dkey_store_service.h52 void binderDied(const android::wp<android::IBinder>& who);
Dkeymaster_worker.h291 void binderDied(android::wp<IBinder> who);
Dkeymaster_worker.cpp1089 void KeymasterWorker::binderDied(android::wp<IBinder> who) { in binderDied() function in keystore::KeymasterWorker
/system/core/libbinderwrapper/
Dreal_binder_wrapper.cc37 void binderDied(const wp<IBinder>& who) override { in binderDied() function in android::RealBinderWrapper::DeathRecipient
/system/bt/service/example/heart_rate/
Dserver_main.cc57 void binderDied(const android::wp<android::IBinder>& /* who */) override { in binderDied() function in __anonca8f5f590111::BluetoothDeathRecipient
/system/libhwbinder/
DBpHwBinder.cpp231 recipient->binderDied(this); in reportOneDeath()
/system/libhidl/transport/
DHidlBinderSupport.cpp41 void hidl_binder_death_recipient::binderDied(const wp<IBinder>& /*who*/) { in binderDied() function in android::hardware::hidl_binder_death_recipient
/system/libhidl/transport/include/hidl/
DHidlBinderSupport.h43 virtual void binderDied(const wp<IBinder>& /*who*/);
/system/libhidl/transport/token/1.0/utils/include/hidl/
DHybridInterface.h248 dr->binderDied(who); in serviceDied()
/system/bt/service/client/
Dmain.cc1055 void binderDied(const android::wp<android::IBinder>& /* who */) override { in binderDied() function in BluetoothDeathRecipient