Home
last modified time | relevance | path

Searched defs:unscheduleAllTasks (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/2/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl47 void unscheduleAllTasks(String clientId); in unscheduleAllTasks() method
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl47 void unscheduleAllTasks(String clientId); in unscheduleAllTasks() method
/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl191 void unscheduleAllTasks(String clientId); in unscheduleAllTasks() method
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp431 ScopedAStatus RemoteAccessService::unscheduleAllTasks(const std::string& clientId) { in unscheduleAllTasks() function in android::hardware::automotive::remoteaccess::RemoteAccessService