Searched refs:set_device (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audiocdsrc.c | 289 gchar *set_device = NULL; in test_uri_parse() local 295 g_object_get (foosrc, "device", &set_device, "track", &set_track, NULL); in test_uri_parse() 296 fail_unless (set_device != NULL); in test_uri_parse() 297 fail_unless (strcmp (set_device, device) == 0, in test_uri_parse() 298 "device set was %s, expected %s", set_device, device); in test_uri_parse() 301 g_free (set_device); in test_uri_parse()
|
/third_party/alsa-lib/src/ucm/ |
D | main.c | 1332 static int set_device(snd_use_case_mgr_t *uc_mgr, in set_device() function 1494 err = set_device(uc_mgr, device, 0); in dismantle_use_case() 2461 return set_device(uc_mgr, device, enable); in set_device_user() 2523 err = set_device(uc_mgr, xold, 0); in switch_device() 2526 err = set_device(uc_mgr, xnew, 1); in switch_device()
|