Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/ivn_android_device/aidl/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl73 EndpointInfo getMyEndpointInfo(); in getMyEndpointInfo() method
/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/current/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl41 android.hardware.automotive.ivn.EndpointInfo getMyEndpointInfo(); in getMyEndpointInfo() method
/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/1/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl41 android.hardware.automotive.ivn.EndpointInfo getMyEndpointInfo(); in getMyEndpointInfo() method
/hardware/interfaces/automotive/ivn_android_device/impl/default/include/
DIvnAndroidDeviceService.h57 ndk::ScopedAStatus getMyEndpointInfo(
/hardware/interfaces/automotive/ivn_android_device/impl/default/test/
DIvnAndroidDeviceServiceUnittest.cpp114 ScopedAStatus status = mService->getMyEndpointInfo(&endpointInfo); in TEST_F()
/hardware/interfaces/automotive/ivn_android_device/vts/src/
DVtsHalIvnTargetTest.cpp133 ScopedAStatus status = getHal()->getMyEndpointInfo(&endpointInfo); in TEST_P()
/hardware/interfaces/automotive/ivn_android_device/impl/default/src/
DIvnAndroidDeviceService.cpp177 ScopedAStatus IvnAndroidDeviceService::getMyEndpointInfo(EndpointInfo* endpointInfo) { in getMyEndpointInfo() function in android::hardware::automotive::ivn::IvnAndroidDeviceService