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

  /external/webkit/WebKit/haiku/WebCoreSupport/
ContextMenuClientHaiku.cpp 63 void ContextMenuClientHaiku::speak(const String&) function in class:WebCore::ContextMenuClientHaiku
  /external/webkit/WebKit/qt/WebCoreSupport/
ContextMenuClientQt.cpp 65 void ContextMenuClientQt::speak(const String&) function in class:WebCore::ContextMenuClientQt
  /external/webkit/WebKit/android/WebCoreSupport/
ContextMenuClientAndroid.cpp 43 void ContextMenuClientAndroid::speak(const String&) { notImplemented(); } function in class:WebCore::ContextMenuClientAndroid
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.h 54 virtual void speak(const WebCore::String&) {} function in class:WebKit::ContextMenuClientImpl
  /external/webkit/WebKit/wx/WebKitSupport/
ContextMenuClientWx.cpp 76 void ContextMenuClientWx::speak(const String&) function in class:WebCore::ContextMenuClientWx
  /external/webkit/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 153 void WebContextMenuClient::speak(const String&) function in class:WebContextMenuClient
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java 38 * <li>Call TextToSpeech.speak to synthesize speech.</li>
106 // Allow the user to press the button for the app to speak again.
131 mTts.speak(hello,
  /development/samples/ApiDemos/src/com/example/android/apis/os/
SmsReceivedDialog.java 73 mTts.speak(mFullBodyString, TextToSpeech.QUEUE_ADD, null);
  /external/webkit/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 189 void ContextMenuClient::speak(const String&) function in class:WebKit::ContextMenuClient
  /frameworks/base/packages/TtsService/src/android/tts/
SynthProxy.java 79 * Synthesize speech and speak it directly using AudioTrack.
81 public int speak(String text, int streamType) { method in class:SynthProxy
85 Log.e("SynthProxy", "Trying to speak with invalid stream type " + streamType);
TtsService.java 498 private int speak(String callingApp, String text, int queueMode, ArrayList<String> params) { method in class:TtsService
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 128 * {@link TextToSpeech#speak(String, int, HashMap)} or
292 // keys for the parameters passed with speak commands. Hidden keys are used internally
321 * @see TextToSpeech#speak(String, int, HashMap)
329 * @see TextToSpeech#speak(String, int, HashMap)
499 * {@link #speak(String, int, HashMap)} will play the specified sound resource
558 * After a call to this method, subsequent calls to {@link #speak(String, int, HashMap)}
723 public int speak(String text, int queueMode, HashMap<String,String> params) method in class:TextToSpeech
727 Log.i("TextToSpeech.java - speak", "speak text of length " + text.length());
729 Log.e("TextToSpeech.java - speak", "service isn't started")
    [all...]
  /external/speex/libspeex/
mdf.c 694 int i,j, chan, speak; local
752 for (speak = 0; speak < K; speak++)
757 st->x[speak*N+i] = st->x[speak*N+i+st->frame_size];
758 tmp32 = SUB32(EXTEND32(far_end[i*K+speak]), EXTEND32(MULT16_16_P15(st->preemph, st->memX[speak])));
772 st->x[speak*N+i+st->frame_size] = EXTRACT16(tmp32);
773 st->memX[speak] = far_end[i*K+speak]
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TextToSpeechSettings.java 486 mTts.speak(sample, TextToSpeech.QUEUE_FLUSH, null);
    [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 450 virtual void speak(const String&) { } function in class:WebCore::EmptyContextMenuClient
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 764 milliseconds