Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dcras_client_unittest.cc287 EXPECT_EQ(stream_ptr, stream_from_id(&client_, stream_id)); in TEST_F()
302 EXPECT_EQ(NULL, stream_from_id(&client_, stream_id)); in TEST_F()
309 EXPECT_EQ(&stream_, stream_from_id(&client_, stream_id)); in TEST_F()
325 EXPECT_EQ(&stream_, stream_from_id(&client_, stream_id)); in TEST_F()
/external/adhd/cras/src/libcras/
Dcras_client.c445 static struct client_stream *stream_from_id(const struct cras_client *client, in stream_from_id() function
1667 struct client_stream *stream = stream_from_id(client, stream_id); in client_thread_rm_stream()
1704 stream = stream_from_id(client, stream_id); in client_thread_set_stream_volume()
1804 stream_from_id(client, cmsg->stream_id); in handle_message_from_server()