Searched refs:client_thread_add_stream (Results 1 – 2 of 2) sorted by relevance
/external/adhd/cras/src/tests/ |
D | cras_client_unittest.cc | 273 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/ |
D | cras_client.c | 1596 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()
|