Lines Matching refs:supportedDevice
6563 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()
6867 supportedDevice->toAudioPort(&port); in checkOutputsForDevice()
6870 supportedDevice->importAudioPort(port); in checkOutputsForDevice()