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

1 2 3

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_midi_event.h 36 * \defgroup MIDI_Event Sequencer event <-> MIDI byte stream coder
37 * \ingroup Sequencer
38 * Sequencer event <-> MIDI byte stream coder
42 /** container for sequencer midi event parsers */
seq.h 37 * \defgroup Sequencer MIDI Sequencer
38 * MIDI Sequencer Interface.
46 /** Sequencer handle */
59 * sequencer opening stream types
66 * sequencer opening mode
70 /** sequencer handle type */
127 * \defgroup SeqClient Sequencer Client Interface
128 * Sequencer Client Interface
129 * \ingroup Sequencer
    [all...]
seq_event.h 32 * \defgroup SeqEvents Sequencer Event Definitions
33 * Sequencer Event Definitions
34 * \ingroup Sequencer
39 * Sequencer event data type
43 /** Sequencer event type */
235 /** Sequencer event address */
420 /** Sequencer event */
seqmid.h 36 * \defgroup SeqMiddle Sequencer Middle Level Interface
37 * Sequencer Middle Level Interface
38 * \ingroup Sequencer
292 * \param seq sequencer handle
301 * \param seq sequencer handle
310 * \param seq sequencer handle
319 * \param seq sequencer handle
353 * parse the given string and get the sequencer address
timer.h 74 SND_TIMER_SCLASS_SEQUENCER, /**< sequencer timer */
75 SND_TIMER_SCLASS_OSS_SEQUENCER, /**< OSS sequencer timer */
instr.h 43 /** container for sequencer instrument header */
rawmidi.h 78 /** Virtual (sequencer) RawMidi */
control.h 104 /** Sequencer */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sound.h 9 #define SND_DEV_SEQ 1 /* Sequencer output /dev/sequencer (FM
18 #define SND_DEV_SEQ2 8 /* /dev/sequencer, level 2 interface */
soundcard.h 78 * IOCTL Commands for /dev/sequencer
200 * Sample loading mechanism for internal synthesizers (/dev/sequencer)
308 * /dev/sequencer input events.
310 * The data written to the /dev/sequencer is a stream of events. Events
451 * /dev/sequencer. Don't write other data together with the instrument structure
    [all...]
  /external/kernel-headers/original/linux/
soundcard.h 82 * IOCTL Commands for /dev/sequencer
212 * Sample loading mechanism for internal synthesizers (/dev/sequencer)
320 * /dev/sequencer input events.
322 * The data written to the /dev/sequencer is a stream of events. Events
463 * /dev/sequencer. Don't write other data together with the instrument structure
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 144 private static final AtomicLong sequencer = new AtomicLong(0); field in class:ScheduledThreadPoolExecutor
185 this.sequenceNumber = sequencer.getAndIncrement();
195 this.sequenceNumber = sequencer.getAndIncrement();
205 this.sequenceNumber = sequencer.getAndIncrement();
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
package-info.java 44 * class Sequencer {
  /external/emma/core/java12/com/vladium/util/
IntIntMap.java 286 // TODO: it is possible to run this method twice, first time using the 2*k+1 prime sequencer for newBucketCount
IntObjectMap.java 244 // TODO: it is possible to run this method twice, first time using the 2*k+1 prime sequencer for newBucketCount
IntSet.java 216 // TODO: it is possible to run this method twice, first time using the 2*k+1 prime sequencer for newBucketCount
ObjectIntMap.java 282 // TODO: it is possible to run this method twice, first time using the 2*k+1 prime sequencer for newBucketCount
  /external/libvpx/examples/includes/geshi/geshi/
groovy.php     [all...]
java.php     [all...]
  /frameworks/base/media/libmedia/
ToneGenerator.cpp     [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_smf.c 9 * For SMF timebase analysis, see "MIDI Sequencer Analysis.xls".
460 * Reset the sequencer. Used for locating backwards in the file.
523 * Pauses the sequencer. Mutes all voices and sets state to pause.
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smf.c 9 * For SMF timebase analysis, see "MIDI Sequencer Analysis.xls".
460 * Reset the sequencer. Used for locating backwards in the file.
523 * Pauses the sequencer. Mutes all voices and sets state to pause.
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 9 * For SMF timebase analysis, see "MIDI Sequencer Analysis.xls".
460 * Reset the sequencer. Used for locating backwards in the file.
523 * Pauses the sequencer. Mutes all voices and sets state to pause.
    [all...]
eas_xmf.c 346 * Reset the sequencer. Used for locating backwards in the file.
368 * Pauses the sequencer. Mutes all voices and sets state to pause.
  /bionic/libc/kernel/common/linux/
soundcard.h 826 #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) SEQ_DUMPBUF(); if (write(seqfd, (char*)(patchx), len)==-1) perror("Write patch: /dev/sequencer");}

Completed in 717 milliseconds

1 2 3