HomeSort by relevance Sort by last modified time
    Searched defs:nextUniqueId (Results 1 - 2 of 2) sorted by null

  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
RealElement.java 28 private static final AtomicInteger nextUniqueId = new AtomicInteger(1);
36 this(setName, type, keyType, nextUniqueId.incrementAndGet());
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 671 lSessionId = (audio_session_t) nextUniqueId(AUDIO_UNIQUE_ID_USE_SESSION);
    [all...]

Completed in 234 milliseconds