Home
last modified time | relevance | path

Searched refs:getSupportedTaskTypesForScheduling (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/2/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl44 android.hardware.automotive.remoteaccess.TaskType[] getSupportedTaskTypesForScheduling(); in getSupportedTaskTypesForScheduling() method
/hardware/interfaces/automotive/remoteaccess/aidl_api/android.hardware.automotive.remoteaccess/current/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl44 android.hardware.automotive.remoteaccess.TaskType[] getSupportedTaskTypesForScheduling(); in getSupportedTaskTypesForScheduling() method
/hardware/interfaces/automotive/remoteaccess/android/hardware/automotive/remoteaccess/
DIRemoteAccess.aidl148 TaskType[] getSupportedTaskTypesForScheduling(); in getSupportedTaskTypesForScheduling() method
/hardware/interfaces/automotive/remoteaccess/hal/default/include/
DRemoteAccessService.h84 ndk::ScopedAStatus getSupportedTaskTypesForScheduling(
/hardware/interfaces/automotive/remoteaccess/vts/src/
DVtsHalAutomotiveRemoteAccess_TargetTest.cpp217 ScopedAStatus status = mHal->getSupportedTaskTypesForScheduling(&supportedTaskTypes); in TEST_P()
/hardware/interfaces/automotive/remoteaccess/hal/default/src/
DRemoteAccessService.cpp341 ndk::ScopedAStatus RemoteAccessService::getSupportedTaskTypesForScheduling( in getSupportedTaskTypesForScheduling() function in android::hardware::automotive::remoteaccess::RemoteAccessService
/hardware/interfaces/automotive/remoteaccess/hal/default/test/
DRemoteAccessServiceUnitTest.cpp441 ScopedAStatus status = getService()->getSupportedTaskTypesForScheduling(&out); in TEST_F()