Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/ivn_android_device/aidl/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl80 EndpointInfo getEndpointInfoForDevice(int androidDeviceId); in getEndpointInfoForDevice() method
/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/current/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl42 android.hardware.automotive.ivn.EndpointInfo getEndpointInfoForDevice(int androidDeviceId); in getEndpointInfoForDevice() method
/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/1/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl42 android.hardware.automotive.ivn.EndpointInfo getEndpointInfoForDevice(int androidDeviceId); in getEndpointInfoForDevice() method
/hardware/interfaces/automotive/ivn_android_device/impl/default/test/
DIvnAndroidDeviceServiceUnittest.cpp131 ScopedAStatus status = mService->getEndpointInfoForDevice(/*androidDeviceId=*/0, &endpointInfo); in TEST_F()
138 status = mService->getEndpointInfoForDevice(/*androidDeviceId=*/1, &endpointInfo); in TEST_F()
/hardware/interfaces/automotive/ivn_android_device/impl/default/include/
DIvnAndroidDeviceService.h60 ndk::ScopedAStatus getEndpointInfoForDevice(
/hardware/interfaces/automotive/ivn_android_device/vts/src/
DVtsHalIvnTargetTest.cpp146 status = getHal()->getEndpointInfoForDevice(deviceId, &endpointInfo); in TEST_P()
/hardware/interfaces/automotive/ivn_android_device/impl/default/src/
DIvnAndroidDeviceService.cpp182 ScopedAStatus IvnAndroidDeviceService::getEndpointInfoForDevice(int androidDeviceId, in getEndpointInfoForDevice() function in android::hardware::automotive::ivn::IvnAndroidDeviceService