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

12

  /external/svox/pico/lib/
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
  /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 (
591 if (!s->voice) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 1289 const cricket::ContentInfo* voice = cricket::GetFirstAudioContent(desc); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 2715 Intent voice = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 261 void (*sample_start)(struct snd_trident *gus, struct snd_trident_voice *voice, snd_seq_position_t position);
262 void (*sample_stop)(struct snd_trident *gus, struct snd_trident_voice *voice, int mode);
263 void (*sample_freq)(struct snd_trident *gus, struct snd_trident_voice *voice, snd_seq_frequency_t freq);
264 void (*sample_volume)(struct snd_trident *gus, struct snd_trident_voice *voice, struct snd_seq_ev_volume *volume);
265 void (*sample_loop)(struct snd_trident *card, struct snd_trident_voice *voice, struct snd_seq_ev_loop *loop);
266 void (*sample_pos)(struct snd_trident *card, struct snd_trident_voice *voice, snd_seq_position_t position);
267 void (*sample_private1)(struct snd_trident *card, struct snd_trident_voice *voice, unsigned char *data);
332 struct snd_trident_voice *extra; /* extra PCM voice (acts as interrupt generator) */
350 void (*private_free)(struct snd_trident_voice *voice);
368 struct snd_trident_voice *voice; /* active voice * member in struct:snd_trident_pcm_mixer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 261 void (*sample_start)(struct snd_trident *gus, struct snd_trident_voice *voice, snd_seq_position_t position);
262 void (*sample_stop)(struct snd_trident *gus, struct snd_trident_voice *voice, int mode);
263 void (*sample_freq)(struct snd_trident *gus, struct snd_trident_voice *voice, snd_seq_frequency_t freq);
264 void (*sample_volume)(struct snd_trident *gus, struct snd_trident_voice *voice, struct snd_seq_ev_volume *volume);
265 void (*sample_loop)(struct snd_trident *card, struct snd_trident_voice *voice, struct snd_seq_ev_loop *loop);
266 void (*sample_pos)(struct snd_trident *card, struct snd_trident_voice *voice, snd_seq_position_t position);
267 void (*sample_private1)(struct snd_trident *card, struct snd_trident_voice *voice, unsigned char *data);
332 struct snd_trident_voice *extra; /* extra PCM voice (acts as interrupt generator) */
350 void (*private_free)(struct snd_trident_voice *voice);
368 struct snd_trident_voice *voice; /* active voice * member in struct:snd_trident_pcm_mixer
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 1537 milliseconds

12