Searched refs:portBegin (Results 1 – 1 of 1) sorted by relevance
417 auto portBegin = switchNameStr.find("device_port="); in AudioDpDetectDevice() local418 if (portBegin != switchNameStr.npos) { in AudioDpDetectDevice()419 audioEvent.name = switchNameStr.substr(portBegin + std::strlen("device_port="), in AudioDpDetectDevice()420 switchNameStr.length() - portBegin - std::strlen("device_port=")); in AudioDpDetectDevice()424 auto addressEnd = switchNameStr.find_first_of("device_port", portBegin); in AudioDpDetectDevice()