Lines Matching refs:used
110 The output pool has also a room size, which is used to wake up the
115 For avoiding this, multiple clients can be used.
176 Subscription can be used for this purpose.
232 This tag can used for removing a distinct event from the event queue
274 Which format is used is determined by the event flags.
286 Note that the time format used for real time events is very similar to
287 timeval struct used for Unix system time.
294 specified timestamp will be used as an offset to the current time of the
375 This data type, however, can be used only for direct dispatch mode,
376 and supposed to be used only for a special purpose like a bulk data
416 which queue type is used as described in the section \ref
427 As default, 96 PPQ and 120 BPM are used, respectively.
445 This feature can be used to synchronize the event queue with
527 #SND_SEQ_PORT_CAP_SUBS_WRITE are used,
959 * \c O_RDWR respectively and used as the second argument to the C library
1006 * is that the given configuration is used to resolve abstract name.
1194 * This buffer is used to store decoded byte-stream of output events
1218 * This buffer is used to read byte-stream of input events from sequencer.
1550 * The card number can be used to query state about the hardware
3556 return info.used;
3563 * \param used non-zero if the client is allowed
3568 int snd_seq_set_queue_usage(snd_seq_t *seq, int q, int used)
3575 info.used = used ? 1 : 0;
4096 * In the former version, this function was used to
4570 * snd_seq_event_input_pending() or snd_seq_drop_input() can be still used.