Lines Matching refs:supportedDevice
4976 sp<DeviceDescriptor> supportedDevice = 0; in onNewAudioModulesAvailableInt() local
4978 supportedDevice = mDefaultOutputDevice; in onNewAudioModulesAvailableInt()
4985 supportedDevice = availProfileDevices.itemAt(0); in onNewAudioModulesAvailableInt()
4987 if (!mOutputDevicesAll.contains(supportedDevice)) { in onNewAudioModulesAvailableInt()
4993 status_t status = outputDesc->open(nullptr, DeviceVector(supportedDevice), in onNewAudioModulesAvailableInt()
4998 supportedDevice->toString().c_str(), hwModule->getName()); in onNewAudioModulesAvailableInt()
5020 DeviceVector(supportedDevice), in onNewAudioModulesAvailableInt()
5248 for (const auto& supportedDevice : profile->getSupportedDevices()) { in checkOutputsForDevice() local
5249 if (supportedDevice == device || in checkOutputsForDevice()
5250 !mAvailableOutputDevices.contains(supportedDevice)) { in checkOutputsForDevice()
5254 supportedDevice->toAudioPort(&port); in checkOutputsForDevice()
5257 supportedDevice->importAudioPort(port); in checkOutputsForDevice()