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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/kernel/uapi/linux/
ultrasound.h 42 #define _GUS_CMD(chn, voice, cmd, p1, p2) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = SEQ_PRIVATE; _seqbuf[_seqbufptr+1] = (chn); _seqbuf[_seqbufptr+2] = cmd; _seqbuf[_seqbufptr+3] = voice; *(unsigned short*)&_seqbuf[_seqbufptr+4] = p1; *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2; _SEQ_ADVBUF(8);}
45 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0)
46 #define GUS_VOICEON(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0)
47 #define GUS_VOICEOFF(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEOFF, 0, 0)
49 #define GUS_VOICEFADE(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEFADE, 0, 0
    [all...]
  /development/ndk/platforms/android-L/include/linux/
ultrasound.h 42 #define _GUS_CMD(chn, voice, cmd, p1, p2) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = SEQ_PRIVATE; _seqbuf[_seqbufptr+1] = (chn); _seqbuf[_seqbufptr+2] = cmd; _seqbuf[_seqbufptr+3] = voice; *(unsigned short*)&_seqbuf[_seqbufptr+4] = p1; *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2; _SEQ_ADVBUF(8);}
45 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0)
46 #define GUS_VOICEON(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0)
47 #define GUS_VOICEOFF(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEOFF, 0, 0)
49 #define GUS_VOICEFADE(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEFADE, 0, 0
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
ultrasound.h 42 #define _GUS_CMD(chn, voice, cmd, p1, p2) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = SEQ_PRIVATE; _seqbuf[_seqbufptr+1] = (chn); _seqbuf[_seqbufptr+2] = cmd; _seqbuf[_seqbufptr+3] = voice; *(unsigned short*)&_seqbuf[_seqbufptr+4] = p1; *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2; _SEQ_ADVBUF(8);}
45 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0)
46 #define GUS_VOICEON(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0)
47 #define GUS_VOICEOFF(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEOFF, 0, 0)
49 #define GUS_VOICEFADE(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEFADE, 0, 0
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
ultrasound.h 42 #define _GUS_CMD(chn, voice, cmd, p1, p2) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = SEQ_PRIVATE; _seqbuf[_seqbufptr+1] = (chn); _seqbuf[_seqbufptr+2] = cmd; _seqbuf[_seqbufptr+3] = voice; *(unsigned short*)&_seqbuf[_seqbufptr+4] = p1; *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2; _SEQ_ADVBUF(8);}
45 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0)
46 #define GUS_VOICEON(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0)
47 #define GUS_VOICEOFF(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEOFF, 0, 0)
49 #define GUS_VOICEFADE(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEFADE, 0, 0
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
ultrasound.h 42 #define _GUS_CMD(chn, voice, cmd, p1, p2) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = SEQ_PRIVATE; _seqbuf[_seqbufptr+1] = (chn); _seqbuf[_seqbufptr+2] = cmd; _seqbuf[_seqbufptr+3] = voice; *(unsigned short*)&_seqbuf[_seqbufptr+4] = p1; *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2; _SEQ_ADVBUF(8);}
45 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0)
46 #define GUS_VOICEON(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0)
47 #define GUS_VOICEOFF(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEOFF, 0, 0)
49 #define GUS_VOICEFADE(chn, voice) _GUS_CMD(chn, voice, _GUS_VOICEFADE, 0, 0
    [all...]
  /external/kernel-headers/original/uapi/linux/
