Searched refs:otherDeviceIds (Results 1 – 1 of 1) sorted by relevance
62 std::vector<int> otherDeviceIds; in TEST_P() local64 status = getHal()->getOtherDeviceIds(&otherDeviceIds); in TEST_P()68 for (int deviceId : otherDeviceIds) { in TEST_P()82 std::vector<int> otherDeviceIds; in getAllDeviceIds() local83 status = getHal()->getOtherDeviceIds(&otherDeviceIds); in getAllDeviceIds()87 for (int otherDeviceId : otherDeviceIds) { in getAllDeviceIds()140 std::vector<int> otherDeviceIds; in TEST_P() local141 status = getHal()->getOtherDeviceIds(&otherDeviceIds); in TEST_P()145 for (int deviceId : otherDeviceIds) { in TEST_P()