Searched defs:notifySystemStateChange (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/watchdog/aidl/aidl_api/carwatchdog_aidl_interface/1/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 30 …void notifySystemStateChange(in android.automotive.watchdog.StateType type, in int arg1, in int ar… in notifySystemStateChange() method
|
/packages/services/Car/watchdog/aidl/aidl_api/carwatchdog_aidl_interface/2/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 30 …void notifySystemStateChange(in android.automotive.watchdog.StateType type, in int arg1, in int ar… in notifySystemStateChange() method
|
/packages/services/Car/watchdog/aidl/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 129 void notifySystemStateChange(in StateType type, in int arg1, in int arg2); in notifySystemStateChange() method
|
/packages/services/Car/watchdog/aidl/aidl_api/carwatchdog_aidl_interface/current/android/automotive/watchdog/ |
D | ICarWatchdog.aidl | 30 …void notifySystemStateChange(in android.automotive.watchdog.StateType type, in int arg1, in int ar… in notifySystemStateChange() method
|
/packages/services/Car/watchdog/server/src/ |
D | WatchdogBinderMediator.cpp | 201 Status WatchdogBinderMediator::notifySystemStateChange(StateType type, int32_t arg1, int32_t arg2) { in notifySystemStateChange() function in android::automotive::watchdog::WatchdogBinderMediator
|
/packages/services/Car/watchdog/car-watchdog-lib/src/android/car/watchdoglib/ |
D | CarWatchdogDaemonHelper.java | 282 public void notifySystemStateChange(int type, int arg1, int arg2) throws RemoteException { in notifySystemStateChange() method in CarWatchdogDaemonHelper
|