Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/ivn_android_device/impl/default/test/
DIvnAndroidDeviceServiceUnittest.cpp68 ScopedAStatus status = mService->getDeviceIdForOccupantZone(/*zoneId=*/0, &deviceId); in TEST_F()
73 status = mService->getDeviceIdForOccupantZone(/*zoneId=*/1, &deviceId); in TEST_F()
78 status = mService->getDeviceIdForOccupantZone(/*zoneId=*/2, &deviceId); in TEST_F()
83 status = mService->getDeviceIdForOccupantZone(/*zoneId=*/3, &deviceId); in TEST_F()
88 status = mService->getDeviceIdForOccupantZone(/*zoneId=*/4, &deviceId); in TEST_F()
/hardware/interfaces/automotive/ivn_android_device/aidl/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl58 int getDeviceIdForOccupantZone(int zoneId); in getDeviceIdForOccupantZone() method
/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/current/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl39 int getDeviceIdForOccupantZone(int zoneId); in getDeviceIdForOccupantZone() method
/hardware/interfaces/automotive/ivn_android_device/aidl/aidl_api/android.hardware.automotive.ivn/1/android/hardware/automotive/ivn/
DIIvnAndroidDevice.aidl39 int getDeviceIdForOccupantZone(int zoneId); in getDeviceIdForOccupantZone() method
/hardware/interfaces/automotive/ivn_android_device/impl/default/include/
DIvnAndroidDeviceService.h50 ndk::ScopedAStatus getDeviceIdForOccupantZone(int zoneId, int* deviceId) override;
/hardware/interfaces/automotive/ivn_android_device/vts/src/
DVtsHalIvnTargetTest.cpp120 status = getHal()->getDeviceIdForOccupantZone(zoneId, &gotDeviceId); in TEST_P()
/hardware/interfaces/automotive/ivn_android_device/impl/default/src/
DIvnAndroidDeviceService.cpp152 ScopedAStatus IvnAndroidDeviceService::getDeviceIdForOccupantZone(int zoneId, int* outDeviceId) { in getDeviceIdForOccupantZone() function in android::hardware::automotive::ivn::IvnAndroidDeviceService