Home
last modified time | relevance | path

Searched defs:tellDumpFinished (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DICarWatchdog.aidl92 void tellDumpFinished(in ICarWatchdogMonitor monitor, in int pid); in tellDumpFinished() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/
DICarWatchdog.aidl29 void tellDumpFinished(in android.automotive.watchdog.ICarWatchdogMonitor monitor, in int pid); in tellDumpFinished() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/1/android/automotive/watchdog/
DICarWatchdog.aidl29 void tellDumpFinished(in android.automotive.watchdog.ICarWatchdogMonitor monitor, in int pid); in tellDumpFinished() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
DICarWatchdog.aidl63 void tellDumpFinished(in android.automotive.watchdog.ICarWatchdogMonitor monitor, in int pid); in tellDumpFinished() method
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DICarWatchdog.aidl119 void tellDumpFinished(in ICarWatchdogMonitor monitor, in int pid); in tellDumpFinished() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
DICarWatchdog.aidl63 void tellDumpFinished(in android.automotive.watchdog.ICarWatchdogMonitor monitor, in int pid); in tellDumpFinished() method
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.cpp149 Status WatchdogInternalHandler::tellDumpFinished( in tellDumpFinished() function in android::automotive::watchdog::WatchdogInternalHandler
DWatchdogBinderMediator.cpp314 Status WatchdogBinderMediator::tellDumpFinished(const sp<ICarWatchdogMonitor>& /*monitor*/, in tellDumpFinished() function in android::automotive::watchdog::WatchdogBinderMediator
DWatchdogProcessService.cpp258 Status WatchdogProcessService::tellDumpFinished(const sp<aawi::ICarWatchdogMonitor>& monitor, in tellDumpFinished() function in android::automotive::watchdog::WatchdogProcessService
/packages/services/Car/cpp/watchdog/car-watchdog-lib/src/android/car/watchdoglib/
DCarWatchdogDaemonHelper.java237 public void tellDumpFinished(ICarWatchdogMonitor monitor, int pid) throws RemoteException { in tellDumpFinished() method in CarWatchdogDaemonHelper