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

  /external/esd/include/
esd.h 64 /* esd remote management */
70 /* esd remote control */
74 /* esd status */
77 /* esd latency */
124 /* esdlib.c - basic esd client interface functions */
136 int esd_lock( int esd );
137 int esd_unlock( int esd );
140 int esd_standby( int esd );
141 int esd_resume( int esd );
160 int esd_sample_cache( int esd, esd_format_t format, const int rate,
    [all...]
  /external/qemu/audio/
esdaudio.c 2 * QEMU ESD audio driver
25 #include <esd.h>
29 #define AUDIO_CAP "esd"
116 ESDVoiceOut *esd = arg; local
117 HWVoiceOut *hw = &esd->hw;
122 if (audio_pt_lock (&esd->pt, AUDIO_FUNC)) {
130 if (esd->done) {
134 if (esd->live > threshold) {
138 if (audio_pt_wait (&esd->pt, AUDIO_FUNC)) {
143 decr = to_mix = esd->live
201 ESDVoiceOut *esd = (ESDVoiceOut *) hw; local
227 ESDVoiceOut *esd = (ESDVoiceOut *) hw; local
295 ESDVoiceOut *esd = (ESDVoiceOut *) hw; local
325 ESDVoiceIn *esd = arg; local
410 ESDVoiceIn *esd = (ESDVoiceIn *) hw; local
438 ESDVoiceIn *esd = (ESDVoiceIn *) hw; local
503 ESDVoiceIn *esd = (ESDVoiceIn *) hw; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 64 /* esd remote management */
70 /* esd remote control */
74 /* esd status */
77 /* esd latency */
124 /* esdlib.c - basic esd client interface functions */
136 int esd_lock( int esd );
137 int esd_unlock( int esd );
140 int esd_standby( int esd );
141 int esd_resume( int esd );
160 int esd_sample_cache( int esd, esd_format_t format, const int rate,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 64 /* esd remote management */
70 /* esd remote control */
74 /* esd status */
77 /* esd latency */
124 /* esdlib.c - basic esd client interface functions */
136 int esd_lock( int esd );
137 int esd_unlock( int esd );
140 int esd_standby( int esd );
141 int esd_resume( int esd );
160 int esd_sample_cache( int esd, esd_format_t format, const int rate,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 64 /* esd remote management */
70 /* esd remote control */
74 /* esd status */
77 /* esd latency */
124 /* esdlib.c - basic esd client interface functions */
136 int esd_lock( int esd );
137 int esd_unlock( int esd );
140 int esd_standby( int esd );
141 int esd_resume( int esd );
160 int esd_sample_cache( int esd, esd_format_t format, const int rate,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 3 # --- esd.m4 ---
5 # Configure paths for ESD
12 dnl Test for ESD, and define ESD_CFLAGS and ESD_LIBS
16 dnl Get the cflags and libraries from the esd-config script
18 AC_ARG_WITH(esd-prefix,[ --with-esd-prefix=PFX Prefix where ESD is installed (optional)],
20 AC_ARG_WITH(esd-exec-prefix,[ --with-esd-exec-prefix=PFX Exec prefix where ESD is installed (optional)]
    [all...]
  /external/qemu/android/config/
check-esd.c 18 #include <esd.h>
check-pulseaudio.c 18 #include <esd.h>
  /external/ganymed-ssh2/examples/
SwingShell.java 483 EnterSomethingDialog esd = new EnterSomethingDialog(loginFrame, "Keyboard Interactive Authentication", local
486 esd.setVisible(true);
488 if (esd.answer == null)
491 result[i] = esd.answer;
566 EnterSomethingDialog esd = new EnterSomethingDialog(loginFrame, "DSA Authentication", local
568 esd.setVisible(true);
570 boolean res = conn.authenticateWithPublicKey(username, key, esd.answer);
586 EnterSomethingDialog esd = new EnterSomethingDialog(loginFrame, "RSA Authentication", local
588 esd.setVisible(true);
590 boolean res = conn.authenticateWithPublicKey(username, key, esd.answer)
633 final EnterSomethingDialog esd = new EnterSomethingDialog(loginFrame, local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c 594 elf_secthead *esd = yasm_xmalloc(sizeof(elf_secthead)); local
596 esd->type = type;
597 esd->flags = flags;
598 esd->offset = offset;
599 esd->size = yasm_intnum_create_uint(size);
600 esd->link = 0;
601 esd->info = 0;
602 esd->align = 0;
603 esd->entsize = 0;
604 esd->index = 0
    [all...]
elf.h 483 void elf_secthead_destroy(elf_secthead *esd);
484 unsigned long elf_secthead_write_to_file(FILE *f, elf_secthead *esd,
516 elf_secthead *esd,
elf-objfmt.c 889 elf_secthead *esd; local
903 esd = elf_secthead_create(name, type, 0, 0, 0);
904 elf_secthead_set_entsize(esd, entsize);
905 yasm_section_add_data(sect, &elf_section_data, esd);
909 elf_secthead_set_sym(esd, sym);
921 elf_secthead *esd = yasm_section_get_data(retval, &elf_section_data); local
922 elf_secthead_set_typeflags(esd, SHT_PROGBITS,
1036 elf_secthead *esd; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/esd/
SDL_esdaudio.c 24 /* Allow access to an ESD network stream mixing buffer */
30 #include <esd.h>
46 /* The tag name used by ESD audio */
47 #define ESD_DRIVER_NAME "esd"
63 static int (*SDL_NAME(esd_close))( int esd );
276 /* Convert audio spec to the ESD audio format */
286 SDL_SetError("Unsupported ESD audio format");
298 /* Open a connection to the ESD audio server */
301 SDL_SetError("Couldn't open ESD connection");
  /external/qemu/
android-configure.sh 447 cp -f android/config/check-esd.c $TMPC
465 probe_system_library PROBE_ESD ESounD android/config/check-esd.c libesd-dev
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 

Completed in 766 milliseconds