HomeSort by relevance Sort by last modified time
    Searched full:voice (Results 151 - 175 of 1457) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodTest.java 50 private static final String SUBTYPE_MODE_VOICE = "voice";
94 "com.android.apps.inputmethod.voice", "com.android.apps.inputmethod.latin");
100 "com.android.apps.inputmethod.voice", "com.android.apps.inputmethod.latin");
106 "com.android.apps.inputmethod.voice", "com.android.apps.inputmethod.latin",
113 "com.android.apps.inputmethod.voice", "com.android.apps.inputmethod.latin",
120 "com.android.apps.inputmethod.voice", "com.android.apps.inputmethod.latin",
284 // a dummy Voice IME
289 preinstalledImes.add(createDummyInputMethodInfo("com.android.apps.inputmethod.voice",
290 "com.android.inputmethod.voice", "DummyVoiceIme", IS_AUX, IS_DEFAULT,
  /external/srec/srec/cfront/
chelfep.c 52 voicing_info *voice,
89 if (voice != NULL)
95 *voicedata = (featdata) voicing_analysis(voice, smooth_c0, NULL);
98 *voicedata = (featdata) voicing_analysis(voice, framdata[0], NULL);
101 *voicedata = (featdata) voicing_analysis(voice, framdata[0], NULL);
  /hardware/libhardware/include/hardware/
bt_hf_client.h 144 #define BTHF_CLIENT_PEER_FEAT_VREC 0x00000004 /* Voice recognition */
146 #define BTHF_CLIENT_PEER_FEAT_VTAG 0x00000010 /* Attach a phone number to a voice tag */
318 /** start voice recognition */
321 /** stop voice recognition */
351 /** Request a phone number from AG corresponding to last voice tag recorded */
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchSettingsImpl.java 40 * Preference key used for storing the index of the next voice search hint to show.
45 * Preference key used to store the time at which the first voice search hint was displayed.
50 * Preference key for the version of voice search we last got hints from.
163 if (DBG) Log.d(TAG, "Voice seach hint period expired; not showing hints.");
169 if (DBG) Log.d(TAG, "Could not determine voice search version; not showing hints.");
  /bionic/libc/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /development/ndk/platforms/android-3/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /development/ndk/platforms/android-L/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
options.html 91 <label for="voice">Voice:</label>
94 <select id="voice" class="ctrl"></select>
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
common.js 127 var voice = localStorage['voice'];
130 {voiceName: voice,
  /external/chromium_org/third_party/WebKit/Source/modules/speech/testing/
PlatformSpeechSynthesizerMock.cpp 72 m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.bruce"), String("bruce"), String("en-US"), true, true));
73 m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.clark"), String("clark"), String("en-US"), true, false));
74 m_voiceList.append(PlatformSpeechSynthesisVoice::create(String("mock.voice.logan"), String("logan"), String("fr-CA"), true, true));
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h 53 PlatformSpeechSynthesisVoice* voice() const { return m_voice; } function in class:WebCore::FINAL
54 void setVoice(PlatformSpeechSynthesisVoice* voice) { m_voice = voice; }
  /external/chromium_org/third_party/webrtc/video_engine/
vie_sync_module.cc 84 // Trying to set a voice channel but no interface exist.
165 LOG(LS_ERROR) << "Error setting voice delay.";
178 // Setting initial playout delay to voice engine (video engine is updated via
  /external/svox/pico/lib/
picodefs.h 41 /* maximum size of a voice name, including the terminating null
60 /* maximum number of voice definitions */
63 /* maximum number of resources per voice */
  /frameworks/base/docs/html/wear/design/
user-interface.jd 54 <p>The list of actions includes Android intents for voice actions. The upcoming Android Wear SDK
56 using these voice commands. Multiple applications may register for a single voice intent, and users
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/net/
if_types.h 144 #define IFT_VOICEEM 0x64 /* voice recEive and transMit */
145 #define IFT_VOICEFXO 0x65 /* voice Foreign Exchange Office */
146 #define IFT_VOICEFXS 0x66 /* voice Foreign Exchange Station */
147 #define IFT_VOICEENCAP 0x67 /* voice encapsulation */
148 #define IFT_VOICEOVERIP 0x68 /* voice over IP encapsulation */
196 #define IFT_VOICEOVERATM 0x98 /* Voice over ATM */
197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */
209 #define IFT_H323PROXY 0xa5 /* H323 Voice and Video Proxy */
242 #define IFT_VOICEOVERCABLE 0xc6 /* Voice Over Cable Interface */
255 #define IFT_VOICEEMFGD 0xd3 /* voice E&M Feature Group D *
    [all...]

Completed in 2583 milliseconds

1 2 3 4 5 67 8 91011>>