Home
last modified time | relevance | path

Searched refs:cras_rclient (Results 1 – 11 of 11) sorted by relevance

/external/adhd/cras/src/server/
Dcras_rclient.c31 struct cras_rclient { struct
38 static int handle_client_stream_connect(struct cras_rclient *client, in handle_client_stream_connect() argument
140 struct cras_rclient *client, in handle_client_stream_disconnect()
148 static void dump_audio_thread_info(struct cras_rclient *client) in dump_audio_thread_info()
161 static void dump_audio_thread_snapshots(struct cras_rclient *client) in dump_audio_thread_snapshots()
170 static void handle_get_hotword_models(struct cras_rclient *client, in handle_get_hotword_models()
204 struct cras_rclient *client = (struct cras_rclient *)context; in send_output_volume_changed()
214 struct cras_rclient *client = (struct cras_rclient *)context; in send_output_mute_changed()
224 struct cras_rclient *client = (struct cras_rclient *)context; in send_capture_gain_changed()
233 struct cras_rclient *client = (struct cras_rclient *)context; in send_capture_mute_changed()
[all …]
Dcras_rclient.h14 struct cras_rclient;
24 struct cras_rclient *cras_rclient_create(int fd, size_t id);
30 void cras_rclient_destroy(struct cras_rclient *client);
41 int cras_rclient_message_from_client(struct cras_rclient *client,
56 int cras_rclient_buffer_from_client(struct cras_rclient *client,
70 int cras_rclient_send_message(const struct cras_rclient *client,
Dstream_list.h9 struct cras_rclient;
37 struct cras_rclient *rclient);
Dcras_rstream.h16 struct cras_rclient;
80 struct cras_rclient *client;
122 struct cras_rclient *client;
Dcras_iodev_list.h20 struct cras_rclient;
Dstream_list.c116 struct cras_rclient *rclient) in stream_list_rm_all_client_streams()
Dcras_server.c69 struct cras_rclient *client;
Dcras_rstream.c91 struct cras_rclient *client, in verify_rstream_parameters()
/external/adhd/cras/src/fuzz/
Drclient_message.cc20 cras_rclient *client = cras_rclient_create(0, 0); in LLVMFuzzerTestOneInput()
/external/adhd/cras/src/tests/
Drclient_unittest.cc105 struct cras_rclient *rclient; in TEST()
172 struct cras_rclient *rclient_;
905 struct cras_rclient *rclient) in stream_list_rm_all_client_streams()
Daudio_thread_unittest_obsolete.cc138 (*rstream)->client = (struct cras_rclient *)this; in SetupRstream()
566 (*rstream)->client = (struct cras_rclient *)this; in SetupRstream()
1312 new_stream->client = (struct cras_rclient* )this; in TEST_F()