Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DWatchdogClient.h38 ndk::ScopedAStatus checkIfAlive(
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DWatchdogClient.cpp44 ndk::ScopedAStatus WatchdogClient::checkIfAlive(int32_t sessionId, TimeoutLength /*timeout*/) { in checkIfAlive() function in android::hardware::automotive::vehicle::V2_0::WatchdogClient
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp421 watchdogClient->checkIfAlive(-1, TimeoutLength::TIMEOUT_NORMAL); in invokeWatchDogClient()