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