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

1 2 3 4 5 6

  /frameworks/base/core/java/android/service/voice/
VoiceInteractionManagerInternal.java 17 package android.service.voice;
30 * Start a new voice interaction session when requested from within an activity
38 * Returns whether the currently selected voice interaction service supports local voice
VoiceInteractionServiceInfo.java 17 package android.service.voice;
107 if (!"voice-interaction-service".equals(nodeName)) {
108 mParseError = "Meta-data does not start with voice-interaction-service tag";
138 mParseError = "Error parsing voice interation service meta-data: " + e;
139 Log.w(TAG, "error parsing voice interaction service meta-data", e);
142 mParseError = "Error parsing voice interation service meta-data: " + e;
143 Log.w(TAG, "error parsing voice interaction service meta-data", e);
146 mParseError = "Error parsing voice interation service meta-data: " + e;
147 Log.w(TAG, "error parsing voice interaction service meta-data", e);
VoiceInteractionSessionService.java 17 package android.service.voice;
37 * An active voice interaction session, initiated by a {@link VoiceInteractionService}.
VoiceInteractionService.java 17 package android.service.voice;
41 * Top-level service of the current global voice interactor, which is providing
45 * in the background to instigate voice interactions.
49 * in the associated {@link android.service.voice.VoiceInteractionSessionService} when
50 * an actual voice interaction is taking place, and that service should run in a
62 "android.service.voice.VoiceInteractionService";
68 * android.R.styleable#VoiceInteractionService voice-interaction-service}&gt;</code> tag.
126 * Called when a user has activated an affordance to launch voice assist from the Keyguard.
181 * Request that the associated {@link android.service.voice.VoiceInteractionSession} be
234 // This helps with cases where the voice interaction implementation is change
    [all...]
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 187 SynthVoice voice = iterator.next(); local
188 if (voice.isDone()) {
190 // mFreeVoices.add(voice);
192 voice.mix(mBuffer, SAMPLES_PER_FRAME, 0.25f);
198 SynthVoice voice = mVoices.get(noteIndex); local
199 if (voice != null) {
200 voice.noteOff();
207 SynthVoice voice = iterator.next(); local
208 voice.noteOff();
235 SynthVoice voice; local
252 SynthVoice voice = iterator.next(); local
    [all...]
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 187 SynthVoice voice = iterator.next(); local
188 if (voice.isDone()) {
190 // mFreeVoices.add(voice);
192 voice.mix(mBuffer, SAMPLES_PER_FRAME, 0.25f);
198 SynthVoice voice = mVoices.get(noteIndex); local
199 if (voice != null) {
200 voice.noteOff();
207 SynthVoice voice = iterator.next(); local
208 voice.noteOff();
235 SynthVoice voice; local
252 SynthVoice voice = iterator.next(); local
    [all...]
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthEngine.java 187 SynthVoice voice = iterator.next(); local
188 if (voice.isDone()) {
190 // mFreeVoices.add(voice);
192 voice.mix(mBuffer, SAMPLES_PER_FRAME, 0.25f);
198 SynthVoice voice = mVoices.get(noteIndex); local
199 if (voice != null) {
200 voice.noteOff();
207 SynthVoice voice = iterator.next(); local
208 voice.noteOff();
235 SynthVoice voice; local
252 SynthVoice voice = iterator.next(); local
    [all...]
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthEngine.java 187 SynthVoice voice = iterator.next(); local
188 if (voice.isDone()) {
190 // mFreeVoices.add(voice);
192 voice.mix(mBuffer, SAMPLES_PER_FRAME, 0.25f);
198 SynthVoice voice = mVoices.get(noteIndex); local
199 if (voice != null) {
200 voice.noteOff();
207 SynthVoice voice = iterator.next(); local
208 voice.noteOff();
235 SynthVoice voice; local
252 SynthVoice voice = iterator.next(); local
    [all...]
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SynthEngine.java 187 SynthVoice voice = iterator.next(); local
188 if (voice.isDone()) {
190 // mFreeVoices.add(voice);
192 voice.mix(mBuffer, SAMPLES_PER_FRAME, 0.25f);
198 SynthVoice voice = mVoices.get(noteIndex); local
199 if (voice != null) {
200 voice.noteOff();
207 SynthVoice voice = iterator.next(); local
208 voice.noteOff();
235 SynthVoice voice; local
252 SynthVoice voice = iterator.next(); local
    [all...]
  /hardware/qcom/audio/hal/
voice.h 57 struct voice { struct
  /bionic/libc/kernel/uapi/sound/
asound_fm.h 31 unsigned char voice; member in struct:snd_dm_fm_voice
55 unsigned char voice; member in struct:snd_dm_fm_note
  /external/kernel-headers/original/uapi/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/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 1 package com.svox.pico.voice.deu.deu;
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 1 package com.svox.pico.voice.eng.gbr;
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 1 package com.svox.pico.voice.eng.usa;
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 1 package com.svox.pico.voice.fra.fra;
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 1 package com.svox.pico.voice.ita.ita;
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 1 package com.svox.pico.voice.spa.esp;
  /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...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound_fm.h 31 unsigned char voice; member in struct:snd_dm_fm_voice
55 unsigned char voice; member in struct:snd_dm_fm_note
  /hardware/qcom/msm8996/original-kernel-headers/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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

Completed in 810 milliseconds

1 2 3 4 5 6