Searched refs:remote_fmt (Results 1 – 2 of 2) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_rclient_util.c | 140 struct cras_audio_format remote_fmt; in rclient_handle_client_stream_connect() local 148 remote_fmt = unpack_cras_audio_format(&msg->format); in rclient_handle_client_stream_connect() 149 if (rc == 0 && !cras_audio_format_valid(&remote_fmt)) { in rclient_handle_client_stream_connect() 164 client, msg, &aud_fd, &client_shm_fd, &remote_fmt); in rclient_handle_client_stream_connect() 191 msg->stream_id, &remote_fmt, in rclient_handle_client_stream_connect() 223 &remote_fmt, 0, msg->effects); in rclient_handle_client_stream_connect()
|
D | cras_rstream_config.c | 56 const struct cras_audio_format *remote_fmt) in cras_rstream_config_init_with_message() argument 64 msg->flags, msg->effects, remote_fmt, in cras_rstream_config_init_with_message()
|