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.cc299 EXPECT_EQ(stream_ptr, stream_from_id(&client_, stream_id)); in TEST_F()
310 EXPECT_EQ(NULL, stream_from_id(&client_, stream_id)); in TEST_F()
/external/adhd/cras/src/libcras/
Dcras_client.c352 static struct client_stream *stream_from_id(const struct cras_client *client, in stream_from_id() function
1603 stream_from_id(client, stream_id); in client_thread_rm_stream()
1640 stream = stream_from_id(client, stream_id); in client_thread_set_stream_volume()
1733 stream_from_id(client, cmsg->stream_id); in handle_message_from_server()