Home
last modified time | relevance | path

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

/device/google/trout/hal/common/android/watchdog/
DBaseWatchdogClient.cpp75 mTestClient = client; in initialize()
92 ndk::ScopedAStatus status = mWatchdogServer->tellClientAlive(mTestClient, sessionId); in respondToWatchdog()
DBaseWatchdogClient.h57 std::shared_ptr<aidl::android::automotive::watchdog::ICarWatchdogClient> mTestClient; variable