Searched refs:getEndpointInfoForDevice (Results 1 – 7 of 7) sorted by relevance
80 EndpointInfo getEndpointInfoForDevice(int androidDeviceId); in getEndpointInfoForDevice() method
42 android.hardware.automotive.ivn.EndpointInfo getEndpointInfoForDevice(int androidDeviceId); in getEndpointInfoForDevice() method
131 ScopedAStatus status = mService->getEndpointInfoForDevice(/*androidDeviceId=*/0, &endpointInfo); in TEST_F()138 status = mService->getEndpointInfoForDevice(/*androidDeviceId=*/1, &endpointInfo); in TEST_F()
60 ndk::ScopedAStatus getEndpointInfoForDevice(
146 status = getHal()->getEndpointInfoForDevice(deviceId, &endpointInfo); in TEST_P()
182 ScopedAStatus IvnAndroidDeviceService::getEndpointInfoForDevice(int androidDeviceId, in getEndpointInfoForDevice() function in android::hardware::automotive::ivn::IvnAndroidDeviceService