Searched refs:vInpuDev (Results 1 – 1 of 1) sorted by relevance
57 auto vInpuDev = std::make_unique<VInputDevice>(node); in OpenDevice() local58 vInpuDev->Open(); in OpenDevice()59 if (vInpuDev->IsActive()) { in OpenDevice()60 vDev_ = std::move(vInpuDev); in OpenDevice()