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

  /device/samsung/crespo/alsa-lib/include/
rawmidi.h 56 SND_RAWMIDI_STREAM_INPUT,
57 SND_RAWMIDI_STREAM_LAST = SND_RAWMIDI_STREAM_INPUT
  /device/samsung/crespo/alsa-utils/amidi/
amidi.c 106 snd_rawmidi_info_set_stream(info, SND_RAWMIDI_STREAM_INPUT);
146 snd_rawmidi_info_set_stream(info, SND_RAWMIDI_STREAM_INPUT);
206 snd_rawmidi_info_set_stream(info, SND_RAWMIDI_STREAM_INPUT);
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi_virt.c 144 if (rmidi->stream == SND_RAWMIDI_STREAM_INPUT)
349 rmidi->stream = SND_RAWMIDI_STREAM_INPUT;
rawmidi_hw.c 292 rmidi->stream = SND_RAWMIDI_STREAM_INPUT;
rawmidi.c 985 assert(rawmidi->stream == SND_RAWMIDI_STREAM_INPUT);
  /device/samsung/crespo/alsa-lib/src/control/
namehint.c 132 snd_rawmidi_info_set_stream(info, stream ? SND_RAWMIDI_STREAM_INPUT : SND_RAWMIDI_STREAM_OUTPUT);

Completed in 62 milliseconds