Lines Matching refs:availableDevices
3323 auto availableDevices = mManager->getAvailableInputDevices(); in TEST_F() local
3324 ASSERT_GT(availableDevices.size(), 1); in TEST_F()
3333 auto selectedDevice = availableDevices.getDeviceFromId(selectedDeviceId); in TEST_F()
3337 for (const auto& device : availableDevices) { in TEST_F()
3354 ASSERT_EQ(preferredDevice, availableDevices.getDeviceFromId(selectedDeviceId)); in TEST_F()
3365 ASSERT_EQ(selectedDevice, availableDevices.getDeviceFromId(selectedDeviceId)); in TEST_F()
3381 auto availableDevices = mManager->getAvailableInputDevices(); in TEST_F() local
3382 ASSERT_GT(availableDevices.size(), 1); in TEST_F()
3391 auto selectedDevice = availableDevices.getDeviceFromId(selectedDeviceId); in TEST_F()
3404 ASSERT_NE(selectedDevice, availableDevices.getDeviceFromId(selectedDeviceId)); in TEST_F()
3415 ASSERT_EQ(selectedDevice, availableDevices.getDeviceFromId(selectedDeviceId)); in TEST_F()
3474 auto availableDevices = mManager->getAvailableInputDevices(); in TEST_F() local
3475 ASSERT_GT(availableDevices.size(), 1); in TEST_F()
3490 auto selectedDevice = availableDevices.getDeviceFromId(routedPortId); in TEST_F()