Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/ivn_android_device/vts/src/
DVtsHalIvnTargetTest.cpp62 std::vector<int> otherDeviceIds; in TEST_P() local
64 status = getHal()->getOtherDeviceIds(&otherDeviceIds); in TEST_P()
68 for (int deviceId : otherDeviceIds) { in TEST_P()
82 std::vector<int> otherDeviceIds; in getAllDeviceIds() local
83 status = getHal()->getOtherDeviceIds(&otherDeviceIds); in getAllDeviceIds()
87 for (int otherDeviceId : otherDeviceIds) { in getAllDeviceIds()
140 std::vector<int> otherDeviceIds; in TEST_P() local
141 status = getHal()->getOtherDeviceIds(&otherDeviceIds); in TEST_P()
145 for (int deviceId : otherDeviceIds) { in TEST_P()