Home
last modified time | relevance | path

Searched refs:handleBinderDeath (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DBinderInterfaceContainer.java56 mContainer.handleBinderDeath(this); in binderDied()
182 private void handleBinderDeath(BinderInterface<T> bInterface) { in handleBinderDeath() method in BinderInterfaceContainer
/packages/services/Car/cpp/powerpolicy/client/src/
DPowerPolicyClientBase.cpp77 client->handleBinderDeath(); in onBinderDied()
96 void PowerPolicyClientBase::handleBinderDeath() { in handleBinderDeath() function in android::frameworks::automotive::powerpolicy::PowerPolicyClientBase
/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseMonitor.h206 mService->handleBinderDeath(who); in binderDied()
218 void handleBinderDeath(const wp<IBinder>& who);
DWatchdogProcessService.cpp592 void WatchdogProcessService::handleBinderDeath(const wp<IBinder>& who) { in handleBinderDeath() function in android::automotive::watchdog::WatchdogProcessService
888 mService->handleBinderDeath(who); in binderDied()
DWatchdogProcessService.h209 void handleBinderDeath(const android::wp<android::IBinder>& who);
DIoOveruseMonitor.cpp556 void IoOveruseMonitor::handleBinderDeath(const wp<IBinder>& who) { in handleBinderDeath() function in android::automotive::watchdog::IoOveruseMonitor
/packages/services/Car/cpp/powerpolicy/client/include/
DPowerPolicyClientBase.h75 void handleBinderDeath();
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp114 mService->handleBinderDeath(who); in binderDied()
453 void CarPowerPolicyServer::handleBinderDeath(const wp<IBinder>& who) { in handleBinderDeath() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
DCarPowerPolicyServer.h166 void handleBinderDeath(const android::wp<android::IBinder>& who);