Searched refs:testio (Results 1 – 4 of 4) sorted by relevance
44 struct test_iodev *testio = (struct test_iodev *)iodev; in frames_queued() local47 if (testio->fd < 0) in frames_queued()49 ioctl(testio->fd, FIONREAD, &available); in frames_queued()51 return available / testio->fmt_bytes; in frames_queued()61 struct test_iodev *testio = (struct test_iodev *)iodev; in close_dev() local63 byte_buffer_destroy(&testio->audbuff); in close_dev()64 testio->audbuff = NULL; in close_dev()71 struct test_iodev *testio = (struct test_iodev *)iodev; in configure_dev() local77 testio->fmt_bytes = cras_get_format_bytes(iodev->format); in configure_dev()78 testio->audbuff = in configure_dev()[all …]
420 dnl handle --enable-testio-debug422 AC_ARG_ENABLE([testio-debug],423 [ --disable-testio-debug disable the use of the test I/O manager for debugging],425 [Define to 1 if the testio I/O manager should be enabled])428 AC_MSG_RESULT([Disabling testio debugging])433 AC_MSG_RESULT([Enabling testio debugging])436 AC_MSG_RESULT([Enabling testio debugging by default])
1582 --disable-testio-debug disable the use of the test I/O manager for debugging
21 /* Define to 1 if the testio I/O manager should be enabled */