Home
last modified time | relevance | path

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

/device/google/trout/hal/common/android/watchdog/
DBaseWatchdogClient.cpp63 mWatchdogServer = server; in initialize()
76 mWatchdogServer->registerClient(client, TimeoutLength::TIMEOUT_NORMAL); in initialize()
82 if (mWatchdogServer == nullptr) { in respondToWatchdog()
92 ndk::ScopedAStatus status = mWatchdogServer->tellClientAlive(mTestClient, sessionId); in respondToWatchdog()
DBaseWatchdogClient.h56 std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdog> mWatchdogServer; variable