OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_rawmidi_open
(Results
1 - 5
of
5
) sorted by null
/device/samsung/crespo/alsa-lib/test/
midiloop.c
113
err =
snd_rawmidi_open
(&handle_in, NULL, iname, SND_RAWMIDI_NONBLOCK);
115
fprintf(stderr,"
snd_rawmidi_open
%s failed: %d\n",iname,err);
119
err =
snd_rawmidi_open
(NULL, &handle_out, oname, 0);
121
fprintf(stderr,"
snd_rawmidi_open
%s failed: %d\n",oname,err);
rawmidi.c
102
err =
snd_rawmidi_open
(&handle_in,NULL,device_in,0);
104
fprintf(stderr,"
snd_rawmidi_open
%s failed: %d\n",device_in,err);
117
err =
snd_rawmidi_open
(NULL,&handle_out,device_out,0);
119
fprintf(stderr,"
snd_rawmidi_open
%s failed: %d\n",device_out,err);
/device/samsung/crespo/alsa-lib/include/
rawmidi.h
82
int
snd_rawmidi_open
(snd_rawmidi_t **in_rmidi, snd_rawmidi_t **out_rmidi,
/device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi.c
51
Using #SND_RAWMIDI_NONBLOCK flag for
snd_rawmidi_open
() or snd_rawmidi_open_lconf()
85
is passed to \link ::
snd_rawmidi_open
() \endlink or \link ::snd_rawmidi_open_lconf() \endlink.
301
int
snd_rawmidi_open
(snd_rawmidi_t **inputp, snd_rawmidi_t **outputp,
function
357
* identifier specified in
snd_rawmidi_open
().
/device/samsung/crespo/alsa-utils/amidi/
amidi.c
587
if ((err =
snd_rawmidi_open
(inputp, outputp, port_name, SND_RAWMIDI_NONBLOCK)) < 0) {
Completed in 549 milliseconds