Home
last modified time | relevance | path

Searched defs:unregisterMonitor (Results 1 – 14 of 14) sorted by relevance

/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/1/android/automotive/watchdog/internal/
DICarWatchdog.aidl39 void unregisterMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in unregisterMonitor() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/
DICarWatchdog.aidl26 void unregisterMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in unregisterMonitor() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/1/android/automotive/watchdog/
DICarWatchdog.aidl26 void unregisterMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in unregisterMonitor() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
DICarWatchdog.aidl54 void unregisterMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in unregisterMonitor() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
DICarWatchdog.aidl54 void unregisterMonitor(in android.automotive.watchdog.ICarWatchdogMonitor monitor); in unregisterMonitor() method
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DICarWatchdog.aidl87 void unregisterMonitor(in ICarWatchdogMonitor monitor); in unregisterMonitor() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/2/android/automotive/watchdog/internal/
DICarWatchdog.aidl39 void unregisterMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in unregisterMonitor() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/3/android/automotive/watchdog/internal/
DICarWatchdog.aidl39 void unregisterMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in unregisterMonitor() method
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/current/android/automotive/watchdog/internal/
DICarWatchdog.aidl39 void unregisterMonitor(in android.automotive.watchdog.internal.ICarWatchdogMonitor monitor); in unregisterMonitor() method
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DICarWatchdog.aidl74 void unregisterMonitor(in ICarWatchdogMonitor monitor); in unregisterMonitor() method
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogBinderMediator.cpp251 ScopedAStatus WatchdogBinderMediator::unregisterMonitor( in unregisterMonitor() function in android::automotive::watchdog::WatchdogBinderMediator
DWatchdogInternalHandler.cpp251 ScopedAStatus WatchdogInternalHandler::unregisterMonitor( in unregisterMonitor() function in android::automotive::watchdog::WatchdogInternalHandler
DWatchdogProcessService.cpp388 ScopedAStatus WatchdogProcessService::unregisterMonitor( in unregisterMonitor() function in android::automotive::watchdog::WatchdogProcessService
/packages/services/Car/cpp/watchdog/car-watchdog-lib/src/android/car/watchdoglib/
DCarWatchdogDaemonHelper.java205 public void unregisterMonitor(ICarWatchdogMonitor monitor) throws RemoteException { in unregisterMonitor() method in CarWatchdogDaemonHelper