Home
last modified time | relevance | path

Searched defs:onClientsNotResponding (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/1/android/automotive/watchdog/
H A DICarWatchdogMonitor.aidl21 oneway void onClientsNotResponding(in int[] pids); in onClientsNotResponding() method
/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
H A DICarWatchdogMonitor.aidl40 oneway void onClientsNotResponding(in int[] pids); in onClientsNotResponding() method
/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
H A DICarWatchdogMonitor.aidl40 oneway void onClientsNotResponding(in int[] pids); in onClientsNotResponding() method
/aosp12/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
H A DICarWatchdogMonitor.aidl27 void onClientsNotResponding(in int[] pids); in onClientsNotResponding() method
/aosp12/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/
H A DICarWatchdogMonitor.aidl21 oneway void onClientsNotResponding(in int[] pids); in onClientsNotResponding() method
/aosp12/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
H A DICarWatchdogMonitor.aidl34 void onClientsNotResponding(in int[] pids); in onClientsNotResponding() method
/aosp12/frameworks/opt/car/services/src/com/android/internal/car/
H A DCarServiceHelperService.java711 public void onClientsNotResponding(int[] pids) { in onClientsNotResponding() method in CarServiceHelperService.ICarWatchdogMonitorImpl