Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp6563 sp<DeviceDescriptor> supportedDevice = 0; in onNewAudioModulesAvailableInt() local
6565 supportedDevice = mConfig->getDefaultOutputDevice(); in onNewAudioModulesAvailableInt()
6572 supportedDevice = availProfileDevices.itemAt(0); in onNewAudioModulesAvailableInt()
6574 if (!mConfig->getOutputDevices().contains(supportedDevice)) { in onNewAudioModulesAvailableInt()
6581 DeviceVector(supportedDevice), in onNewAudioModulesAvailableInt()
6586 supportedDevice->toString().c_str(), hwModule->getName()); in onNewAudioModulesAvailableInt()
6609 DeviceVector(supportedDevice), in onNewAudioModulesAvailableInt()
6861 for (const auto& supportedDevice : profile->getSupportedDevices()) { in checkOutputsForDevice() local
6862 if (supportedDevice == device || in checkOutputsForDevice()
6863 !mAvailableOutputDevices.contains(supportedDevice)) { in checkOutputsForDevice()
[all …]