Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dtest_iodev.c51 struct test_iodev *testio = (struct test_iodev *)iodev; in frames_queued() local
54 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() local
70 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() local
84 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 …]
/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/debian/
Drules179 --disable-testio-debug --disable-uuidd --disable-tls \
/external/e2fsprogs/lib/
Dconfig.h.in21 /* Define to 1 if the testio I/O manager should be enabled */