Searched refs:supportedDevice (Results 1 – 1 of 1) sorted by relevance
6563 sp<DeviceDescriptor> supportedDevice = 0; in onNewAudioModulesAvailableInt() local6565 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() local6862 if (supportedDevice == device || in checkOutputsForDevice()6863 !mAvailableOutputDevices.contains(supportedDevice)) { in checkOutputsForDevice()[all …]