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

  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.h 71 MSG_START,
console.cc 67 console_thread_->Post(this, MSG_START);
147 case MSG_START:
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 102 private final static int MSG_START = 1;
124 case MSG_START:
289 putMessage(Message.obtain(mHandler, MSG_START, recognizerIntent));

Completed in 67 milliseconds