Home
last modified time | relevance | path

Searched defs:checkIfAlive (Results 1 – 15 of 15) sorted by relevance

/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/1/android/automotive/watchdog/
DICarWatchdogClient.aidl21 oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.TimeoutLength timeout); in checkIfAlive() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/
DICarWatchdogClient.aidl21 oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.TimeoutLength timeout); in checkIfAlive() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
DICarWatchdogClient.aidl37 oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.TimeoutLength timeout); in checkIfAlive() method
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DICarWatchdogClient.aidl33 void checkIfAlive(in int sessionId, in TimeoutLength timeout); in checkIfAlive() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
DICarWatchdogClient.aidl37 oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.TimeoutLength timeout); in checkIfAlive() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/2/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl37 …oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.internal.TimeoutLength t… in checkIfAlive() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/1/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl37 …oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.internal.TimeoutLength t… in checkIfAlive() method
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl43 oneway void checkIfAlive(int sessionId, in TimeoutLength timeout); in checkIfAlive() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/3/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl37 …oneway void checkIfAlive(int sessionId, in android.automotive.watchdog.internal.TimeoutLength time… in checkIfAlive() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/current/android/automotive/watchdog/internal/
DICarWatchdogServiceForSystem.aidl37 …oneway void checkIfAlive(int sessionId, in android.automotive.watchdog.internal.TimeoutLength time… in checkIfAlive() method
/packages/services/Car/cpp/watchdog/testclient/src/
DWatchdogClient.cpp51 ndk::ScopedAStatus WatchdogClient::checkIfAlive(int32_t sessionId, TimeoutLength timeout) { in checkIfAlive() function in aidl::android::automotive::watchdog::WatchdogClient
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogServiceHelper.cpp164 ScopedAStatus WatchdogServiceHelper::checkIfAlive(const SpAIBinder& who, int32_t sessionId, in checkIfAlive() function in android::automotive::watchdog::WatchdogServiceHelper
DWatchdogProcessService.cpp1388 ScopedAStatus WatchdogProcessService::ClientInfo::checkIfAlive(TimeoutLength timeout) const { in checkIfAlive() function in android::automotive::watchdog::WatchdogProcessService::ClientInfo
/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/
DCarWatchdogDaemonHelperTest.java411 public void checkIfAlive(int sessionId, int timeout) {} in checkIfAlive() method in CarWatchdogDaemonHelperTest.ICarWatchdogServiceForSystemImpl
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java892 public void checkIfAlive(int sessionId, int timeout) { in checkIfAlive() method in CarWatchdogService.ICarWatchdogServiceForSystemImpl