Home
last modified time | relevance | path

Searched refs:TimeoutLength (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DWatchdogClient.cpp25 using aidl::android::automotive::watchdog::TimeoutLength;
44 ndk::ScopedAStatus WatchdogClient::checkIfAlive(int32_t sessionId, TimeoutLength /*timeout*/) { in checkIfAlive() argument
83 mWatchdogServer->registerClient(client, TimeoutLength::TIMEOUT_NORMAL); in initialize()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DWatchdogClient.h39 int32_t sessionId, aidl::android::automotive::watchdog::TimeoutLength timeout) override;
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp28 using ::aidl::android::automotive::watchdog::TimeoutLength;
421 watchdogClient->checkIfAlive(-1, TimeoutLength::TIMEOUT_NORMAL); in invokeWatchDogClient()