Lines Matching defs:audioDeviceDescriptor
2277 auto audioDeviceDescriptor = new(std::nothrow) AudioDeviceDescriptor(descriptor);
2278 CHECK_AND_RETURN_RET_LOG(audioDeviceDescriptor != nullptr, ERR_NO_MEMORY, "audioDeviceDescriptor is nullptr");
2279 audioDescriptor.push_back(audioDeviceDescriptor);
2903 for (auto &audioDeviceDescriptor : deviceChangeAction.deviceDescriptors) {
2904 if (audioDeviceDescriptor->deviceType_ == AudioStandard::DEVICE_TYPE_WIRED_HEADSET ||
2905 audioDeviceDescriptor->deviceType_ == AudioStandard::DEVICE_TYPE_WIRED_HEADPHONES ||
2906 audioDeviceDescriptor->deviceType_ == AudioStandard::DEVICE_TYPE_USB_HEADSET ||
2907 audioDeviceDescriptor->deviceType_ == AudioStandard::DEVICE_TYPE_BLUETOOTH_A2DP) {
2908 SLOGI("AVSessionService handle pre notify device type %{public}d", audioDeviceDescriptor->deviceType_);