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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
Whitelist.java 17 package com.android.inputmethod.voice;
SettingsUtil.java 17 package com.android.inputmethod.voice;
30 * A whitespace-separated list of supported locales for voice input from the keyboard.
36 * A whitespace-separated list of recommended app packages for voice input from the
43 * The maximum number of unique days to show the swipe hint for voice input.
49 * The maximum number of times to show the punctuation hint for voice input.
55 * Endpointer parameters for voice input from the keyboard.
WaveformImage.java 17 package com.android.inputmethod.voice;
FieldContext.java 17 package com.android.inputmethod.voice;
VoiceInputLogger.java 17 package com.android.inputmethod.voice;
26 * Provides the logging facility for voice input events. This fires broadcasts back to
27 * the voice search app which then logs on our behalf.
44 // This flag is used to indicate when there are voice events that
248 // We will NOT get the signal that the user accepted the voice inputted message text
251 // we have essentially forgotten about any voice input.
RecognitionView.java 17 package com.android.inputmethod.voice;
50 * Displays a recognition dialog (with waveform, voice meter, etc.),
VoiceInput.java 17 package com.android.inputmethod.voice;
110 // but that's used for things like voice search. For dictation-like voice input like this,
284 * @return true if field is blacklisted for voice
291 * Used to decide whether to show voice input hints for this field, etc.
293 * @return true if field is recommended for voice
305 * @param swipe whether this voice input was started by swipe, for logging purposes
510 // Remove all pending tasks (e.g., timers to cancel voice input)
520 // We use CLIENT_ERROR to signify that voice search is not available on the device.
  /external/srec/srec/include/
frontapi.h 62 voicing_info voice; member in struct:__anon7431
    [all...]
  /external/svox/pico/lib/
picoctrl.c 340 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
345 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
350 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
355 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
360 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
365 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
370 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
375 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
381 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
387 this->common, cbIn, ctrl->procCbOut[newPU], this->voice);
502 picorsrc_Voice voice; member in struct:picoctrl_engine
    [all...]
picodata.c 574 picorsrc_Voice voice; member in struct:simple_pu_data
612 picorsrc_Voice voice)
622 this->voice = voice;
    [all...]
picodata.h 201 #define PICODATA_ITEMINFO1_CMD_VOICE 'v' /* context command : voice name in item content */
489 picorsrc_Voice voice);
512 picorsrc_Voice voice; member in struct:picodata_processing_unit
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
asound_fm.h 43 unsigned char voice; /* FM voice (0 to 17) */ member in struct:snd_dm_fm_voice
66 * This describes an FM note by its voice, octave, frequency number (10bit)
71 unsigned char voice; /* 0-17 voice channel */ member in struct:snd_dm_fm_note
  /external/qemu/hw/
goldfish_audio.c 107 SWVoiceOut *voice; member in struct:goldfish_audio_state
179 ret = AUD_write(s->voice, b->data + b->offset, write);
271 // enable or disable the output voice
272 if (s->voice != NULL) {
273 AUD_set_active_out(s->voice, (enable & (AUDIO_INT_WRITE_BUFFER_1_EMPTY | AUDIO_INT_WRITE_BUFFER_2_EMPTY)) != 0);
583 s->voice = AUD_open_out (
585 s->voice,
591 if (!s->voice) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 64 private final static String COMMAND_GSM_VOICE = "gsm voice %1$s\r\n"; //$NON-NLS-1$
164 "gsm\\s+voice\\s+state:\\s*([a-z]+)", Pattern.CASE_INSENSITIVE); //$NON-NLS-1$
177 /** Voice status. */
178 public GsmMode voice = GsmMode.UNKNOWN; field in class:EmulatorConsole.GsmStatus
392 * gsm voice state: home
410 status.voice = GsmMode.getEnum(value.toLowerCase());
437 * Sets the GSM voice mode.
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 418 milliseconds