Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp4366 DeviceVector availProfileDevices = supportedDevices.filter(mAvailableOutputDevices); in initialize() local
4373 if (availProfileDevices.isEmpty()) { in initialize()
4376 supportedDevice = availProfileDevices.itemAt(0); in initialize()
4392 for (const auto &device : availProfileDevices) { in initialize()
4424 DeviceVector availProfileDevices = supportedDevices.filter(mAvailableInputDevices); in initialize() local
4425 if (availProfileDevices.isEmpty()) { in initialize()
4434 availProfileDevices.itemAt(0), in initialize()
4440 availProfileDevices.toString().c_str(), in initialize()
4444 for (const auto &device : availProfileDevices) { in initialize()