Home
last modified time | relevance | path

Searched refs:ALSA_CHECK (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/test/lsb/
H A Dconfig.c64 if (ALSA_CHECK(snd_config_top(&top)) < 0) in test_top()
71 ALSA_CHECK(snd_config_delete(top)); in test_top()
81 ALSA_CHECK(snd_config_top(&loaded)); in test_load()
82 ALSA_CHECK(snd_config_imake_integer(&c, "i", 42)); in test_load()
83 ALSA_CHECK(snd_config_add(loaded, c)); in test_load()
84 ALSA_CHECK(snd_config_imake_string(&c, "s", "hello")); in test_load()
85 ALSA_CHECK(snd_config_add(loaded, c)); in test_load()
87 ALSA_CHECK(snd_config_top(&made)); in test_load()
88 ALSA_CHECK(snd_config_imake_string(&c, "s", "world")); in test_load()
89 ALSA_CHECK(snd_config_ad in test_load()
[all...]
H A Dmidi_event.c41 if (ALSA_CHECK(snd_midi_event_new(256 /* ? */, &midi_event)) < 0) in test_decode()
161 if (ALSA_CHECK(snd_midi_event_new(256 /* ? */, &midi_event)) < 0) in test_reset_decode()
181 if (ALSA_CHECK(snd_midi_event_new(256, &midi_event)) < 0) in test_encode()
292 if (ALSA_CHECK(snd_midi_event_new(256, &midi_event)) < 0) in test_reset_encode()
313 if (ALSA_CHECK(snd_midi_event_new(256, &midi_event)) < 0) in test_init()
338 if (ALSA_CHECK(snd_midi_event_new(256, &midi_event)) < 0) in test_encode_byte()
H A Dtest.h17 #define ALSA_CHECK(fn) ({ \ macro

Completed in 2 milliseconds