/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/1/android/automotive/watchdog/ |
H A D | ICarWatchdogClient.aidl | 21 oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.TimeoutLength timeout); in checkIfAlive() method
|
/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/ |
H A D | ICarWatchdogClient.aidl | 37 oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.TimeoutLength timeout); in checkIfAlive() method
|
/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/ |
H A D | ICarWatchdogClient.aidl | 37 oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.TimeoutLength timeout); in checkIfAlive() method
|
/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/ |
H A D | ICarWatchdogClient.aidl | 21 oneway void checkIfAlive(in int sessionId, in android.automotive.watchdog.TimeoutLength timeout); in checkIfAlive() method
|
/aosp12/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/ |
H A D | ICarWatchdogClient.aidl | 33 void checkIfAlive(in int sessionId, in TimeoutLength timeout); in checkIfAlive() method
|
/aosp12/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/ |
H A D | ICarWatchdogServiceForSystem.aidl | 42 oneway void checkIfAlive(in int sessionId, in TimeoutLength timeout); in checkIfAlive() method
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | WatchdogClient.cpp | 44 ndk::ScopedAStatus WatchdogClient::checkIfAlive(int32_t sessionId, TimeoutLength /*timeout*/) { in checkIfAlive() function in android::hardware::automotive::vehicle::V2_0::WatchdogClient
|
/aosp12/packages/services/Car/cpp/watchdog/testclient/src/ |
H A D | WatchdogClient.cpp | 51 ndk::ScopedAStatus WatchdogClient::checkIfAlive(int32_t sessionId, TimeoutLength timeout) { in checkIfAlive() function in aidl::android::automotive::watchdog::WatchdogClient
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/watchdoglib/ |
H A D | CarWatchdogDaemonHelperTest.java | 251 public void checkIfAlive(int sessionId, int timeout) {} in checkIfAlive() method in CarWatchdogDaemonHelperTest.ICarWatchdogServiceForSystemImpl
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | WatchdogServiceHelper.cpp | 120 Status WatchdogServiceHelper::checkIfAlive(const wp<IBinder>& who, int32_t sessionId, in checkIfAlive() function in android::automotive::watchdog::WatchdogServiceHelper
|
H A D | WatchdogProcessService.cpp | 871 Status WatchdogProcessService::ClientInfo::checkIfAlive(TimeoutLength timeout) const { in checkIfAlive() function in android::automotive::watchdog::WatchdogProcessService::ClientInfo
|
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/ |
H A D | CarWatchdogService.java | 708 public void checkIfAlive(int sessionId, int timeout) { in checkIfAlive() method in CarWatchdogService.ICarWatchdogServiceForSystemImpl
|