Searched refs:sNextPhysId (Results 1 – 1 of 1) sorted by relevance
69 private static final AtomicLong sNextPhysId = new AtomicLong(1); field in InputController285 return formatSimple("virtual%s:%d", type, sNextPhysId.getAndIncrement()); in createPhys()