Searched refs:getAvailableInputDevices (Results 1 – 6 of 6) sorted by relevance
51 virtual const DeviceVector getAvailableInputDevices() const = 0;
172 getApmObserver()->getAvailableInputDevices().types()); in setDeviceConnectionState()301 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes()
91 const DeviceVector &getAvailableInputDevices() const in getAvailableInputDevices() function
506 const DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getDeviceForInputSource()682 DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getDevicesForProductStrategy()730 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes()
267 ASSERT_FALSE(mManager->getConfig().getAvailableInputDevices().isEmpty()); in TEST_F()269 patchBuilder.addSource(mManager->getConfig().getAvailableInputDevices()[0]). in TEST_F()
351 virtual const DeviceVector getAvailableInputDevices() const in getAvailableInputDevices() function