Searched refs:handleVhalDeath (Results 1 – 4 of 4) sorted by relevance
261 void handleVhalDeath() EXCLUDES(mMutex);
875 void CarPowerPolicyServer::handleVhalDeath() { in handleVhalDeath() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer1127 std::make_shared<IVhalClient::OnBinderDiedCallbackFunc>([this] { handleVhalDeath(); })); in connectToVhalHelper()
281 void handleVhalDeath();
255 std::make_shared<IVhalClient::OnBinderDiedCallbackFunc>([this] { handleVhalDeath(); }); in WatchdogProcessService()987 void WatchdogProcessService::handleVhalDeath() { in handleVhalDeath() function in android::automotive::watchdog::WatchdogProcessService