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

  /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...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 

Completed in 1627 milliseconds