Searched refs:testio (Results 1 – 5 of 5) sorted by relevance
51 struct test_iodev *testio = (struct test_iodev *)iodev; in frames_queued() local54 if (testio->fd < 0) in frames_queued()56 ioctl(testio->fd, FIONREAD, &available); in frames_queued()58 return available / testio->fmt_bytes; in frames_queued()68 struct test_iodev *testio = (struct test_iodev *)iodev; in close_dev() local70 byte_buffer_destroy(&testio->audbuff); in close_dev()71 testio->audbuff = NULL; in close_dev()78 struct test_iodev *testio = (struct test_iodev *)iodev; in configure_dev() local84 testio->fmt_bytes = cras_get_format_bytes(iodev->format); in configure_dev()85 testio->audbuff = byte_buffer_create(TEST_BUFFER_SIZE * 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
179 --disable-testio-debug --disable-uuidd --disable-tls \
21 /* Define to 1 if the testio I/O manager should be enabled */