Searched refs:sNextDirectChannelHandle (Results 1 – 1 of 1) sorted by relevance
53 private static AtomicInteger sNextDirectChannelHandle = new AtomicInteger(1); field in SensorController209 final int channelHandle = sNextDirectChannelHandle.getAndIncrement(); in onDirectChannelCreated()