Searched refs:getAvailableInputDevices (Results 1 – 6 of 6) sorted by relevance
50 virtual const DeviceVector getAvailableInputDevices() const = 0;
36 using AudioPolicyManager::getAvailableInputDevices;
437 ASSERT_FALSE(mManager->getAvailableInputDevices().isEmpty()); in TEST_F()439 patchBuilder.addSource(mManager->getAvailableInputDevices()[0]). in TEST_F()712 ASSERT_FALSE(mManager->getAvailableInputDevices().isEmpty()); in TEST_P()715 addSource(mManager->getAvailableInputDevices(). in TEST_P()3323 auto availableDevices = mManager->getAvailableInputDevices(); in TEST_F()3381 auto availableDevices = mManager->getAvailableInputDevices(); in TEST_F()3474 auto availableDevices = mManager->getAvailableInputDevices(); in TEST_F()
185 DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in isBtScoActive()198 DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in filterOutputDevicesForStrategy()595 const DeviceVector availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getDeviceForInputSource()882 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes()
197 getApmObserver()->getAvailableInputDevices().types()); in setDeviceConnectionState()455 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes()
468 virtual const DeviceVector getAvailableInputDevices() const in getAvailableInputDevices() function