Home
last modified time | relevance | path

Searched refs:mWatchdogServer (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DWatchdogClient.cpp70 mWatchdogServer = server; in initialize()
83 mWatchdogServer->registerClient(client, TimeoutLength::TIMEOUT_NORMAL); in initialize()
89 if (mWatchdogServer == nullptr) { in respondToWatchdog()
99 ndk::ScopedAStatus status = mWatchdogServer->tellClientAlive(mTestClient, sessionId); in respondToWatchdog()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DWatchdogClient.h61 std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdog> mWatchdogServer; variable