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

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandomScript.java 111 MonkeyEvent nextEvent = mCurrentSource.getNextEvent();
112 if (nextEvent == null) {
115 return nextEvent;
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 123 if (channel) channel->nextEvent();
609 void SoundChannel::nextEvent()
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java     [all...]

Completed in 258 milliseconds