Home
last modified time | relevance | path

Searched refs:send_message_to_client (Results 1 – 7 of 7) sorted by relevance

/external/adhd/cras/src/server/
Dcras_control_rclient.c40 client->ops->send_message_to_client(client, &msg.header, NULL, 0); in dump_audio_thread_info()
51 client->ops->send_message_to_client(client, &msg.header, &atlog_fd, 1); in get_atlog_fd()
61 client->ops->send_message_to_client(client, &msg.header, NULL, 0); in dump_audio_thread_snapshots()
84 client->ops->send_message_to_client(client, &msg->header, NULL, 0); in handle_get_hotword_models()
90 client->ops->send_message_to_client(client, &msg->header, NULL, 0); in handle_get_hotword_models()
101 client->ops->send_message_to_client(client, &msg.header, NULL, 0); in send_output_volume_changed()
112 client->ops->send_message_to_client(client, &msg.header, NULL, 0); in send_output_mute_changed()
121 client->ops->send_message_to_client(client, &msg.header, NULL, 0); in send_capture_gain_changed()
130 client->ops->send_message_to_client(client, &msg.header, NULL, 0); in send_capture_mute_changed()
139 client->ops->send_message_to_client(client, &msg.header, NULL, 0); in send_nodes_changed()
[all …]
Dcras_rclient_util.c205 rc = client->ops->send_message_to_client(client, reply, stream_fds, 2); in rclient_handle_client_stream_connect()
225 client->ops->send_message_to_client(client, reply, NULL, 0); in rclient_handle_client_stream_connect()
268 client->ops->send_message_to_client(client, &msg.header, &state_fd, 1); in rclient_generic_create()
Dcras_capture_rclient.c20 .send_message_to_client = rclient_send_message_to_client,
Dcras_playback_rclient.c20 .send_message_to_client = rclient_send_message_to_client,
Dcras_unified_rclient.c20 .send_message_to_client = rclient_send_message_to_client,
Dcras_rclient.h47 int (*send_message_to_client)(const struct cras_rclient *, member
Dcras_rclient.c59 return client->ops->send_message_to_client(client, msg, fds, num_fds); in cras_rclient_send_message()