Home
last modified time | relevance | path

Searched refs:run_file_io_stream (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/tools/cras_router/
Dcras_router.c107 static int run_file_io_stream(struct cras_client *client, int fd, int loop_fd, in run_file_io_stream() function
235 run_file_io_stream(client, pfd[1], pfd[0], CRAS_STREAM_INPUT, in main()
/external/adhd/cras/src/tools/cras_test_client/
Dcras_test_client.c1294 static int run_file_io_stream(struct cras_client *client, int fd, in run_file_io_stream() function
1522 run_file_io_stream(client, fd, CRAS_STREAM_INPUT, block_size, in run_capture()
1543 run_file_io_stream(client, fd, CRAS_STREAM_OUTPUT, block_size, in run_playback()
2395 rc = run_file_io_stream(client, 1, CRAS_STREAM_INPUT, in main()
2405 rc = run_file_io_stream(client, 0, CRAS_STREAM_OUTPUT, in main()