Searched refs:WatchdogClient (Results 1 – 4 of 4) sorted by relevance
39 WatchdogClient::WatchdogClient(const sp<Looper>& handlerLooper, VehicleHalManager* vhalManager) in WatchdogClient() function in android::hardware::automotive::vehicle::V2_0::WatchdogClient44 ndk::ScopedAStatus WatchdogClient::checkIfAlive(int32_t sessionId, TimeoutLength /*timeout*/) { in checkIfAlive()54 ndk::ScopedAStatus WatchdogClient::prepareProcessTermination() { in prepareProcessTermination()58 bool WatchdogClient::initialize() { in initialize()88 void WatchdogClient::respondToWatchdog() { in respondToWatchdog()108 bool WatchdogClient::isClientHealthy() const { in isClientHealthy()124 WatchdogClient::MessageHandlerImpl::MessageHandlerImpl(WatchdogClient* client) : mClient(client) {} in MessageHandlerImpl()126 void WatchdogClient::MessageHandlerImpl::handleMessage(const Message& message) { in handleMessage()
33 class WatchdogClient : public aidl::android::automotive::watchdog::BnCarWatchdogClient {35 explicit WatchdogClient(const ::android::sp<::android::Looper>& handlerLooper,47 explicit MessageHandlerImpl(WatchdogClient* client);51 WatchdogClient* mClient;
57 using ::android::hardware::automotive::vehicle::V2_0::WatchdogClient;419 if (auto watchdogClient = ndk::SharedRefBase::make<WatchdogClient>(looper, service); in invokeWatchDogClient()
67 "common/src/WatchdogClient.cpp",