Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/interface/
DAudioPolicyManagerObserver.h50 virtual const DeviceVector getAvailableInputDevices() const = 0;
/frameworks/av/services/audiopolicy/tests/
DAudioPolicyTestManager.h36 using AudioPolicyManager::getAvailableInputDevices;
Daudiopolicymanager_tests.cpp437 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()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp185 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()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp197 getApmObserver()->getAvailableInputDevices().types()); in setDeviceConnectionState()
455 const auto availableInputDevices = getApmObserver()->getAvailableInputDevices(); in getInputDeviceForAttributes()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h468 virtual const DeviceVector getAvailableInputDevices() const in getAvailableInputDevices() function