Home
last modified time | relevance | path

Searched refs:handleVhalDeath (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.h261 void handleVhalDeath() EXCLUDES(mMutex);
DCarPowerPolicyServer.cpp875 void CarPowerPolicyServer::handleVhalDeath() { in handleVhalDeath() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
1127 std::make_shared<IVhalClient::OnBinderDiedCallbackFunc>([this] { handleVhalDeath(); })); in connectToVhalHelper()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.h281 void handleVhalDeath();
DWatchdogProcessService.cpp255 std::make_shared<IVhalClient::OnBinderDiedCallbackFunc>([this] { handleVhalDeath(); }); in WatchdogProcessService()
987 void WatchdogProcessService::handleVhalDeath() { in handleVhalDeath() function in android::automotive::watchdog::WatchdogProcessService