Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/ivn_android_device/aidl/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl40 int getMyDeviceId(); in getMyDeviceId() method
/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/current/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl37 int getMyDeviceId(); in getMyDeviceId() method
/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/1/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl37 int getMyDeviceId(); in getMyDeviceId() method
/hardware/interfaces/automotive/ivn_android_device/vts/src/
DVtsHalIvnTargetTest.cpp57 ScopedAStatus status = getHal()->getMyDeviceId(&myDeviceId); in TEST_P()
76 ScopedAStatus status = getHal()->getMyDeviceId(&myDeviceId); in getAllDeviceIds()
/hardware/interfaces/automotive/ivn_android_device/impl/default/include/
DIvnAndroidDeviceService.h46 ndk::ScopedAStatus getMyDeviceId(int* deviceId) override;
/hardware/interfaces/automotive/ivn_android_device/impl/default/test/
DIvnAndroidDeviceServiceUnittest.cpp50 ScopedAStatus status = mService->getMyDeviceId(&deviceId); in TEST_F()
/hardware/interfaces/automotive/ivn_android_device/impl/default/src/
DIvnAndroidDeviceService.cpp136 ScopedAStatus IvnAndroidDeviceService::getMyDeviceId(int* deviceId) { in getMyDeviceId() function in android::hardware::automotive::ivn::IvnAndroidDeviceService