Searched refs:oldDevicePortName (Results 1 – 1 of 1) sorted by relevance
2639 … std::string oldDevicePortName = GetSinkPortName(rendererChangeInfo->outputDeviceInfo.deviceType); in NotifyRecreateRendererStream() local2643 if ((strcmp(oldDevicePortName.c_str(), GetSinkPortName(desc->deviceType_).c_str())) || in NotifyRecreateRendererStream()2936 … std::string oldDevicePortName = GetSourcePortName(capturerChangeInfo->inputDeviceInfo.deviceType); in NotifyRecreateCapturerStream() local2937 …if ((strcmp(oldDevicePortName.c_str(), GetSourcePortName(currentActiveDevice_.deviceType_).c_str()… in NotifyRecreateCapturerStream()