Searched refs:devIt (Results 1 – 1 of 1) sorted by relevance
74 auto devIt = std::find(tmpInputDevId.begin(), tmpInputDevId.end(), inputDeviceId); in NotifyRegisterCallback() local75 if (devIt != tmpInputDevId.end()) { in NotifyRegisterCallback()