ultrasound.h 24 * byte 3 - Voice number (0-31)
29 * Each command affects one voice defined in byte 3.
33 * _GUS_VOICEON - Starts voice (P1=voice mode)
34 * _GUS_VOICEOFF - Stops voice (no parameters)
35 * _GUS_VOICEFADE - Stops the voice smoothly.
36 * _GUS_VOICEMODE - Alters the voice mode, don't start or stop voice (P1=voice mode)
37 * _GUS_VOICEBALA - Sets voice balance (P1, 0=left, 7=middle and 15=right, default 7
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ultrasound.h 24 * byte 3 - Voice number (0-31)
29 * Each command affects one voice defined in byte 3.
33 * _GUS_VOICEON - Starts voice (P1=voice mode)
34 * _GUS_VOICEOFF - Stops voice (no parameters)
35 * _GUS_VOICEFADE - Stops the voice smoothly.
36 * _GUS_VOICEMODE - Alters the voice mode, don't start or stop voice (P1=voice mode)
37 * _GUS_VOICEBALA - Sets voice balance (P1, 0=left, 7=middle and 15=right, default 7
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ultrasound.h 24 * byte 3 - Voice number (0-31)
29 * Each command affects one voice defined in byte 3.
33 * _GUS_VOICEON - Starts voice (P1=voice mode)
34 * _GUS_VOICEOFF - Stops voice (no parameters)
35 * _GUS_VOICEFADE - Stops the voice smoothly.
36 * _GUS_VOICEMODE - Alters the voice mode, don't start or stop voice (P1=voice mode)
37 * _GUS_VOICEBALA - Sets voice balance (P1, 0=left, 7=middle and 15=right, default 7
    [all...]
  /device/asus/fugu/
init.fugu.diag.rc.userdebug 4 # Voice search logging collection
  /frameworks/opt/vcard/tests/res/raw/
v21_japanese_1.vcf 5 TEL;PREF;VOICE:0300000000
v30_simple.vcf 7 TEL;TYPE=PREF;TYPE=VOICE:0300000000
  /development/samples/VoiceRecognitionService/
_index.html 1 <p>A sample application that demonstrates Android's pluggable voice recognition framework.</p>
5 sample voice recognition service</a> (a subclass of
11 <p>The behavior is extremely simple - it does no real voice recognition, and just returns a
15 <p>Installing this application onto a device that already has a voice recognition service
16 available will expose a new option under "voice input &amp; output" settings, to let the
19 <p>Note that due to its simplicity, this voice recognition service is not compatible with
20 every application that wishes to use voice recognition. For example, because Google's
23 applications, like voice input on the keyboard (e.g., in LatinIME), are more likely to
  /external/svox/pico/lib/
picorsrc.h 52 /* size of kb array of a voice */
132 * voice definitions
153 /** object : Voice
154 * shortcut : voice
173 /* create voice, given a voice name. the corresponding lock counts are incremented */
174 pico_status_t picorsrc_createVoice(picorsrc_ResourceManager this, const picoos_char * voiceName, picorsrc_Voice * voice);
176 /* dispose voice. the corresponding lock counts are decremented. */
177 pico_status_t picorsrc_releaseVoice(picorsrc_ResourceManager this, picorsrc_Voice * voice);
  /packages/apps/Settings/src/com/android/settings/
VoiceSettingsActivity.java 25 * Activity for modifying a setting using the Voice Interaction API. This activity
27 * {@link android.service.voice.VoiceInteractionSession#startVoiceActivity startVoiceActivity}.
38 // Only permit if this is a voice interaction.
41 Log.v(TAG, "Cannot modify settings without voice interaction");
47 * Modify the setting as a voice interaction. The activity will finish
  /frameworks/base/media/tests/ScoAudioTest/res/values/
strings.xml 8 <string name="vd_off">Start Voice Dialer</string>
9 <string name="vd_on">Voice Dialer On</string>
  /frameworks/base/tests/VoiceInteraction/
AndroidManifest.xml 7 <activity android:name="VoiceInteractionMain" android:label="Voice Interaction"
16 android:label="Voice Interaction Settings"
25 android:label="Test Voice Interaction Service"
31 <action android:name="android.service.voice.VoiceInteractionService" />
39 android:label="Test Voice Interaction Service">
46 <activity android:name="TestInteractionActivity" android:label="Voice Interaction Target"
47 android:theme="@android:style/Theme.Material.Light.Voice">
51 <category android:name="android.intent.category.VOICE" />
  /hardware/qcom/audio/hal/
voice.c 17 #define LOG_TAG "voice"
27 #include "voice.h"
48 session = &adev->voice.session[VOICE_SESS_IDX];
155 voice_set_volume(adev, adev->voice.volume);
181 call_state = (adev->voice.session[VOICE_SESS_IDX].state.current == CALL_ACTIVE) ? true : false;
189 return adev->voice.in_call;
250 ALOGV("%s: voice call not active", __func__);
289 adev->voice.mic_mute = state;
298 return adev->voice.mic_mute;
305 adev->voice.volume = volume
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisVoice.cpp 31 SpeechSynthesisVoice* SpeechSynthesisVoice::create(PlatformSpeechSynthesisVoice* voice)
33 return new SpeechSynthesisVoice(voice);
36 SpeechSynthesisVoice::SpeechSynthesisVoice(PlatformSpeechSynthesisVoice* voice)
37 : m_platformVoice(voice)
SpeechSynthesisUtterance.cpp 58 SpeechSynthesisVoice* SpeechSynthesisUtterance::voice() const function in class:WebCore::SpeechSynthesisUtterance
63 void SpeechSynthesisUtterance::setVoice(SpeechSynthesisVoice* voice)
66 // to go from the platform voice back to the speech synthesis voice in the read property.
67 m_voice = voice;
69 if (voice)
70 m_platformUtterance->setVoice(voice->platformVoice());
  /external/chromium_org/third_party/webrtc/
README.chromium 8 WebRTC provides real time voice and video processing
  /packages/apps/Contacts/tests/assets/
v30_simple.vcf 7 TEL;TYPE=PREF;TYPE=VOICE:0300000000
  /external/chromium_org/chrome/browser/speech/
tts_controller.cc 154 // Get all available voices and try to find a matching voice.
159 VoiceData voice; local
161 // Select the matching voice.
162 voice = voices[index];
165 // attempt to get a voice based only on the current locale without respect
166 // to any supplied voice names.
178 // If even that fails, just take the first available voice.
181 voice = voices[index];
184 voice.native = true;
188 GetPlatformImpl()->WillSpeakUtteranceWithVoice(utterance, voice);
377 const VoiceData& voice = voices[i]; local
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/preview-21/changes/
android.service.voice.VoiceInteractionSession.html 10 android.service.voice.VoiceInteractionSession
74 Class android.service.voice.<A HREF="../../../../reference/android/service/voice/VoiceInteractionSession.html" target="_top"><font size="+2"><code>VoiceInteractionSession</code></font></A>
86 <A NAME="android.service.voice.VoiceInteractionSession.getLayoutInflater_removed()"></A>
93 <A NAME="android.service.voice.VoiceInteractionSession.getWindow_removed()"></A>
100 <A NAME="android.service.voice.VoiceInteractionSession.hideWindow_removed()"></A>
107 <A NAME="android.service.voice.VoiceInteractionSession.onAbortVoice_removed(android.service.voice.VoiceInteractionSession.Caller, android.service.voice.VoiceInteractionSession.Request, java.lang.CharSequence, android.os.Bundle)"></A>
114 <A NAME="android.service.voice.VoiceInteractionSession.onBackPressed_removed()"></A
    [all...]
  /external/chromium_org/chrome/browser/chromeos/accessibility/
speech_monitor.cc 44 const VoiceData& voice,
64 VoiceData& voice = out_voices->back(); local
65 voice.native = true;
66 voice.name = "SpeechMonitor";
67 voice.events.insert(TTS_EVENT_END);
  /external/svox/picolanginstaller/res/values-en-rGB/
strings.xml 23 <string name="installing_message" product="nosdcard" msgid="737236126329813405">"Installing voice data on USB storage."</string>
24 <string name="installing_message" product="default" msgid="8792926973732354514">"Installing voice data on SD card."</string>
25 <string name="uninstall_message" msgid="174096141356529599">"The voice data has been installed successfully. You can now safely remove this installer."</string>
27 <string name="retry_message" product="nosdcard" msgid="8048316007107408391">"The voice data couldn\'t install. Make sure that your USB storage has at least 6MB of free space."</string>
28 <string name="retry_message" product="default" msgid="4262829785604216441">"The voice data couldn\'t install. Make sure that your SD card is in your device and that it has at least 6MB of free space. If your card is already in your device, try removing the card and reinserting it."</string>

Completed in 1486 milliseconds

1 2 3 4 5 6 7 8 91011>>