Searched refs:tmpInputDevId (Results 1 – 1 of 1) sorted by relevance
72 …std::vector<DistributedInputSourceManager::InputDeviceId> tmpInputDevId = sourceManagerObj_->GetIn… in NotifyRegisterCallback() local74 auto devIt = std::find(tmpInputDevId.begin(), tmpInputDevId.end(), inputDeviceId); in NotifyRegisterCallback()75 if (devIt != tmpInputDevId.end()) { in NotifyRegisterCallback()