Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dcras_client_unittest.cc273 EXPECT_EQ(-ETIMEDOUT, client_thread_add_stream(&client_, stream_ptr, in TEST_F()
280 0, client_thread_add_stream(&client_, stream_ptr, &stream_id, NO_DEVICE)); in TEST_F()
308 client_thread_add_stream(&client_, &stream_, &stream_id, NO_DEVICE); in TEST_F()
324 client_thread_add_stream(&client_, &stream_, &stream_id, NO_DEVICE); in TEST_F()
/external/adhd/cras/src/libcras/
Dcras_client.c1596 static int client_thread_add_stream(struct cras_client *client, in client_thread_add_stream() function
2002 rc = client_thread_add_stream(client, add_msg->stream, in handle_command_message()