Home
last modified time | relevance | path

Searched refs:testio (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/server/
Dtest_iodev.c44 struct test_iodev *testio = (struct test_iodev *)iodev; in frames_queued() local
47 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() local
63 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() local
77 testio->fmt_bytes = cras_get_format_bytes(iodev->format); in configure_dev()
78 testio->audbuff = in configure_dev()
[all …]
/external/e2fsprogs/
Dconfigure.ac420 dnl handle --enable-testio-debug
422 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])
Dconfigure1582 --disable-testio-debug disable the use of the test I/O manager for debugging
/external/e2fsprogs/lib/
Dconfig.h.in21 /* Define to 1 if the testio I/O manager should be enabled */